diff --git a/src/app/page.tsx b/src/app/page.tsx index d048c93..c7eed64 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 HeroLogo from '@/components/sections/hero/HeroLogo'; @@ -114,7 +114,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "PAVARAGA", name: "Tropical Ice Tea", price: "$18.00", rating: 5, - reviewCount: "247", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_38BjcazLrwif0ixg9s4SVqUVz24/tmp/generate-a-cold-ice-tea-that-look-tropic-1768420422435-66cbd89b.jpg", imageAlt: "Tropical Ice Tea beverage" + reviewCount: "247", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_38BjcazLrwif0ixg9s4SVqUVz24/tmp/acai_bowl.jpg", imageAlt: "Acai Bowl beverage" }, { id: "2", brand: "PAVARAGA", name: "Island Espresso Blend", price: "$6.50", rating: 5,