From 09fd7ffc074cbb221764d415ac6ff0c36bbe622e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 14:03:35 +0000 Subject: [PATCH] Bob AI: Populate src/pages/AlShamsRestaurantPage.tsx (snippet builder, 3 sections) --- src/pages/AlShamsRestaurantPage.tsx | 128 ++++++++-------------------- 1 file changed, 34 insertions(+), 94 deletions(-) diff --git a/src/pages/AlShamsRestaurantPage.tsx b/src/pages/AlShamsRestaurantPage.tsx index 1c6aa7d..bf10f45 100644 --- a/src/pages/AlShamsRestaurantPage.tsx +++ b/src/pages/AlShamsRestaurantPage.tsx @@ -1,98 +1,38 @@ -import React from "react"; -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import FeaturesMediaCards from "@/components/sections/features/FeaturesMediaCards"; -import TestimonialQuoteCards from "@/components/sections/testimonial/TestimonialQuoteCards"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +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 ScrollReveal from "@/components/ui/ScrollReveal"; +import { cls } from "@/lib/utils"; +import { Star } from "lucide-react"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; export default function AlShamsRestaurantPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Book Table", href: "/reservations" }} - /> - -
- - - - -
- - -
+ <> +

Hospitality Project

+

Case Study

+
+
+
+
+
+
+

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