diff --git a/src/app/page.tsx b/src/app/page.tsx index 787edfe..8e9d1ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -153,33 +80,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", - title: "Peri-Peri Alfaham", - descriptions: [ - "Tender chicken marinated in our secret blend of spices and grilled to perfection.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/spices-plate_23-2147684837.jpg?_wi=2", - }, - { - id: "2", - title: "Unlimited Fragrant Rice", - descriptions: [ - "Our signature basmati rice, steamed with aromatic spices and served with a side of authentic gravy.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-rice-rice-dried-fruits-plate-bowls-spices_140725-78909.jpg?_wi=2", - }, - { - id: "3", - title: "Signature Sides", - descriptions: [ - "Enjoy our traditional fresh salad and homemade mayonnaise with every meal.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/chopped-fruit-salad-ceramic-plate-concrete_114579-71923.jpg?_wi=2", - }, + { id: "1", title: "Chicken Peri Peri Mandhi", descriptions: ["Tender chicken marinated in our secret peri-peri spices and grilled to perfection."], imageSrc: "http://img.b2bpic.net/free-photo/spices-plate_23-2147684837.jpg?_wi=2" }, + { id: "2", title: "Mandhi Rice", descriptions: ["Authentic aromatic basmati rice cooked with traditional spices and tender meat stock."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-rice-rice-dried-fruits-plate-bowls-spices_140725-78909.jpg?_wi=2" }, + { id: "3", title: "Salad", descriptions: ["Freshly cut garden vegetables served with our signature dressing for a refreshing crunch."], imageSrc: "http://img.b2bpic.net/free-photo/chopped-fruit-salad-ceramic-plate-concrete_114579-71923.jpg?_wi=2" }, + { id: "4", title: "Beef Mandhi", descriptions: ["Slow-cooked, melt-in-your-mouth beef seasoned with royal Arabian spices."], imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-plate-rice-wooden-table_114579-79271.jpg" }, ]} - title="Signature Flavors" - description="Hand-crafted dishes designed to satisfy every palate, using fresh, high-quality ingredients sourced daily." + title="Our Signature Menu" + description="Discover our curated selection of authentic Arabian delicacies, crafted with premium ingredients." + buttons={[{ text: "Order Now", href: "#contact" }]} /> @@ -189,46 +97,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sreyas vs", - handle: "@foodie", - testimonial: "Full of flavor, variety of options, hearty meat dishes.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-urban-portrait-brunet-hipster-woman-having-fun-going-crazy-masquerade-party-wearing-trendy-cozy-sweater-face-crown-eating-sweet-tasty-berry-cake-bright-positive-happy_291049-1266.jpg", - }, - { - id: "2", - name: "Althaf Mundackal", - handle: "@localguide", - testimonial: "Best place for mandi in the area, very convenient parking.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg", - }, - { - id: "3", - name: "Devadarsini k", - handle: "@patron", - testimonial: "Been coming here for 1.5 years. Consistent taste.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg", - }, - { - id: "4", - name: "Faadi Salim", - handle: "@meatlover", - testimonial: "Had the beef ribs and it was one of the best I've had.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg", - }, - { - id: "5", - name: "Shahin Navas", - handle: "@alfaham_fan", - testimonial: "Super Alfaham Mandhi! Well cooked chicken at affordable price.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg", - }, + { id: "1", name: "Sreyas vs", handle: "@foodie", testimonial: "Full of flavor, variety of options, hearty meat dishes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-urban-portrait-brunet-hipster-woman-having-fun-going-crazy-masquerade-party-wearing-trendy-cozy-sweater-face-crown-eating-sweet-tasty-berry-cake-bright-positive-happy_291049-1266.jpg" }, + { id: "2", name: "Althaf Mundackal", handle: "@localguide", testimonial: "Best place for mandi in the area, very convenient parking.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg" }, + { id: "3", name: "Devadarsini k", handle: "@patron", testimonial: "Been coming here for 1.5 years. Consistent taste.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg" }, + { id: "4", name: "Faadi Salim", handle: "@meatlover", testimonial: "Had the beef ribs and it was one of the best I've had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg" }, + { id: "5", name: "Shahin Navas", handle: "@alfaham_fan", testimonial: "Super Alfaham Mandhi! Well cooked chicken at affordable price.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg" }, ]} showRating={true} title="Voices of Our Guests" @@ -239,9 +112,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file