diff --git a/src/app/page.tsx b/src/app/page.tsx index 6868cf0..7b79c73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,8 @@ export default function HomePage() { brandName="Storefront" navItems={navItems} button={{ - text: "Shop Now", href: "/products"}} + text: "Shop Now", href: "/products" + }} /> @@ -71,22 +72,26 @@ export default function HomePage() { name: "Sarah Johnson", handle: "Fashion Enthusiast", testimonial: "The quality and selection are unmatched. I found exactly what I was looking for!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson" + }, { name: "Michael Chen", handle: "Verified Buyer", testimonial: "Fast shipping and excellent customer service. Highly recommend this store!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen"}, + "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen" + }, { name: "Emily Rodriguez", handle: "Regular Customer", testimonial: "Amazing products at great prices. This is my go-to online store.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez" + }, { name: "David Kim", handle: "Premium Member", testimonial: "Outstanding experience from browsing to checkout. Will definitely shop again!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"}, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -111,27 +116,33 @@ export default function HomePage() { { icon: Truck, title: "Fast & Free Shipping", description: - "Complimentary shipping on orders over $50 with delivery in 2-3 business days"}, + "Complimentary shipping on orders over $50 with delivery in 2-3 business days" + }, { icon: Shield, title: "Secure Checkout", description: - "SSL-encrypted payments with multiple payment options for your safety"}, + "SSL-encrypted payments with multiple payment options for your safety" + }, { icon: RotateCcw, title: "Easy Returns", description: - "30-day money-back guarantee with hassle-free return process"}, + "30-day money-back guarantee with hassle-free return process" + }, { icon: Headphones, title: "24/7 Support", description: - "Dedicated customer service team ready to help whenever you need"}, + "Dedicated customer service team ready to help whenever you need" + }, { icon: Zap, title: "Premium Quality", description: - "All products sourced from trusted brands and verified sellers"}, + "All products sourced from trusted brands and verified sellers" + }, { icon: Gift, title: "Loyalty Rewards", description: - "Earn points on every purchase and enjoy exclusive member benefits"}, + "Earn points on every purchase and enjoy exclusive member benefits" + }, ]} /> @@ -150,16 +161,20 @@ export default function HomePage() { products={[ { id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc: - "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Wireless headphones"}, + "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Wireless headphones" + }, { id: "2", name: "Elegant Watch Collection", price: "$249.99", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageAlt: "Designer watch"}, + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageAlt: "Designer watch" + }, { id: "3", name: "Smart Phone Stand", price: "$39.99", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Phone stand"}, + "http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Phone stand" + }, { id: "4", name: "Premium Backpack", price: "$159.99", imageSrc: - "http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg", imageAlt: "Travel backpack"}, + "http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg", imageAlt: "Travel backpack" + }, ]} /> @@ -174,7 +189,8 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Apple", "Samsung", "Sony", "Canon", "Nikon", "Microsoft", "Google", "Amazon"]} + "Apple", "Samsung", "Sony", "Canon", "Nikon", "Microsoft", "Google", "Amazon" + ]} speed={40} showCard={true} /> @@ -194,27 +210,33 @@ export default function HomePage() { { id: "1", name: "Jessica Lopez", handle: "@jessicalopez", testimonial: "Outstanding quality and incredible prices! I've been shopping here for over a year and never had a single issue.", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Lopez"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Lopez" + }, { id: "2", name: "Marcus Thompson", handle: "@marcusthompson", testimonial: "The customer service team is phenomenal. They resolved my question within hours!", imageSrc: - "http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg", imageAlt: "Marcus Thompson"}, + "http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg", imageAlt: "Marcus Thompson" + }, { id: "3", name: "Amanda Park", handle: "@amandapark", testimonial: "Best online shopping experience ever. Fast delivery and the products are exactly as described.", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda Park"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda Park" + }, { id: "4", name: "Robert Singh", handle: "@robertsingh", testimonial: "Love the loyalty program! I earn rewards on every purchase and get exclusive discounts.", imageSrc: - "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Robert Singh"}, + "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Robert Singh" + }, { id: "5", name: "Sofia Martinez", handle: "@sofiam", testimonial: "Fantastic selection and unbeatable prices. This is my favorite place to shop online!", imageSrc: - "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Sofia Martinez"}, + "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Sofia Martinez" + }, { id: "6", name: "James Wilson", handle: "@jameswilson", testimonial: "The website is so easy to navigate. Finding products and checking out is a breeze!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson" + }, ]} speed={40} /> @@ -275,13 +297,17 @@ export default function HomePage() { { items: [ { - label: "Facebook", href: "https://facebook.com"}, + label: "Facebook", href: "https://facebook.com" + }, { - label: "Twitter", href: "https://twitter.com"}, + label: "Twitter", href: "https://twitter.com" + }, { - label: "Instagram", href: "https://instagram.com"}, + label: "Instagram", href: "https://instagram.com" + }, { - label: "LinkedIn", href: "https://linkedin.com"}, + label: "LinkedIn", href: "https://linkedin.com" + }, ], }, ]}