Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bfc320f84 | |||
| fca4b80f17 |
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Shop the New Arrivals", href: "#shop" }]}
|
||||
buttons={[{ text: "Browse Collection", href: "#shop" }]}
|
||||
products={[
|
||||
{ id: "p1", name: "Essential Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/redhead-woman-listening-music-headphones-smiling_176420-8038.jpg" },
|
||||
{ id: "p2", name: "Vintage Denim", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-woman-bucket-hat-posing-outdoors-old-railway-station_181624-55447.jpg" },
|
||||
@@ -172,4 +172,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user