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