diff --git a/src/app/page.tsx b/src/app/page.tsx index 9200356..b81912b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function HomePage() { price: "189 kr", rating: 5, reviewCount: "245", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-9676.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-9676.jpg", imageAlt: "Shish Kebab - grilled lamb skewers", }, { @@ -155,7 +155,7 @@ export default function HomePage() { price: "249 kr", rating: 5, reviewCount: "189", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-baked-potato-tomato-rosemary-leaves-slice-bell-pepper_140725-7848.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-baked-potato-tomato-rosemary-leaves-slice-bell-pepper_140725-7848.jpg", imageAlt: "Mixed Grill - assorted grilled meats", }, { @@ -165,7 +165,7 @@ export default function HomePage() { price: "169 kr", rating: 5, reviewCount: "312", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbecue-chicken-skewer-with-vegetable-salad-slice-lemon_141793-4763.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbecue-chicken-skewer-with-vegetable-salad-slice-lemon_141793-4763.jpg", imageAlt: "Chicken Grill - marinated and grilled chicken", }, ]} @@ -180,6 +180,8 @@ export default function HomePage() { tagIcon={Star} gridVariant="uniform-all-items-equal" animationType="blur-reveal" + textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", @@ -187,7 +189,7 @@ export default function HomePage() { role: "Matkritiker", company: "Stockholm Food Blog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Sofia Andersson - Matkritiker", }, { @@ -196,7 +198,7 @@ export default function HomePage() { role: "Familjeförälder", company: "Stockholm", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Ahmed Hassan - Familjeförälder", }, { @@ -205,7 +207,7 @@ export default function HomePage() { role: "Event Planner", company: "Stockholm Events", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-y-letter_1149-1946.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-y-letter_1149-1946.jpg", imageAlt: "Maria Lindström - Event Planner", }, { @@ -214,7 +216,7 @@ export default function HomePage() { role: "Business Owner", company: "Stockholm", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", imageAlt: "Erik Svensson - Business Owner", }, ]}