@@ -136,41 +81,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah Ahmed",
- role: "Student",
- testimonial: "The best place in Aricha for coffee and conversations!",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-thinking-what-answer-giving-opinion-about-taste-asia_197531-22361.jpg",
- },
- {
- id: "2",
- name: "Rahim Uddin",
- role: "Creative",
- testimonial: "Incredible atmosphere, perfect for productive afternoons.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
- },
- {
- id: "3",
- name: "Fatima Begum",
- role: "Professional",
- testimonial: "Love the momos, authentic and super comforting.",
- imageSrc: "http://img.b2bpic.net/free-vector/watercolor-muted-colors-pattern-design_23-2150043593.jpg",
- },
- {
- id: "4",
- name: "John Doe",
- role: "Tourist",
- testimonial: "Surprised by the contemporary design here, very welcoming.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-having-lunch_23-2148451643.jpg",
- },
- {
- id: "5",
- name: "Zia Rahman",
- role: "Local",
- testimonial: "ADDA is our daily ritual now, couldn't live without it.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg",
- },
+ { id: "1", name: "Sarah Ahmed", role: "Student", testimonial: "The best place in Aricha for coffee and conversations!", imageSrc: "http://img.b2bpic.net/free-photo/girl-thinking-what-answer-giving-opinion-about-taste-asia_197531-22361.jpg" },
+ { id: "2", name: "Rahim Uddin", role: "Creative", testimonial: "Incredible atmosphere, perfect for productive afternoons.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" }
]}
title="Voices of ADDA"
description="See why locals love our hangout spot."
@@ -181,15 +93,7 @@ export default function LandingPage() {
@@ -199,23 +103,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file