Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 57339e1283 | |||
| 8b74461d63 | |||
| c2352e4335 |
@@ -185,4 +185,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -1264,4 +1264,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
title="aaaaaaaaaaaa"
|
||||
description="Discover our most loved creations, each one crafted with care and the finest ingredients"
|
||||
description="bbbbbbbbb"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Classic Selection", name: "Butter Croissants", price: "$4.99", rating: 5,
|
||||
@@ -211,4 +211,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user