diff --git a/src/app/page.tsx b/src/app/page.tsx
index e0b5975..70b727a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,33 +43,13 @@ export default function LandingPage() {
@@ -211,47 +122,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
+ description="See what our customers have to say."
testimonials={[
- {
- id: "t1",
- name: "Ali Khan",
- handle: "@ali_foodie",
- testimonial: "The best burger I've had in Lake City! Fresh and flavorful.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg",
- },
- {
- id: "t2",
- name: "Sarah Ahmed",
- handle: "@sarah_eats",
- testimonial: "Lightning fast service and super tasty burgers. Highly recommend.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/two-happy-friends-watch-video-mobile-phone-have-coffee-break-after-classes-wear-spectacles-eat-delicious-salad-drink-coffee-pose-against-cozy-cafe-interior-connected-wireless-internet_273609-29068.jpg",
- },
- {
- id: "t3",
- name: "Bilal Rehman",
- handle: "@bilal_q",
- testimonial: "Great atmosphere and consistently good quality.",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-longhaired-brunette-woman-bright-beret-red-dress-smiles-widely-sits-beautiful-cafe-young-asian-lady-eyeglasses-holds-white-coffee-cup_197531-29276.jpg",
- },
- {
- id: "t4",
- name: "Zara Noor",
- handle: "@zara_bites",
- testimonial: "The Spicy Jalapeño burger is a must-try. So yummy!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg",
- },
- {
- id: "t5",
- name: "Omar Dar",
- handle: "@omar_d",
- testimonial: "Good portions and friendly staff. Will definitely visit again.",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1344.jpg",
- },
+ { id: "t1", name: "Ali Khan", handle: "@ali_foodie", testimonial: "The best burger I've had in Lake City! Fresh and flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg" },
+ { id: "t2", name: "Sarah Ahmed", handle: "@sarah_eats", testimonial: "Lightning fast service and super tasty burgers. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-happy-friends-watch-video-mobile-phone-have-coffee-break-after-classes-wear-spectacles-eat-delicious-salad-drink-coffee-pose-against-cozy-cafe-interior-connected-wireless-internet_273609-29068.jpg" },
+ { id: "t3", name: "Bilal Rehman", handle: "@bilal_q", testimonial: "Great atmosphere and consistently good quality.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-longhaired-brunette-woman-bright-beret-red-dress-smiles-widely-sits-beautiful-cafe-young-asian-lady-eyeglasses-holds-white-coffee-cup_197531-29276.jpg" },
+ { id: "t4", name: "Zara Noor", handle: "@zara_bites", testimonial: "The Spicy Jalapeño burger is a must-try. So yummy!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg" },
+ { id: "t5", name: "Omar Dar", handle: "@omar_d", testimonial: "Good portions and friendly staff. Will definitely visit again.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1344.jpg" },
]}
showRating={true}
title="What Our Fans Say"
@@ -263,31 +140,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Are you open on weekends?",
- content: "Yes, we are open 7 days a week from 12:00 PM to midnight.",
- },
- {
- id: "f2",
- title: "Do you offer delivery?",
- content: "Yes, we are available on all major delivery apps in Lahore.",
- },
- {
- id: "f3",
- title: "Is seating available?",
- content: "We have both indoor and outdoor seating available at our Lake City location.",
- },
- {
- id: "f4",
- title: "Do you have vegan options?",
- content: "We offer a delicious Garden Fresh Veggie burger.",
- },
- {
- id: "f5",
- title: "Can I book for events?",
- content: "Please contact us via our phone number for event inquiries.",
- },
+ { id: "f1", title: "Are you open on weekends?", content: "Yes, we are open 7 days a week from 12:00 PM to midnight." },
+ { id: "f2", title: "Do you offer delivery?", content: "Yes, we are available on all major delivery apps in Lahore." },
+ { id: "f3", title: "Is seating available?", content: "We have both indoor and outdoor seating available at our Lake City location." },
+ { id: "f4", title: "Do you have vegan options?", content: "We offer a delicious Garden Fresh Veggie burger." },
+ { id: "f5", title: "Can I book for events?", content: "Please contact us via our phone number for event inquiries." },
]}
title="Got Questions?"
description="Here are answers to some common inquiries about our menu and store."
@@ -298,9 +155,7 @@ export default function LandingPage() {