Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd67c21585 | |||
| 57339e1283 | |||
| 8b74461d63 | |||
| c2352e4335 |
@@ -185,4 +185,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -1264,4 +1264,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-croissants-jam_23-2148243510.jpg", imageAlt: "Decadent chocolate cake"
|
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-croissants-jam_23-2148243510.jpg", imageAlt: "Decadent chocolate cake"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/delicious-donut-shop-ai-generated_23-2150694732.jpg", imageAlt: "Cozy bakery storefront"
|
imageSrc: "https://img.b2bpic.net/free-photo/different-types-bread-made-from-wheat-flour_140725-5648.jpg?id=7220003", imageAlt: "Cozy bakery storefront"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user