diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3f6d66c..8f64d80 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,50 +31,33 @@ export default function LandingPage() {
@@ -191,40 +125,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- handle: "@sarah_galle",
- testimonial: "Huge portions and amazing flavor. The shovel rice is a must-try!",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5060.jpg",
- },
+ id: "1", name: "Sarah J.", handle: "@sarah_galle", testimonial: "Huge portions and amazing flavor. The shovel rice is a must-try!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5060.jpg"},
{
- id: "2",
- name: "Michael C.",
- handle: "@michealc",
- testimonial: "The best fusion food I've had in Galle. Great for family dinners.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-food_23-2149333832.jpg",
- },
+ id: "2", name: "Michael C.", handle: "@michealc", testimonial: "The best fusion food I've had in Galle. Great for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-food_23-2149333832.jpg"},
{
- id: "3",
- name: "Emily R.",
- handle: "@emilygalle",
- testimonial: "Affordable prices and the staff are incredibly friendly.",
- imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-good-looking-dark-skinned-man-happy-about-good-news-from-internet-has-lunch-drinks-water_273609-8926.jpg",
- },
+ id: "3", name: "Emily R.", handle: "@emilygalle", testimonial: "Affordable prices and the staff are incredibly friendly.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-good-looking-dark-skinned-man-happy-about-good-news-from-internet-has-lunch-drinks-water_273609-8926.jpg"},
{
- id: "4",
- name: "David K.",
- handle: "@davidk",
- testimonial: "Fast delivery, hot food. The kottu is simply the best in town.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg",
- },
+ id: "4", name: "David K.", handle: "@davidk", testimonial: "Fast delivery, hot food. The kottu is simply the best in town.", imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg"},
{
- id: "5",
- name: "Jessica L.",
- handle: "@jessl",
- testimonial: "Unique shovel serving style made our group event memorable.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweets-handmade-handmade-sweets-from-nuts-dried-fruits-honey_176474-913.jpg",
- },
+ id: "5", name: "Jessica L.", handle: "@jessl", testimonial: "Unique shovel serving style made our group event memorable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweets-handmade-handmade-sweets-from-nuts-dried-fruits-honey_176474-913.jpg"},
]}
title="Customer Reviews"
description="See what our diners have to say about the Daiya experience."
@@ -238,17 +147,11 @@ export default function LandingPage() {
description="Daiya Food is dedicated to bringing bold, fusion flavors to the heart of Galle. Our story started with a passion for good food and community."
metrics={[
{
- value: "10+",
- title: "Years of Flavor",
- },
+ value: "10+", title: "Years of Flavor"},
{
- value: "350+",
- title: "Daily Happy Diners",
- },
+ value: "350+", title: "Daily Happy Diners"},
{
- value: "50+",
- title: "Fusion Menu Items",
- },
+ value: "50+", title: "Fusion Menu Items"},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg"
mediaAnimation="slide-up"
@@ -260,8 +163,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file