diff --git a/src/app/page.tsx b/src/app/page.tsx
index fc6bcb7..de70ae8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,131 +32,80 @@ export default function LandingPage() {
@@ -181,20 +130,11 @@ export default function LandingPage() {
description="Explore our menu highlights, ranging from spicy meat dishes to vegan specialties."
accordionItems={[
{
- id: "1",
- title: "Awaze Tibs",
- content: "Tender cubes of beef sautéed with onion, garlic, and special awaze sauce.",
- },
+ id: "1", title: "Awaze Tibs", content: "Tender cubes of beef sautéed with onion, garlic, and special awaze sauce."},
{
- id: "2",
- title: "Veggie Combination",
- content: "A diverse platter of lentils, split peas, and seasoned vegetables served with injera.",
- },
+ id: "2", title: "Veggie Combination", content: "A diverse platter of lentils, split peas, and seasoned vegetables served with injera."},
{
- id: "3",
- title: "Coffee Ceremony",
- content: "Authentic Ethiopian coffee preparation, roasted to perfection and served fresh.",
- },
+ id: "3", title: "Coffee Ceremony", content: "Authentic Ethiopian coffee preparation, roasted to perfection and served fresh."},
]}
imageSrc="http://img.b2bpic.net/free-photo/tasty-pakistani-dish-view_23-2148825152.jpg"
mediaAnimation="blur-reveal"
@@ -208,45 +148,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- handle: "@sarahj",
- testimonial: "The veggie combination is hands down the best in LA. Highly recommend!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-smiling-holding-champaign-glass_176420-3750.jpg",
- },
+ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The veggie combination is hands down the best in LA. Highly recommend!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-smiling-holding-champaign-glass_176420-3750.jpg"},
{
- id: "2",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "Fantastic service and even better music. Feels like a real getaway.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
- },
+ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Fantastic service and even better music. Feels like a real getaway.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- handle: "@emilyr",
- testimonial: "Love the atmosphere and the injera is always fresh and perfect.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
- },
+ id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Love the atmosphere and the injera is always fresh and perfect.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg"},
{
- id: "4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Absolutely authentic flavors. Truly exceed my expectations.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg",
- },
+ id: "4", name: "David Kim", handle: "@dkim", testimonial: "Absolutely authentic flavors. Truly exceed my expectations.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg"},
{
- id: "5",
- name: "Nina P.",
- handle: "@ninap",
- testimonial: "Warm, welcoming, and flavorful. The spicy lamb is a must try.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-kwanzaa-pattern-design_23-2149169617.jpg",
- },
+ id: "5", name: "Nina P.", handle: "@ninap", testimonial: "Warm, welcoming, and flavorful. The spicy lamb is a must try.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-kwanzaa-pattern-design_23-2149169617.jpg"},
]}
showRating={true}
title="Community Love"
@@ -259,12 +174,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Local Business",
- "Foodie Network",
- "Cultural Eats",
- "LA Dining Daily",
- "Ethiopian Cuisine Journal",
- ]}
+ "Local Business", "Foodie Network", "Cultural Eats", "LA Dining Daily", "Ethiopian Cuisine Journal"]}
title="Recognized for Quality"
description="We are proud to serve our community with dedication and consistency."
/>
@@ -275,20 +185,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Do you offer takeout?",
- content: "Yes, we offer both takeout and delivery options.",
- },
+ id: "1", title: "Do you offer takeout?", content: "Yes, we offer both takeout and delivery options."},
{
- id: "2",
- title: "Is the restaurant LGBTQ+ friendly?",
- content: "Absolutely, everyone is welcome at Queen of Sheba.",
- },
+ id: "2", title: "Is the restaurant LGBTQ+ friendly?", content: "Absolutely, everyone is welcome at Queen of Sheba."},
{
- id: "3",
- title: "Can I reserve a table?",
- content: "Yes, we welcome reservations through our website or by phone.",
- },
+ id: "3", title: "Can I reserve a table?", content: "Yes, we welcome reservations through our website or by phone."},
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="blur-reveal"
@@ -299,8 +200,7 @@ export default function LandingPage() {