diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e6e0b3..a34eb14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,23 +54,17 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: - "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg?_wi=1"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg"}, { - id: "2", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-woman-dress-hat-standing-by-architecture_1303-9713.jpg?_wi=1"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dress-hat-standing-by-architecture_1303-9713.jpg"}, { - id: "3", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=1"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg"}, { - id: "4", imageSrc: - "http://img.b2bpic.net/free-photo/stylish-woman-posing-winter-autumn-fashion-trend-puffer-coat-hat-beret-against-orange-wall-street_285396-6885.jpg?_wi=1"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-posing-winter-autumn-fashion-trend-puffer-coat-hat-beret-against-orange-wall-street_285396-6885.jpg"}, { - id: "5", imageSrc: - "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-497.jpg?_wi=1"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-497.jpg"}, { - id: "6", imageSrc: - "http://img.b2bpic.net/free-photo/warm-cozy-sweaters_169016-3086.jpg?_wi=1"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/warm-cozy-sweaters_169016-3086.jpg"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -93,23 +87,17 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", name: "Classic Linen Dress", price: "$89.99", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-woman-dress-hat-standing-by-architecture_1303-9713.jpg?_wi=2", imageAlt: "Classic Linen Dress"}, + id: "1", name: "Classic Linen Dress", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dress-hat-standing-by-architecture_1303-9713.jpg", imageAlt: "Classic Linen Dress"}, { - id: "2", name: "Premium Cotton Shirt", price: "$59.99", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=2", imageAlt: "Premium Cotton Shirt"}, + id: "2", name: "Premium Cotton Shirt", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg", imageAlt: "Premium Cotton Shirt"}, { - id: "3", name: "Tailored Blazer", price: "$149.99", imageSrc: - "http://img.b2bpic.net/free-photo/stylish-woman-posing-winter-autumn-fashion-trend-puffer-coat-hat-beret-against-orange-wall-street_285396-6885.jpg?_wi=2", imageAlt: "Tailored Blazer"}, + id: "3", name: "Tailored Blazer", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-posing-winter-autumn-fashion-trend-puffer-coat-hat-beret-against-orange-wall-street_285396-6885.jpg", imageAlt: "Tailored Blazer"}, { - id: "4", name: "Leather Sneakers", price: "$129.99", imageSrc: - "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-497.jpg?_wi=2", imageAlt: "Leather Sneakers"}, + id: "4", name: "Leather Sneakers", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-497.jpg", imageAlt: "Leather Sneakers"}, { - id: "5", name: "Knit Sweater", price: "$74.99", imageSrc: - "http://img.b2bpic.net/free-photo/warm-cozy-sweaters_169016-3086.jpg?_wi=2", imageAlt: "Knit Sweater"}, + id: "5", name: "Knit Sweater", price: "$74.99", imageSrc: "http://img.b2bpic.net/free-photo/warm-cozy-sweaters_169016-3086.jpg", imageAlt: "Knit Sweater"}, { - id: "6", name: "Slim Fit Jeans", price: "$99.99", imageSrc: - "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-48.jpg", imageAlt: "Slim Fit Jeans"}, + id: "6", name: "Slim Fit Jeans", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-48.jpg", imageAlt: "Slim Fit Jeans"}, ]} ariaLabel="Featured products section" /> @@ -144,24 +132,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Curated Collections", description: - "Handpicked items from emerging and established designers, ensuring quality and uniqueness in every piece.", imageSrc: - "http://img.b2bpic.net/free-photo/young-adults-funky-clothing-enjoying-outdoors-generated-by-ai_188544-37450.jpg", imageAlt: "Curated fashion collection"}, + title: "Curated Collections", description: "Handpicked items from emerging and established designers, ensuring quality and uniqueness in every piece.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-funky-clothing-enjoying-outdoors-generated-by-ai_188544-37450.jpg", imageAlt: "Curated fashion collection"}, { id: 2, - title: "Sustainable Fashion", description: - "We prioritize eco-friendly materials and ethical production practices for a better future.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg?_wi=2", imageAlt: "Sustainable clothing options"}, + title: "Sustainable Fashion", description: "We prioritize eco-friendly materials and ethical production practices for a better future.", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg", imageAlt: "Sustainable clothing options"}, { id: 3, - title: "Personal Styling", description: - "Access to expert styling advice and personalized recommendations based on your preferences.", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-women-clothing-concept-white_1921-107.jpg", imageAlt: "Professional styling service"}, + title: "Personal Styling", description: "Access to expert styling advice and personalized recommendations based on your preferences.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-women-clothing-concept-white_1921-107.jpg", imageAlt: "Professional styling service"}, { id: 4, - title: "Easy Returns", description: - "Hassle-free 30-day returns policy so you can shop with complete confidence and peace of mind.", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-woman-dress-hat-standing-by-architecture_1303-9713.jpg?_wi=3", imageAlt: "Easy return process"}, + title: "Easy Returns", description: "Hassle-free 30-day returns policy so you can shop with complete confidence and peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dress-hat-standing-by-architecture_1303-9713.jpg", imageAlt: "Easy return process"}, ]} ariaLabel="Why Choose StyleHub section" /> @@ -176,23 +156,17 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Johnson", imageSrc: - "http://img.b2bpic.net/free-photo/blond-woman-rooftop_53876-14531.jpg?_wi=1", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-rooftop_53876-14531.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", imageSrc: - "http://img.b2bpic.net/free-vector/colorful-set-smiley-men-avatars_23-2147672541.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-vector/colorful-set-smiley-men-avatars_23-2147672541.jpg", imageAlt: "Michael Chen"}, { - id: "3", name: "Emma Rodriguez", imageSrc: - "http://img.b2bpic.net/free-photo/happy-exited-girl-with-brown-hair-pink-lips-is-looking-up-with-wonderful-smile-near-window-sun-day-pretty-adorable-lady-resting-home_291650-2326.jpg", imageAlt: "Emma Rodriguez"}, + id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-exited-girl-with-brown-hair-pink-lips-is-looking-up-with-wonderful-smile-near-window-sun-day-pretty-adorable-lady-resting-home_291650-2326.jpg", imageAlt: "Emma Rodriguez"}, { - id: "4", name: "David Kim", imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "David Kim"}, { - id: "5", name: "Lisa Anderson", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Lisa Anderson"}, + id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Lisa Anderson"}, { - id: "6", name: "Jennifer Lee", imageSrc: - "http://img.b2bpic.net/free-photo/blond-woman-rooftop_53876-14531.jpg?_wi=2", imageAlt: "Jennifer Lee"}, + id: "6", name: "Jennifer Lee", imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-rooftop_53876-14531.jpg", imageAlt: "Jennifer Lee"}, ]} ariaLabel="Customer testimonials section" /> @@ -207,8 +181,8 @@ export default function LandingPage() { tagAnimation="opacity" textboxLayout="default" useInvertedBackground={false} - names=[ - "Vogue", "Elle", "Harper's Bazaar", "GQ", "Cosmopolitan", "InStyle", "W Magazine", "NYLON"] + names={[ + "Vogue", "Elle", "Harper's Bazaar", "GQ", "Cosmopolitan", "InStyle", "W Magazine", "NYLON"]} logos={[ "http://img.b2bpic.net/free-vector/women-s-day-label-collection_23-2148035086.jpg", "http://img.b2bpic.net/free-vector/women-s-day-label-collection_23-2148035086.jpg", "http://img.b2bpic.net/free-vector/abstract-music-logo_1034-520.jpg", "http://img.b2bpic.net/free-vector/flat-design-go-logo-template_23-2148971220.jpg", "http://img.b2bpic.net/free-vector/flat-lettering-newsletter-label-logo-collection_1188-762.jpg", "http://img.b2bpic.net/free-vector/colorful-minimal-logo-collection-retro-style_23-2148382128.jpg", "http://img.b2bpic.net/free-vector/simple-letter-w-initial-logo-company-business_530521-1303.jpg", "http://img.b2bpic.net/free-vector/culture-logo-template-design_23-2149881340.jpg"]} speed={40}