From 08322cb06f4632004a04b5334c4bafc810afac80 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:38 +0000 Subject: [PATCH] Deploy --- .../sections/ReserveATableSection.tsx | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/components/sections/ReserveATableSection.tsx diff --git a/src/components/sections/ReserveATableSection.tsx b/src/components/sections/ReserveATableSection.tsx new file mode 100644 index 0000000..a4c1a8a --- /dev/null +++ b/src/components/sections/ReserveATableSection.tsx @@ -0,0 +1,55 @@ +import Image from "next/image" +import Link from "next/link" +import Button from "@/components/ui/Button" +import { CalendarDays, UtensilsCrossed } from 'lucide-react' + +export default function ReserveATableSection() { + return ( +
+
+
+ Beautifully set table at Pino's Italian Restaurant +
+
+
+ + Family-Style Hospitality +
+

+ Reserve Your Table +

+

+ Whether it's a romantic date night or a lively family dinner, we're ready to welcome + you with authentic Italian warmth. Book your table in seconds through our easy online system. +

+
+ + + + + + +
+

+ Call us at (312) 555-0100 for large parties or special events. +

+
+
+
+ ) +} \ No newline at end of file