diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a6e097..9d2b98f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,107 +45,57 @@ export default function LandingPage() { @@ -163,14 +105,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Tradition in Every Bite", - }, + type: "text", content: "Tradition in Every Bite"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/pita-with-rice-traditional-indian-recipe_23-2148294994.jpg", - alt: "Kashmiri food", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/pita-with-rice-traditional-indian-recipe_23-2148294994.jpg", alt: "Kashmiri food"}, ]} /> @@ -182,23 +119,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Mixed Grill", - "Samosas", - "Desserts", - "Refreshing Lassi", - "Side Salads", - "Chef Specials", - ], + "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", - ], + "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." @@ -212,59 +137,28 @@ export default function LandingPage() { 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: "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: "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: "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: "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: "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: "52+", label: "Glowing Reviews"}, { - value: "100%", - label: "Authentic Spice", - }, + value: "100%", label: "Authentic Spice"}, { - value: "Daily", - label: "Fresh Prep", - }, + value: "Daily", label: "Fresh Prep"}, ]} title="Customer Love" description="Why people keep coming back to My Kashmir." @@ -278,15 +172,9 @@ export default function LandingPage() { description="555 Great Horton Road, Bradford BD7 4EF. Call us at 01274 576666." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Email Address", - }, + name: "email", type: "email", placeholder: "Email Address"}, ]} imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098566.jpg" /> @@ -297,29 +185,19 @@ export default function LandingPage() { logoText="My Kashmir" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Signature Dishes", - href: "#menu", - }, + label: "Signature Dishes", href: "#menu"}, { - label: "Curries", - href: "#menu", - }, + label: "Curries", href: "#menu"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Get Directions", - href: "#contact", - }, + label: "Get Directions", href: "#contact"}, { - label: "Call Us", - href: "tel:01274576666", - }, + label: "Call Us", href: "tel:01274576666"}, ], }, ]} @@ -328,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file