@@ -199,46 +108,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Great Experience",
- quote: "Best burgers in town!",
- name: "Sarah",
- role: "Foodie",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
- },
- {
- id: "2",
- title: "Amazing Tacos",
- quote: "The tacos are amazing 🔥",
- name: "Michael",
- role: "Local",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35810.jpg",
- },
- {
- id: "3",
- title: "Fast & Tasty",
- quote: "Fast and delicious every time",
- name: "Emily",
- role: "Regular",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
- },
- {
- id: "4",
- title: "Top Notch",
- quote: "Loved the pasta flavor profile.",
- name: "David",
- role: "Critic",
- imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg",
- },
- {
- id: "5",
- title: "Must Try",
- quote: "The cheese noodles are life changing.",
- name: "Jessica",
- role: "Fan",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
- },
+ { id: "1", title: "Great Experience", quote: "Best burgers in town!", name: "Sarah", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg" },
+ { id: "2", title: "Amazing Tacos", quote: "The tacos are amazing 🔥", name: "Michael", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35810.jpg" }
]}
title="Customer Reviews"
description="What our hungry fans say."
@@ -248,25 +119,14 @@ export default function LandingPage() {
@@ -275,28 +135,8 @@ export default function LandingPage() {