diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1943c04..2ee46ba 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,32 +48,15 @@ export default function LandingPage() {
@@ -219,40 +143,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- handle: "@sarahj",
- testimonial: "The best chicken I have ever tasted!",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-female-with-curly-hair-sit-floor-eats-pizza-kitchen_613910-15629.jpg",
- },
+ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best chicken I have ever tasted!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-female-with-curly-hair-sit-floor-eats-pizza-kitchen_613910-15629.jpg"},
{
- id: "2",
- name: "Mike D.",
- handle: "@miked",
- testimonial: "Incredible service and amazing crunch.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg",
- },
+ id: "2", name: "Mike D.", handle: "@miked", testimonial: "Incredible service and amazing crunch.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg"},
{
- id: "3",
- name: "Emily R.",
- handle: "@emilyr",
- testimonial: "My family loves the weekend bucket.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-lemon-top-crispy-fried-cheese_140725-1575.jpg",
- },
+ id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "My family loves the weekend bucket.", imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-lemon-top-crispy-fried-cheese_140725-1575.jpg"},
{
- id: "4",
- name: "David K.",
- handle: "@davidk",
- testimonial: "Fast delivery, always piping hot.",
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg",
- },
+ id: "4", name: "David K.", handle: "@davidk", testimonial: "Fast delivery, always piping hot.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg"},
{
- id: "5",
- name: "Jenny L.",
- handle: "@jennyl",
- testimonial: "The spice blends are unique and tasty.",
- imageSrc: "http://img.b2bpic.net/free-photo/two-men-discussing-content-laptop-cafe_1170-511.jpg",
- },
+ id: "5", name: "Jenny L.", handle: "@jennyl", testimonial: "The spice blends are unique and tasty.", imageSrc: "http://img.b2bpic.net/free-photo/two-men-discussing-content-laptop-cafe_1170-511.jpg"},
]}
title="Loved by Locals"
description="See what our loyal fans are saying."
@@ -264,20 +163,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do you deliver?",
- content: "Yes, we deliver to all areas within 5 miles.",
- },
+ id: "f1", title: "Do you deliver?", content: "Yes, we deliver to all areas within 5 miles."},
{
- id: "f2",
- title: "Are you open on Sundays?",
- content: "We are open from 11 AM to 9 PM daily.",
- },
+ id: "f2", title: "Are you open on Sundays?", content: "We are open from 11 AM to 9 PM daily."},
{
- id: "f3",
- title: "Can I pre-order?",
- content: "Yes, please call us to place an order in advance.",
- },
+ id: "f3", title: "Can I pre-order?", content: "Yes, please call us to place an order in advance."},
]}
sideTitle="Questions?"
faqsAnimation="slide-up"
@@ -288,20 +178,15 @@ export default function LandingPage() {
@@ -310,29 +195,19 @@ export default function LandingPage() {