diff --git a/src/app/page.tsx b/src/app/page.tsx index a92dfbd..c255567 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Shop Now", href: "products"}} + text: "Shop Now", href: "products" + }} animateOnLoad={true} /> @@ -55,15 +56,20 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/high-tech-gadget-showcase-sleek-smartpho-1772815694041-d0626a16.png?_wi=1", imageAlt: "Latest tech gadgets and accessories"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/high-tech-gadget-showcase-sleek-smartpho-1772815694041-d0626a16.png", imageAlt: "Latest tech gadgets and accessories" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/premium-mountain-bike-in-motion-on-rugge-1772815694582-24f4e317.png?_wi=1", imageAlt: "Professional mountain biking gear"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/premium-mountain-bike-in-motion-on-rugge-1772815694582-24f4e317.png", imageAlt: "Professional mountain biking gear" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/smart-wearable-technology-fitness-tracke-1772815693711-61222659.png?_wi=1", imageAlt: "Smart wearable technology"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/smart-wearable-technology-fitness-tracke-1772815693711-61222659.png", imageAlt: "Smart wearable technology" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/bike-accessories-collection-professional-1772815694083-8d483014.png", imageAlt: "Premium cycling accessories"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/bike-accessories-collection-professional-1772815694083-8d483014.png", imageAlt: "Premium cycling accessories" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/latest-smartphone-and-tablet-tech-stack--1772815694449-397a5147.png", imageAlt: "Cutting-edge consumer electronics"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/latest-smartphone-and-tablet-tech-stack--1772815694449-397a5147.png", imageAlt: "Cutting-edge consumer electronics" + }, ]} className="w-full" containerClassName="py-20" @@ -87,11 +93,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Eclipse Pro Smartwatch", price: "$299.99", variant: "Silver • Water Resistant • 7-Day Battery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/smart-wearable-technology-fitness-tracke-1772815693711-61222659.png?_wi=2", imageAlt: "Eclipse Pro Smartwatch"}, + id: "1", name: "Eclipse Pro Smartwatch", price: "$299.99", variant: "Silver • Water Resistant • 7-Day Battery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/smart-wearable-technology-fitness-tracke-1772815693711-61222659.png", imageAlt: "Eclipse Pro Smartwatch" + }, { - id: "2", name: "Velocity Mountain Bike Frame", price: "$599.99", variant: "Carbon • 27.5\" • Matte Black", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/premium-mountain-bike-in-motion-on-rugge-1772815694582-24f4e317.png?_wi=2", imageAlt: "Velocity Mountain Bike Frame"}, + id: "2", name: "Velocity Mountain Bike Frame", price: "$599.99", variant: "Carbon • 27.5\" • Matte Black", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/premium-mountain-bike-in-motion-on-rugge-1772815694582-24f4e317.png", imageAlt: "Velocity Mountain Bike Frame" + }, { - id: "3", name: "ProSound Wireless Earbuds", price: "$149.99", variant: "Pearl White • Active Noise Cancellation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/high-tech-gadget-showcase-sleek-smartpho-1772815694041-d0626a16.png?_wi=2", imageAlt: "ProSound Wireless Earbuds"}, + id: "3", name: "ProSound Wireless Earbuds", price: "$149.99", variant: "Pearl White • Active Noise Cancellation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/high-tech-gadget-showcase-sleek-smartpho-1772815694041-d0626a16.png", imageAlt: "ProSound Wireless Earbuds" + }, ]} /> @@ -112,13 +121,17 @@ export default function LandingPage() { mediaPosition="right" accordionItems={[ { - id: "1", title: "Curated Premium Selection", content: "Every product is hand-selected for quality, durability, and performance. We partner with leading brands to bring you the best in consumer electronics and cycling gear."}, + id: "1", title: "Curated Premium Selection", content: "Every product is hand-selected for quality, durability, and performance. We partner with leading brands to bring you the best in consumer electronics and cycling gear." + }, { - id: "2", title: "Expert Knowledge & Support", content: "Our team combines passion for technology and cycling expertise. Get personalized recommendations and technical support from professionals who understand both domains."}, + id: "2", title: "Expert Knowledge & Support", content: "Our team combines passion for technology and cycling expertise. Get personalized recommendations and technical support from professionals who understand both domains." + }, { - id: "3", title: "Competitive Pricing & Deals", content: "Enjoy competitive pricing on all products with regular promotions, bundle deals, and loyalty rewards. We guarantee value without compromising quality."}, + id: "3", title: "Competitive Pricing & Deals", content: "Enjoy competitive pricing on all products with regular promotions, bundle deals, and loyalty rewards. We guarantee value without compromising quality." + }, { - id: "4", title: "Fast Shipping & Easy Returns", content: "Quick delivery with tracking, hassle-free returns within 30 days. Customer satisfaction is our priority with convenient return and exchange process."}, + id: "4", title: "Fast Shipping & Easy Returns", content: "Quick delivery with tracking, hassle-free returns within 30 days. Customer satisfaction is our priority with convenient return and exchange process." + }, ]} /> @@ -132,8 +145,10 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} + names={["Apple", "Samsung", "Sony", "Trek", "Specialized", "Giant", "GoPro", "DJI"]} logos={[ - "http://img.b2bpic.net/free-vector/gradient-technology-logo_52683-8525.jpg", "http://img.b2bpic.net/free-psd/technology-business-card-template-design_23-2151896607.jpg", "http://img.b2bpic.net/free-vector/technology-logo-template-with-abstract-shapes_23-2148240846.jpg", "http://img.b2bpic.net/free-vector/mountain-adventure-logo-design-illustrating-rugged-landscape-that-embodies-thrill-outdoor_36662-1909.jpg", "http://img.b2bpic.net/free-vector/variety-bicycle-badges-retro-design-with-ribbons_23-2147557295.jpg", "http://img.b2bpic.net/free-vector/traveling-concept-landing-page-template_23-2148314652.jpg", "http://img.b2bpic.net/free-vector/blue-logo-collection_1040-381.jpg", "http://img.b2bpic.net/free-vector/technology-future-flyer-vertical_23-2148685913.jpg"]} + "http://img.b2bpic.net/free-vector/gradient-technology-logo_52683-8525.jpg", "http://img.b2bpic.net/free-psd/technology-business-card-template-design_23-2151896607.jpg", "http://img.b2bpic.net/free-vector/technology-logo-template-with-abstract-shapes_23-2148240846.jpg", "http://img.b2bpic.net/free-vector/mountain-adventure-logo-design-illustrating-rugged-landscape-that-embodies-thrill-outdoor_36662-1909.jpg", "http://img.b2bpic.net/free-vector/variety-bicycle-badges-retro-design-with-ribbons_23-2147557295.jpg", "http://img.b2bpic.net/free-vector/traveling-concept-landing-page-template_23-2148314652.jpg", "http://img.b2bpic.net/free-vector/blue-logo-collection_1040-381.jpg", "http://img.b2bpic.net/free-vector/technology-future-flyer-vertical_23-2148685913.jpg" + ]} speed={40} showCard={true} /> @@ -152,22 +167,28 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Tech Enthusiast", company: "San Francisco, CA", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/professional-headshot-of-satisfied-custo-1772815693522-865317eb.png"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/professional-headshot-of-satisfied-custo-1772815693522-865317eb.png" + }, { id: "2", name: "Marcus Johnson", role: "Mountain Biker", company: "Boulder, CO", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/professional-portrait-of-customer-athlet-1772815695055-ff42ad30.png"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/professional-portrait-of-customer-athlet-1772815695055-ff42ad30.png" + }, { id: "3", name: "Emma Rodriguez", role: "Gadget Collector", company: "Austin, TX", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/professional-headshot-tech-savvy-profess-1772815693989-3578a2ef.png"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/professional-headshot-tech-savvy-profess-1772815693989-3578a2ef.png" + }, { id: "4", name: "James Wilson", role: "Cycling Coach", company: "Portland, OR", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/customer-portrait-enthusiastic-individua-1772815694300-33eec54e.png"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/customer-portrait-enthusiastic-individua-1772815694300-33eec54e.png" + }, { id: "5", name: "Lisa Park", role: "Tech Product Manager", company: "Seattle, WA", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/professional-headshot-of-satisfied-custo-1772815693864-808ceab4.png"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/professional-headshot-of-satisfied-custo-1772815693864-808ceab4.png" + }, { id: "6", name: "David Thompson", role: "Adventure Cyclist", company: "Denver, CO", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/customer-portrait-approachable-professio-1772815694364-eacf59e4.png"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa0Ckd9jo1iGpvWerlc5jPjsH0/customer-portrait-approachable-professio-1772815694364-eacf59e4.png" + }, ]} kpiItems={[ { value: "50K+", label: "Happy Customers" }, @@ -199,16 +220,20 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com", ariaLabel: "Twitter"}, + href: "https://twitter.com", ariaLabel: "Twitter" + }, { icon: Instagram, - href: "https://instagram.com", ariaLabel: "Instagram"}, + href: "https://instagram.com", ariaLabel: "Instagram" + }, { icon: Facebook, - href: "https://facebook.com", ariaLabel: "Facebook"}, + href: "https://facebook.com", ariaLabel: "Facebook" + }, { icon: Linkedin, - href: "https://linkedin.com", ariaLabel: "LinkedIn"}, + href: "https://linkedin.com", ariaLabel: "LinkedIn" + }, ]} />