2 Commits

Author SHA1 Message Date
3f0225bf0d Update src/app/page.tsx 2026-04-18 11:51:58 +00:00
3ffb3cc0b3 Merge version_3 into main
Merge version_3 into main
2026-04-18 11:47:08 +00:00

View File

@@ -46,8 +46,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Asma Cake House"
description="Authentic Azerbaijani desserts, handcrafted with love and traditional recipes."
title="A Taste of Tradition in Every Bite"
description="Experience the authentic essence of Baku with our handcrafted Azerbaijani desserts, made according to time-honored family recipes."
buttons={[{ text: "View Menu", href: "#menu" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821322.jpg?_wi=1", imageAlt: "Cake house interior" },
@@ -160,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}