Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9510de8002 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
description="Discover our handpicked collection of shoes, clothing, and accessories designed for quality and timeless style."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now", href: "#products"},
|
||||
text: "Explore the Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861880.jpg"
|
||||
imageAlt="Brand 36 Collection"
|
||||
@@ -118,9 +118,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "/catalog" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Leather Derby Shoes", price: "$120", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-showcase_23-2151005700.jpg"},
|
||||
@@ -250,4 +247,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user