diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9bdf0a1..4058a7d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,36 +44,25 @@ export default function LandingPage() {
@@ -93,45 +74,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- handle: "@sarahj",
- testimonial: "Honestly the best pizza going around.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg?_wi=1",
- },
+ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Honestly the best pizza going around.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg"},
{
- id: "2",
- name: "Michael C.",
- handle: "@michealc",
- testimonial: "These are the BEST pizzas we have ever eaten.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895433.jpg?_wi=1",
- },
+ id: "2", name: "Michael C.", handle: "@michealc", testimonial: "These are the BEST pizzas we have ever eaten.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895433.jpg"},
{
- id: "3",
- name: "Emily R.",
- handle: "@emilyr",
- testimonial: "No greasy base. Fresh. Perfect.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cute-friends-cafe-eatting-pizza_1157-21855.jpg",
- },
+ id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "No greasy base. Fresh. Perfect.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-friends-cafe-eatting-pizza_1157-21855.jpg"},
{
- id: "4",
- name: "David K.",
- handle: "@davidk",
- testimonial: "So good we travel from Melbourne for it.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-eating-slice-sausage-pizza-restaurant_140725-5031.jpg",
- },
+ id: "4", name: "David K.", handle: "@davidk", testimonial: "So good we travel from Melbourne for it.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-eating-slice-sausage-pizza-restaurant_140725-5031.jpg"},
{
- id: "5",
- name: "James L.",
- handle: "@jamesl",
- testimonial: "The crust is unreal, definitely a hidden gem.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg?_wi=2",
- },
+ id: "5", name: "James L.", handle: "@jamesl", testimonial: "The crust is unreal, definitely a hidden gem.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg"},
]}
showRating={true}
title="Adelaide’s Hidden Pizza Obsession"
@@ -141,52 +97,35 @@ export default function LandingPage() {
@@ -198,32 +137,14 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- brand: "Classic",
- name: "Pepperoni",
- price: "$22",
- rating: 5,
- reviewCount: "1.2k",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg?_wi=3",
- },
+ id: "p1", brand: "Classic", name: "Pepperoni", price: "$22", rating: 5,
+ reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg"},
{
- id: "p2",
- brand: "Signature",
- name: "Supreme",
- price: "$26",
- rating: 5,
- reviewCount: "800",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg?_wi=3",
- },
+ id: "p2", brand: "Signature", name: "Supreme", price: "$26", rating: 5,
+ reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg"},
{
- id: "p3",
- brand: "Limited",
- name: "Detroit Style",
- price: "$28",
- rating: 5,
- reviewCount: "500",
- imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg?_wi=3",
- },
+ id: "p3", brand: "Limited", name: "Detroit Style", price: "$28", rating: 5,
+ reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg"},
]}
title="The Favourites"
description="A curated selection of our best work."
@@ -234,8 +155,7 @@ export default function LandingPage() {