diff --git a/src/app/page.tsx b/src/app/page.tsx index 6eb87e1..39e2089 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,10 @@ export default function LandingPage() { @@ -105,10 +78,8 @@ export default function LandingPage() { @@ -118,16 +89,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Mixed Grill", "Samosas", "Desserts", "Refreshing Lassi", "Side Salads", "Chef Specials"], - }} - positiveCard={{ - items: [ - "Chicken Karahi", "Lamb Curry", "Peri Peri Wings", "Seekh Kebabs", "Fresh Naan", "Keema Curry"], - }} - title="Signature Dishes" - description="The favourites everyone talks about—fresh, bold, and generous." + negativeCard={{ items: ["Mixed Grill", "Samosas", "Desserts", "Refreshing Lassi", "Side Salads", "Chef Specials"] }} + positiveCard={{ items: ["Chicken Karahi", "Lamb Curry", "Peri Peri Wings", "Seekh Kebabs", "Fresh Naan", "Keema Curry"] }} + title="Popular Dishes" + description="Our most loved selections, prepared daily with fresh ingredients." /> @@ -137,29 +102,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Janine Smith", role: "Local", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=2"}, - { - id: "2", name: "Muddasar Saleem", role: "Regular", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543755.jpg"}, - { - id: "3", name: "Sarah Ahmed", role: "Fan", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg"}, - { - id: "4", name: "David W.", role: "Reviewer", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"}, - { - id: "5", name: "Elena R.", role: "Patron", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"}, + { id: "1", name: "Janine Smith", role: "Local", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=2" }, + { id: "2", name: "Muddasar Saleem", role: "Regular", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543755.jpg" }, + { id: "3", name: "Sarah Ahmed", role: "Fan", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" }, + { id: "4", name: "David W.", role: "Reviewer", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" }, + { id: "5", name: "Elena R.", role: "Patron", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg" }, ]} kpiItems={[ - { - value: "52+", label: "Glowing Reviews"}, - { - value: "100%", label: "Authentic Spice"}, - { - value: "Daily", label: "Fresh Prep"}, + { value: "52+", label: "Glowing Reviews" }, + { value: "100%", label: "Authentic Spice" }, + { value: "Daily", label: "Fresh Prep" }, ]} title="Customer Love" description="Why people keep coming back to My Kashmir." @@ -172,10 +124,8 @@ export default function LandingPage() { title="Visit Us" description="555 Great Horton Road, Bradford BD7 4EF. Call us at 01274 576666." inputs={[ - { - name: "name", type: "text", placeholder: "Your Name"}, - { - name: "email", type: "email", placeholder: "Email Address"}, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Email Address" }, ]} imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098566.jpg" /> @@ -185,22 +135,8 @@ export default function LandingPage() {