diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ec0edd..6a3b177 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,20 +21,26 @@ const navItems = [ const heroSlides = [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg", imageAlt: "StyleHub premium fashion showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg", imageAlt: "modern fashion clothing display elegant" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-retail-worker-sorting-new-collection-merchandise_482257-118199.jpg", imageAlt: "Contemporary clothing collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-retail-worker-sorting-new-collection-merchandise_482257-118199.jpg", imageAlt: "stylish casual fashion collection" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991599.jpg", imageAlt: "Seasonal fashion selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991599.jpg", imageAlt: "seasonal fashion collection banner" + }, ]; const products = [ { - id: "1", name: "Silk Blend Blouse", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg?_wi=1", imageAlt: "Elegant silk blend blouse"}, + id: "1", name: "Silk Blend Blouse", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg", imageAlt: "elegant women casual shirt neutral" + }, { - id: "2", name: "Tailored Blazer", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg?_wi=1", imageAlt: "Professional tailored blazer"}, + id: "2", name: "Tailored Blazer", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg", imageAlt: "tailored blazer professional outfit" + }, { - id: "3", name: "Premium Denim", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg?_wi=1", imageAlt: "High-quality denim jeans"}, + id: "3", name: "Premium Denim", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg", imageAlt: "stylish denim jeans collection" + }, ]; const bulletPoints = [ @@ -52,24 +58,31 @@ const bulletPoints = [ const collections = [ { id: "1", title: "Essential Basics Collection", author: "StyleHub Team", description: "Timeless pieces that form the foundation of every wardrobe. High-quality basics in neutral tones.", tags: ["Basics", "Timeless", "Everyday"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg?_wi=2", imageAlt: "Essentials collection showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg", imageAlt: "Essentials collection showcase" + }, { id: "2", title: "Work & Professional Wear", author: "StyleHub Team", description: "Polished pieces for the modern professional. From blazers to tailored trousers.", tags: ["Professional", "Work", "Formal"], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg?_wi=2", imageAlt: "Professional wear collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg", imageAlt: "Professional wear collection" + }, { id: "3", title: "Weekend Casual", author: "StyleHub Team", description: "Comfortable yet stylish pieces for your downtime. Perfect for casual outings.", tags: ["Casual", "Comfort", "Weekend"], - imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg?_wi=2", imageAlt: "Casual wear collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg", imageAlt: "Casual wear collection" + }, ]; const testimonials = [ { - id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Sarah Mitchell"}, + id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "professional portrait woman confident" + }, { - id: "2", name: "Emily Richardson", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Emily Richardson"}, + id: "2", name: "Emily Richardson", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "business woman professional headshot" + }, { - id: "3", name: "James Anderson", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "James Anderson"}, + id: "3", name: "James Anderson", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "man professional headshot confident" + }, { - id: "4", name: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-young-confident-woman-with-long-dark-hair-wearing-blue-jacket-posing_291650-158.jpg", imageAlt: "Jessica Chen"}, + id: "4", name: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-young-confident-woman-with-long-dark-hair-wearing-blue-jacket-posing_291650-158.jpg", imageAlt: "woman professional portrait confident" + }, ]; const footerColumns = [ @@ -125,7 +138,8 @@ export default function LandingPage() { brandName="StyleHub" navItems={navItems} button={{ - text: "Shop Now", href: "featured"}} + text: "Shop Now", href: "featured" + }} /> @@ -163,10 +177,11 @@ export default function LandingPage() { description="Since 2015, StyleHub has been dedicated to bringing premium, accessible fashion to discerning customers. We believe everyone deserves clothing that makes them feel confident and beautiful." bulletPoints={bulletPoints} imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108765.jpg" - imageAlt="StyleHub fashion design studio" + imageAlt="fashion designer studio workspace creative" imagePosition="right" textboxLayout="default" useInvertedBackground={false} + mediaAnimation="none" buttons={[ { text: "Shop Now", href: "featured" }, ]} @@ -201,7 +216,8 @@ export default function LandingPage() { title="Exclusive Offers & Style Tips" description="Subscribe to receive our latest collections, exclusive discounts, and fashion styling tips delivered to your inbox." background={{ - variant: "rotated-rays-animated-grid"}} + variant: "rotated-rays-animated-grid" + }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe"