diff --git a/src/pages/AlShamsRestaurantPage.tsx b/src/pages/AlShamsRestaurantPage.tsx index 9bba1aa..7c15d82 100644 --- a/src/pages/AlShamsRestaurantPage.tsx +++ b/src/pages/AlShamsRestaurantPage.tsx @@ -1,88 +1,24 @@ -import React from "react"; -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import ProductMediaCards from "@/components/sections/product/ProductMediaCards"; -import FeaturesMediaGrid from "@/components/sections/features/FeaturesMediaGrid"; -import ContactCta from "@/components/sections/contact/ContactCta"; -import FooterBasic from "@/components/sections/footer/FooterBasic"; +import { ArrowUpRight, Loader2 } from "lucide-react"; +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import useProducts from "@/hooks/useProducts"; +import { cls } from "@/lib/utils"; export default function AlShamsRestaurantPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Book Table", href: "#reservations" }} - /> - -
- - - - - - -
- -
-
- - - -
- - 📞 - Call - - - 📍 - Directions - - - 🍽️ - Menu - -
-
+ <> +
+

Modern Dining

+
+
+
+
+
+
+

Book a Table

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