Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b04040cee | |||
| 75cfbad668 | |||
| 12cc88dcd2 | |||
| 8b72a981d5 |
@@ -1422,4 +1422,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Featured Products"
|
title="Featured Products"
|
||||||
description="Browse our curated selection of quality items available at CENTRO"
|
description="Premium Quality at Best Prices - Browse our curated selection of quality items available at CENTRO. Authentic merchandise backed by customer satisfaction guarantee."
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Premium Fashion Collection", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/rack-with-overclothes-shop_23-2147784096.jpg", imageAlt: "Fashion collection display", initialQuantity: 1,
|
id: "1", name: "Premium Fashion Collection", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/rack-with-overclothes-shop_23-2147784096.jpg", imageAlt: "Fashion collection display", initialQuantity: 1,
|
||||||
@@ -184,8 +184,8 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe"
|
buttonText="Get Updates"
|
||||||
termsText="We respect your privacy. Get updates on new products and promotions."
|
termsText="By signing up, you agree to receive exclusive offers and updates. We respect your privacy."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -226,4 +226,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user