diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e675870..23046d6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./styles/globals.css"; export const metadata: Metadata = { - title: "Storefront - Premium Products Online", description: "Shop our exclusive collection of high-quality items with exceptional customer service and fast shipping."}; + title: "Storefront - Premium Products Online", description: "Shop our exclusive collection of high-quality items with exceptional customer service and fast shipping." +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index a0175d4..5d6f2f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,28 +69,20 @@ export default function HomePage() { mediaAnimation="slide-up" testimonials={[ { - 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?_wi=1", imageAlt: "Sarah Johnson" + 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?_wi=1", 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" + 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" }, { - 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?_wi=2", imageAlt: "Emily Rodriguez" + 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?_wi=2", 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" + 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" }, ]} testimonialRotationInterval={5000} @@ -115,33 +107,27 @@ export default function HomePage() { features={[ { icon: Truck, - title: "Fast & Free Shipping", description: - "Complimentary shipping on orders over $50 with delivery in 2-3 business days" + title: "Fast & Free Shipping", description: "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" + title: "Secure Checkout", description: "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" + title: "Easy Returns", description: "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" + title: "24/7 Support", description: "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" + title: "Premium Quality", description: "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" + title: "Loyalty Rewards", description: "Earn points on every purchase and enjoy exclusive member benefits" }, ]} /> @@ -160,20 +146,16 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" products={[ { - id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc: - "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=1", imageAlt: "Wireless headphones" + id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=1", 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?_wi=1", imageAlt: "Designer watch" + 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?_wi=1", 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?_wi=1", imageAlt: "Phone stand" + 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?_wi=1", 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?_wi=1", imageAlt: "Travel backpack" + id: "4", name: "Premium Backpack", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg?_wi=1", imageAlt: "Travel backpack" }, ]} /> @@ -208,34 +190,22 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - 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?_wi=3", imageAlt: "Jessica Lopez" + 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?_wi=3", 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?_wi=1", imageAlt: "Marcus Thompson" + 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?_wi=1", 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?_wi=4", imageAlt: "Amanda Park" + 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?_wi=4", 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?_wi=1", imageAlt: "Robert Singh" + 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?_wi=1", 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?_wi=1", imageAlt: "Sofia Martinez" + 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?_wi=1", 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?_wi=1", imageAlt: "James Wilson" + 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?_wi=1", imageAlt: "James Wilson" }, ]} speed={40} @@ -296,18 +266,10 @@ export default function HomePage() { }, { items: [ - { - label: "Facebook", href: "https://facebook.com" - }, - { - label: "Twitter", href: "https://twitter.com" - }, - { - label: "Instagram", href: "https://instagram.com" - }, - { - label: "LinkedIn", href: "https://linkedin.com" - }, + { label: "Facebook", href: "https://facebook.com" }, + { label: "Twitter", href: "https://twitter.com" }, + { label: "Instagram", href: "https://instagram.com" }, + { label: "LinkedIn", href: "https://linkedin.com" }, ], }, ]}