Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cbf4de8f5 | |||
| c6f6d192db |
@@ -72,9 +72,9 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="StyleHub"
|
logoText="StyleHub"
|
||||||
description="Discover premium clothing collections curated for modern style. Limited-time launch offer: Shop now and save 20% on your first collection!"
|
description="Discover premium clothing collections curated for modern style. From everyday essentials to statement pieces, find your perfect fit."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Collection", href: "/shop" },
|
{ text: "Shop Now", href: "/shop" },
|
||||||
{ text: "Learn More", href: "#about" },
|
{ text: "Learn More", href: "#about" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg?_wi=1"
|
||||||
@@ -87,15 +87,15 @@ export default function HomePage() {
|
|||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Classic Cotton T-Shirt", price: "$49.99", variant: "White, Black, Navy • 5 Colors", imageSrc:
|
id: "1", name: "Classic Cotton T-Shirt", price: "$49.99", variant: "White, Black, Navy • In Stock", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg?_wi=1", imageAlt: "Classic cotton t-shirt", isFavorited: false,
|
"http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg?_wi=1", imageAlt: "Classic cotton t-shirt", isFavorited: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Slim Fit Denim Jeans", price: "$89.99", variant: "Dark Blue • 3 Sizes", imageSrc:
|
id: "2", name: "Slim Fit Denim Jeans", price: "$89.99", variant: "Dark Blue • In Stock", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-48.jpg?_wi=1", imageAlt: "Slim fit denim jeans", isFavorited: false,
|
"http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-48.jpg?_wi=1", imageAlt: "Slim fit denim jeans", isFavorited: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Premium Leather Jacket", price: "$199.99", variant: "Black • Limited Edition", imageSrc:
|
id: "3", name: "Premium Leather Jacket", price: "$199.99", variant: "Black • Limited Edition, In Stock", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=1", imageAlt: "Premium leather jacket", isFavorited: false,
|
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=1", imageAlt: "Premium leather jacket", isFavorited: false,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user