2 Commits

Author SHA1 Message Date
e36c4f6c47 Update src/app/page.tsx 2026-05-12 16:43:28 +00:00
b401ec1456 Merge version_1 into main
Merge version_1 into main
2026-05-12 16:42:31 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "gradient-bars" }}
title="The Essence of Authentic Taste"
title="Authentic Flavors, Unforgettable Moments"
description="Experience culinary perfection at Al-Nazeer. Our master chefs prepare timeless flavors using only the finest, locally sourced ingredients."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-served-plate_140725-4234.jpg", imageAlt: "elegant restaurant dining room luxury" },
@@ -215,4 +215,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}