diff --git a/src/pages/AlShamsRestaurantPage.tsx b/src/pages/AlShamsRestaurantPage.tsx index 7c15d82..dd9c4e4 100644 --- a/src/pages/AlShamsRestaurantPage.tsx +++ b/src/pages/AlShamsRestaurantPage.tsx @@ -1,24 +1,38 @@ -import { ArrowUpRight, Loader2 } from "lucide-react"; import Button from "@/components/ui/Button"; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; 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"; +import { Star } from "lucide-react"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; export default function AlShamsRestaurantPage() { return ( <> -
-

Modern Dining

+

Hospitality Project

+

Case Study

-

Book a Table

+

Client Success

+ + + +

NGA Digital completely transformed our online ordering system. The new website is stunning and incredibly easy for our customers to use.

Restaurant OwnerAl Shams
+
+ + + +

The visual identity and digital menu they created perfectly capture the essence of our cuisine. We've seen a wonderful increase in online reservations since launch.

Marketing DirectorAl Shams
+
+ + + +

Finally, a website that showcases our dishes as beautifully as they look in person. The NGA team truly understands hospitality.

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