3 Commits

Author SHA1 Message Date
57339e1283 Update src/app/page.tsx 2026-01-22 21:22:54 +00:00
8b74461d63 Update src/app/layout.tsx 2026-01-22 21:22:54 +00:00
c2352e4335 Update src/app/blog/page.tsx 2026-01-22 21:22:53 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -185,4 +185,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

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

View File

@@ -97,7 +97,7 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardTwo <ProductCardTwo
title="aaaaaaaaaaaa" title="aaaaaaaaaaaa"
description="Discover our most loved creations, each one crafted with care and the finest ingredients" description="bbbbbbbbb"
products={[ products={[
{ {
id: "1", brand: "Classic Selection", name: "Butter Croissants", price: "$4.99", rating: 5, id: "1", brand: "Classic Selection", name: "Butter Croissants", price: "$4.99", rating: 5,
@@ -211,4 +211,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }