diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 0b9d585..157256c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,10 +28,7 @@ export default function BlogPage() { @@ -89,7 +89,7 @@ export default function LandingPage() { reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", imageAlt: "Classic Margherita Pizza"}, { id: "2", brand: "Bella Italia", name: "Truffle Pasta", price: "$26.00", rating: 4, - reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-two-plates-spaghetti-white-surface_181624-6272.jpg?_wi=2", imageAlt: "Creamy Truffle Pasta"}, + reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-two-plates-spaghetti-white-surface_181624-6272.jpg", imageAlt: "Creamy Truffle Pasta"}, { id: "3", brand: "Bella Italia", name: "Tiramisu", price: "$10.00", rating: 5, reviewCount: "1.5k", imageSrc: "https://img.b2bpic.net/free-photo/delicious-tiramisu-cut-deep-oven-tray-coffeeflavored-italian-dessert_181624-58465.jpg", imageAlt: "Traditional Italian Tiramisu"}, diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index da35fd3..d7d4c09 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { Suspense, use, useCallback } from "react"; import { useRouter } from "next/navigation"; @@ -89,11 +89,11 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="light" > -