diff --git a/src/app/page.tsx b/src/app/page.tsx index 3995477..8630924 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,77 +30,48 @@ export default function LandingPage() {
@@ -111,15 +82,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Legacy of Flavor & Hospitality", - }, + type: "text", content: "Our Legacy of Flavor & Hospitality"}, ]} buttons={[ { - text: "Discover Our Story", - href: "#", - }, + text: "Discover Our Story", href: "#"}, ]} />
@@ -128,69 +95,27 @@ export default function LandingPage() { @@ -304,45 +174,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Faryal Minhas", - handle: "@FaryalM", - testimonial: "A new restaurant. We had breakfast which was excellent. The view from the restaurant is worth everything, just breathtaking. Would definitely go back and recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg", - imageAlt: "Customer Faryal Minhas", - }, + id: "1", name: "Faryal Minhas", handle: "@FaryalM", testimonial: "A new restaurant. We had breakfast which was excellent. The view from the restaurant is worth everything, just breathtaking. Would definitely go back and recommend.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg", imageAlt: "Customer Faryal Minhas"}, { - id: "2", - name: "Black Pearl", - handle: "@BlackPearl", - testimonial: "I went to Obaw Restaurant for breakfast. The view of Rawanduz was amazing, and the place had a great atmosphere. The food was delicious, but it took a while to be served. Still, I enjoyed my time there.", - imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-together_23-2148454092.jpg", - imageAlt: "Customer Black Pearl", - }, + id: "2", name: "Black Pearl", handle: "@BlackPearl", testimonial: "I went to Obaw Restaurant for breakfast. The view of Rawanduz was amazing, and the place had a great atmosphere. The food was delicious, but it took a while to be served. Still, I enjoyed my time there.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-together_23-2148454092.jpg", imageAlt: "Customer Black Pearl"}, { - id: "3", - name: "Hoshang Kanabi", - handle: "@HoshangK", - testimonial: "This restaurant offers an incredible dining experience with a breathtaking view of the Rwanduz Canyon. We visited for breakfast, and it was excellent. The best part? It only cost 12,000 IQD for breakfast for two people—great value for such a wonderful setting!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-professional-male-chef-with-his-prepared-dish_23-2147863802.jpg", - imageAlt: "Customer Hoshang Kanabi", - }, + id: "3", name: "Hoshang Kanabi", handle: "@HoshangK", testimonial: "This restaurant offers an incredible dining experience with a breathtaking view of the Rwanduz Canyon. We visited for breakfast, and it was excellent. The best part? It only cost 12,000 IQD for breakfast for two people—great value for such a wonderful setting!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-professional-male-chef-with-his-prepared-dish_23-2147863802.jpg", imageAlt: "Customer Hoshang Kanabi"}, { - id: "4", - name: "Sarah J.", - handle: "@SarahJ", - testimonial: "The ambiance at Obaw Restaurant is simply enchanting. Every dish was a masterpiece, beautifully presented and bursting with flavor. A truly memorable dining experience!", - imageSrc: "http://img.b2bpic.net/free-photo/couple-with-delicious-drinks-high-angle_23-2150124832.jpg", - imageAlt: "Customer Sarah J.", - }, + id: "4", name: "Sarah J.", handle: "@SarahJ", testimonial: "The ambiance at Obaw Restaurant is simply enchanting. Every dish was a masterpiece, beautifully presented and bursting with flavor. A truly memorable dining experience!", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-delicious-drinks-high-angle_23-2150124832.jpg", imageAlt: "Customer Sarah J."}, { - id: "5", - name: "Ahmad R.", - handle: "@AhmadR", - testimonial: "From the moment we arrived, the service was impeccable. The staff were attentive and knowledgeable, and the traditional Kurdish dishes were exquisite. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/cook-with-pasta-dish_1154-135.jpg", - imageAlt: "Customer Ahmad R.", - }, + id: "5", name: "Ahmad R.", handle: "@AhmadR", testimonial: "From the moment we arrived, the service was impeccable. The staff were attentive and knowledgeable, and the traditional Kurdish dishes were exquisite. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/cook-with-pasta-dish_1154-135.jpg", imageAlt: "Customer Ahmad R."}, ]} title="What Our Cherished Guests Say" description="Hear directly from those who have experienced the magic of Obaw Restaurant. Their words are a testament to our dedication to culinary excellence and warm service." @@ -358,46 +198,26 @@ export default function LandingPage() { description="We are open 24 hours to serve you an exceptional dining experience. Whether for a special occasion or a casual meal, we look forward to welcoming you to Obaw Restaurant.\n\nAddress: JG7H+96J, ھەولێر, Erbil Governorate\nPhone: 0750 497 1391\nEmail: info@obawrestaurant.com" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "name", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: false, + name: "phone", type: "tel", placeholder: "Phone Number", required: false, }, { - name: "date", - type: "date", - placeholder: "Date", - required: true, + name: "date", type: "date", placeholder: "Date", required: true, }, { - name: "time", - type: "time", - placeholder: "Time", - required: true, + name: "time", type: "time", placeholder: "Time", required: true, }, { - name: "partySize", - type: "number", - placeholder: "Party Size (e.g., 4)", - required: true, + name: "partySize", type: "number", placeholder: "Party Size (e.g., 4)", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Special requests or message...", - rows: 4, + name: "message", placeholder: "Special requests or message...", rows: 4, required: false, }} imageSrc="http://img.b2bpic.net/free-photo/maps-loupe-black-desk_23-2148193385.jpg" @@ -413,58 +233,35 @@ export default function LandingPage() { logoText="Obaw Restaurant" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Gallery", - href: "#gallery", - }, + label: "Gallery", href: "#gallery"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Reservations", - href: "#contact", - }, + label: "Reservations", href: "#contact"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { - label: "Instagram", - href: "https://instagram.com/obawrestaurant", - }, + label: "Instagram", href: "https://instagram.com/obawrestaurant"}, { - label: "Facebook", - href: "https://facebook.com/obawrestaurant", - }, + label: "Facebook", href: "https://facebook.com/obawrestaurant"}, { - label: "Twitter", - href: "https://twitter.com/obawrestaurant", - }, + label: "Twitter", href: "https://twitter.com/obawrestaurant"}, ], }, ]}