diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cb5389e..e197070 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -30,27 +30,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Products", id: "products", - href: "/products", + }, { name: "Features", id: "features", - href: "/features", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="E-Volt Hub" @@ -77,7 +77,7 @@ export default function LandingPage() { description: "Providing worldwide drop shipping, bringing green mobility to your doorstep.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg" imageAlt="Man riding an electric scooter in an urban setting, representing modern eco-friendly transport." mediaAnimation="blur-reveal" /> @@ -102,7 +102,7 @@ export default function LandingPage() { title: "Growth Last Year", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/handsome-man-scooter-shopping-online-phone_1303-21247.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/handsome-man-scooter-shopping-online-phone_1303-21247.jpg" imageAlt="Electric bike on a scenic mountain trail, symbolizing adventure and eco-friendly exploration." mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -119,21 +119,21 @@ export default function LandingPage() { id: "1", name: "Alex Chen", role: "CEO & Founder", - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-looking_176420-16061.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-looking_176420-16061.jpg", imageAlt: "Portrait of Alex Chen", }, { id: "2", name: "Maria Rodriguez", role: "Chief Operations Officer", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg", imageAlt: "Portrait of Maria Rodriguez", }, { id: "3", name: "David Lee", role: "Head of Product Development", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-azure-jacket-sunglasses-posing-studio_613910-11843.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-azure-jacket-sunglasses-posing-studio_613910-11843.jpg", imageAlt: "Portrait of David Lee", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 09de520..8c17c6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,27 +34,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Products", id: "products", - href: "/products", + }, { name: "Features", id: "features", - href: "/features", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="E-Volt Hub" @@ -79,7 +79,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg" imageAlt="Electric scooter in an urban setting" mediaAnimation="opacity" /> @@ -124,7 +124,7 @@ export default function LandingPage() { price: "$1,499", rating: 4.8, reviewCount: "245 Reviews", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-scooter-shopping-online-phone_1303-21247.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-scooter-shopping-online-phone_1303-21247.jpg", imageAlt: "Electric Commuter Bike Pro", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { price: "$999", rating: 4.9, reviewCount: "320 Reviews", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg", imageAlt: "Folding Electric Scooter Elite", }, ]} @@ -175,12 +175,12 @@ export default function LandingPage() { icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/delivery-logo-template-with-truck_23-2147880954.jpg?_wi=1", - alt: "Fast Delivery Icon", + imageSrc: "http://img.b2bpic.net/free-vector/delivery-logo-template-with-truck_23-2147880954.jpg", + }, { - imageSrc: "http://img.b2bpic.net/free-vector/delivery-logo-template-with-truck_23-2147880954.jpg?_wi=2", - alt: "Fast Delivery Icon", + imageSrc: "http://img.b2bpic.net/free-vector/delivery-logo-template-with-truck_23-2147880954.jpg", + }, ], }, @@ -190,12 +190,12 @@ export default function LandingPage() { icon: Headphones, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-label-collection_23-2150000808.jpg?_wi=1", - alt: "Customer Support Icon", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-label-collection_23-2150000808.jpg", + }, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-label-collection_23-2150000808.jpg?_wi=2", - alt: "Customer Support Icon", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-label-collection_23-2150000808.jpg", + }, ], }, @@ -205,12 +205,12 @@ export default function LandingPage() { icon: Droplet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/organic-natural-product-label-set_1284-8525.jpg?_wi=1", - alt: "Eco-Friendly Icon", + imageSrc: "http://img.b2bpic.net/free-vector/organic-natural-product-label-set_1284-8525.jpg", + }, { - imageSrc: "http://img.b2bpic.net/free-vector/organic-natural-product-label-set_1284-8525.jpg?_wi=2", - alt: "Eco-Friendly Icon", + imageSrc: "http://img.b2bpic.net/free-vector/organic-natural-product-label-set_1284-8525.jpg", + }, ], }, @@ -227,13 +227,13 @@ export default function LandingPage() { { id: "1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg", imageAlt: "Sarah Johnson", }, { id: "2", name: "Michael T.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-looking_176420-16061.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-looking_176420-16061.jpg", imageAlt: "Michael Thompson", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { { id: "4", name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-azure-jacket-sunglasses-posing-studio_613910-11843.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-azure-jacket-sunglasses-posing-studio_613910-11843.jpg", imageAlt: "David Kim", }, ]}