From 1624a46015a278658ebff1a45d84f1de1419d801 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 27 Jun 2026 09:51:16 +0000 Subject: [PATCH] Deploy --- .../sections/ReservationCTASection.tsx | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/components/sections/ReservationCTASection.tsx diff --git a/src/components/sections/ReservationCTASection.tsx b/src/components/sections/ReservationCTASection.tsx new file mode 100644 index 0000000..479264f --- /dev/null +++ b/src/components/sections/ReservationCTASection.tsx @@ -0,0 +1,37 @@ +import Image from 'next/image' + +export default function ReservationCTASection() { + return ( +
+ {/* Background image */} +
+ Intimate Italian restaurant tablescape +
+ {/* Overlay */} +
+ {/* Content */} +
+

+ Reserve Your Table +

+

+ Experience a calm, authentic Italian meal in the heart of Rome. + We look forward to welcoming you. +

+ + Reserve Your Table + +
+
+ ) +}