Update src/app/page.tsx

This commit is contained in:
2026-01-13 12:57:40 +00:00
parent 9671dc6cd0
commit 3fb3ba2263

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Tu kvitka"
brandName="Hello Kvitka"
navItems={[
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="Tu kvitka"
logoText="Hello Kvitka"
description="Discover the freshest, most beautiful flower arrangements crafted with love. Perfect for every occasion—birthdays, weddings, anniversaries, and more. 123"
buttons={[
{ text: "Shop Now", href: "#products" },
@@ -255,4 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}