3 Commits

Author SHA1 Message Date
ba06e974aa Merge version_3 into main
Merge version_3 into main
2026-03-03 13:04:02 +00:00
3cbf4de8f5 Update src/app/page.tsx 2026-03-03 13:03:56 +00:00
c6f6d192db Merge version_2 into main
Merge version_2 into main
2026-03-03 13:01:56 +00:00

View File

@@ -72,9 +72,9 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroLogo
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={[
{ text: "Shop Collection", href: "/shop" },
{ text: "Shop Now", href: "/shop" },
{ 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"
@@ -87,15 +87,15 @@ export default function HomePage() {
<ProductCardFour
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,
},
{
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,
},
{
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,
},
]}