Merge version_4 into main #8

Merged
bender merged 1 commits from version_4 into main 2026-04-18 11:52:01 +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>
);
}
}