diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4eba9eb..b69030f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,30 +29,12 @@ export default function LandingPage() {
@@ -61,42 +43,21 @@ export default function LandingPage() {
@@ -216,59 +139,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Local",
- company: "Hillcrest",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=2",
- },
+ id: "1", name: "Sarah J.", role: "Local", company: "Hillcrest", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg"},
{
- id: "2",
- name: "Mark D.",
- role: "Visitor",
- company: "Richdens",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg?_wi=2",
- },
+ id: "2", name: "Mark D.", role: "Visitor", company: "Richdens", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg"},
{
- id: "3",
- name: "Emily R.",
- role: "Regular",
- company: "Hillcrest",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=2",
- },
+ id: "3", name: "Emily R.", role: "Regular", company: "Hillcrest", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"},
{
- id: "4",
- name: "David K.",
- role: "Customer",
- company: "KZN",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-pink-jacket-spending-time-cafe_1157-32554.jpg",
- },
+ id: "4", name: "David K.", role: "Customer", company: "KZN", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-pink-jacket-spending-time-cafe_1157-32554.jpg"},
{
- id: "5",
- name: "Linda V.",
- role: "Diner",
- company: "Hillcrest",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
- },
+ id: "5", name: "Linda V.", role: "Diner", company: "Hillcrest", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg"},
]}
kpiItems={[
{
- value: "4.9/5",
- label: "Google Rating",
- },
+ value: "4.9/5", label: "Google Rating"},
{
- value: "100%",
- label: "Friendly Service",
- },
+ value: "100%", label: "Friendly Service"},
{
- value: "10k+",
- label: "Coffees Served",
- },
+ value: "10k+", label: "Coffees Served"},
]}
title="What Our Locals Say"
description="See why Café B is the favorite spot in Richdens Village."
@@ -279,12 +171,11 @@ export default function LandingPage() {