diff --git a/src/app/page.tsx b/src/app/page.tsx index 62b3d69..34ff1ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,14 +45,14 @@ export default function LandingPage() { title="Wear the Ocean, Live the Adventure." description="Premium apparel inspired by the surfing lifestyle, ethically made in Portugal." testimonials={[ - { name: "Joao M.", handle: "@joao.surf", testimonial: "The best beach gear I've ever owned. Perfect for the coast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-from-back-slim-tan-red-head-girl-stylish-tropical-outfit-posing-amazing-beach-near-ocean_273443-816.jpg", imageAlt: "surfer on beach at sunset" }, - { name: "Maria P.", handle: "@maria.beach", testimonial: "Sustainable and stylish. Simply love it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg", imageAlt: "surfer on beach at sunset" }, - { name: "Luis D.", handle: "@luis.ocean", testimonial: "Comfort that lasts all day by the waves.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-straw-hat_1398-1889.jpg", imageAlt: "surfer on beach at sunset" }, + { name: "Joao M.", handle: "@joao.surf", testimonial: "The best beach gear I've ever owned. Perfect for the coast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-from-back-slim-tan-red-head-girl-stylish-tropical-outfit-posing-amazing-beach-near-ocean_273443-816.jpg?_wi=1", imageAlt: "surfer on beach at sunset" }, + { name: "Maria P.", handle: "@maria.beach", testimonial: "Sustainable and stylish. Simply love it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg?_wi=1", imageAlt: "surfer on beach at sunset" }, + { name: "Luis D.", handle: "@luis.ocean", testimonial: "Comfort that lasts all day by the waves.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-straw-hat_1398-1889.jpg?_wi=1", imageAlt: "surfer on beach at sunset" }, { name: "Ana R.", handle: "@ana.lifestyle", testimonial: "Everything about this brand feels authentic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-seamstress-drawing-with-soap-pink-textile-modern-sewing-workshop_574295-3700.jpg", imageAlt: "surfer on beach at sunset" }, { name: "Pedro V.", handle: "@pedro.adventure", testimonial: "High quality fabric, truly made with care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-wet-long-hair-posing-camera-with-surf-board-near-ocean-sunlight_291650-1677.jpg", imageAlt: "surfer on beach at sunset" } ]} buttons={[{ text: "Shop the Sustainable Collection", href: "/shop" }]} - imageSrc="http://img.b2bpic.net/free-photo/view-from-back-slim-tan-red-head-girl-stylish-tropical-outfit-posing-amazing-beach-near-ocean_273443-816.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-from-back-slim-tan-red-head-girl-stylish-tropical-outfit-posing-amazing-beach-near-ocean_273443-816.jpg?_wi=2" /> @@ -63,8 +63,8 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "p1", brand: "OceanWave", name: "Cotton Surf Tee", price: "€39", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg" }, - { id: "p2", brand: "OceanWave", name: "Classic Beach Cap", price: "€25", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-straw-hat_1398-1889.jpg" }, + { id: "p1", brand: "OceanWave", name: "Cotton Surf Tee", price: "€39", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg?_wi=2" }, + { id: "p2", brand: "OceanWave", name: "Classic Beach Cap", price: "€25", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-straw-hat_1398-1889.jpg?_wi=2" }, { id: "p3", brand: "OceanWave", name: "Horizon Shorts", price: "€59", rating: 4, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-young-woman-wearing-hat-sunglasses-walking-street_231208-6200.jpg" }, { id: "p4", brand: "OceanWave", name: "Wave Runner", price: "€45", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/two-young-women-beach-having-fun-feel-freedom-shore-ocean-sunny-good-summer-day-women-friends-enjoying-beach-vacation_291650-809.jpg" }, { id: "p5", brand: "OceanWave", name: "Breezy Hoodie", price: "€79", rating: 5, reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-beach_23-2147641358.jpg" },