3 Commits

Author SHA1 Message Date
788f1a675e Update src/app/page.tsx 2026-01-23 14:20:56 +00:00
5596b3fe44 Update src/app/layout.tsx 2026-01-23 14:20:55 +00:00
29b2408181 Update src/app/page.tsx 2026-01-23 11:40:56 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1264,4 +1264,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
@@ -42,7 +42,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
<HeroBillboardScroll
title="Welcome to Artisan Bakery"
description="Handcrafted pastries, fresh-baked breads, and delicious treats made daily with the finest ingredients. Taste the difference tradition makes."
background={{ variant: "sparkles-gradient" }}
@@ -186,4 +186,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}