From 5c9a02d0d5886ab22d724bdeb534c35fa6298cbb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:19:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a4a8db..b6aeb57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; @@ -52,19 +52,13 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-milk-with-crackers-sunglasses-grey-surface_140725-20359.jpg", imageAlt: "Premium ceramic coffee mug" + imageSrc: "https://images.unsplash.com/photo-1501339847302-ac426a36e75d?w=800&q=80", imageAlt: "Premium ceramic coffee mug" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-couple-having-warm-drink-car-s-trunk-while-road-trip_23-2148851155.jpg", imageAlt: "Travel insulated mug" + imageSrc: "https://images.unsplash.com/photo-1511920170033-f8396924c348?w=800&q=80", imageAlt: "Travel insulated mug" }, { - imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-cup-tea-top-view_114579-17493.jpg", imageAlt: "Elegant glass cup" - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-pink-sweater-holding-blue-mug_181624-6623.jpg", imageAlt: "Personalized branded cup" - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/cup-with-tea-herbs_23-2148550487.jpg", imageAlt: "Double wall insulated cup" + imageSrc: "https://images.unsplash.com/photo-1495521821757-a1efb6729352?w=800&q=80", imageAlt: "Elegant glass cup" } ]} /> -- 2.49.1