diff --git a/src/app/page.tsx b/src/app/page.tsx
index dca8f32..832c84b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
@@ -68,23 +54,18 @@ export default function LandingPage() {
@@ -96,24 +77,18 @@ export default function LandingPage() {
description="Bahri Seafood Restaurant has been a cornerstone of Ramallah's culinary scene, renowned for its exceptional seafood and inviting atmosphere. We pride ourselves on delivering a memorable dining experience, where quality, cleanliness, and impeccable service are paramount."
bulletPoints={[
{
- title: "Fresh Daily Catch",
- description: "Sourced directly from the finest waters, ensuring unparalleled freshness for every dish.",
- icon: Fish,
+ title: "Fresh Daily Catch", description: "Sourced directly from the finest waters, ensuring unparalleled freshness for every dish.", icon: Fish,
},
{
- title: "Award-Winning Service",
- description: "Our dedicated team provides attentive and friendly service, making every visit special and enjoyable.",
- icon: Award,
+ title: "Award-Winning Service", description: "Our dedicated team provides attentive and friendly service, making every visit special and enjoyable.", icon: Award,
},
{
- title: "Impeccable Cleanliness",
- description: "We maintain the highest standards of hygiene for your comfort and safety, guaranteed 100%.",
- icon: CheckCircle,
+ title: "Impeccable Cleanliness", description: "We maintain the highest standards of hygiene for your comfort and safety, guaranteed 100%.", icon: CheckCircle,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-chopping-raw-fish-wood-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-kitchen-table_179666-44278.jpg"
imageAlt="Chef preparing fresh seafood in a professional kitchen"
- mediaAnimation="entrance-slide"
+ mediaAnimation="slide-up"
/>
@@ -121,49 +96,20 @@ export default function LandingPage() {
@@ -352,34 +220,19 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "Do you accept reservations?",
- content: "Yes, we highly recommend making a reservation, especially during weekends and peak hours, to ensure you get a table at your preferred time.",
- },
+ id: "faq-1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially during weekends and peak hours, to ensure you get a table at your preferred time."},
{
- id: "faq-2",
- title: "What are your opening hours?",
- content: "We open daily at 1:00 PM and serve until late evening. For specific holiday hours or special events, please check our social media or call us directly.",
- },
+ id: "faq-2", title: "What are your opening hours?", content: "We open daily at 1:00 PM and serve until late evening. For specific holiday hours or special events, please check our social media or call us directly."},
{
- id: "faq-3",
- title: "Do you offer vegetarian options?",
- content: "While specializing in fresh seafood, we do offer a selection of delicious vegetarian salads, appetizers, and sides that are crafted to complement your meal.",
- },
+ id: "faq-3", title: "Do you offer vegetarian options?", content: "While specializing in fresh seafood, we do offer a selection of delicious vegetarian salads, appetizers, and sides that are crafted to complement your meal."},
{
- id: "faq-4",
- title: "Is there parking available?",
- content: "Ample parking is available in the Hayat Building complex, making your visit convenient and hassle-free.",
- },
+ id: "faq-4", title: "Is there parking available?", content: "Ample parking is available in the Hayat Building complex, making your visit convenient and hassle-free."},
{
- id: "faq-5",
- title: "Can you accommodate large groups or private events?",
- content: "Absolutely! We can accommodate large groups and private events. Please contact us in advance to discuss your requirements and we will help you plan a memorable occasion.",
- },
+ id: "faq-5", title: "Can you accommodate large groups or private events?", content: "Absolutely! We can accommodate large groups and private events. Please contact us in advance to discuss your requirements and we will help you plan a memorable occasion."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common queries about reservations, special events, and dining with us at Bahri Seafood Restaurant."
- faqsAnimation="entrance-slide"
+ faqsAnimation="slide-up"
textPosition="left"
/>
@@ -388,18 +241,13 @@ export default function LandingPage() {
@@ -411,79 +259,47 @@ export default function LandingPage() {
logoText="Bahri Seafood"
columns={[
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "Starters",
- href: "#menu",
- },
+ label: "Starters", href: "#menu"},
{
- label: "Main Courses",
- href: "#menu",
- },
+ label: "Main Courses", href: "#menu"},
{
- label: "Desserts",
- href: "#menu",
- },
+ label: "Desserts", href: "#menu"},
{
- label: "Beverages",
- href: "#menu",
- },
+ label: "Beverages", href: "#menu"},
],
},
{
- title: "About Us",
- items: [
+ title: "About Us", items: [
{
- label: "Our Story",
- href: "#about",
- },
+ label: "Our Story", href: "#about"},
{
- label: "Commitment",
- href: "#about",
- },
+ label: "Commitment", href: "#about"},
{
- label: "Team",
- href: "#",
- },
+ label: "Team", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Helpful Links",
- items: [
+ title: "Helpful Links", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Reservations",
- href: "#contact",
- },
+ label: "Reservations", href: "#contact"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
{
- title: "Follow Us",
- items: [
+ title: "Follow Us", items: [
{
- label: "Facebook",
- href: "https://facebook.com/BahriSeafood",
- },
+ label: "Facebook", href: "https://facebook.com/BahriSeafood"},
{
- label: "Instagram",
- href: "https://instagram.com/BahriSeafood",
- },
+ label: "Instagram", href: "https://instagram.com/BahriSeafood"},
],
},
]}