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 + +
+
+ ) +}