diff --git a/src/app/page.tsx b/src/app/page.tsx index f8dc7c1..8cf6a96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,120 +32,44 @@ export default function LandingPage() {
@@ -170,42 +94,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} products={[ - { - id: "1", - name: "Classic Biryani", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-assortment_23-2148821515.jpg", - }, - { - id: "2", - name: "Tandoori Chicken", - price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-appetizing-chicken-with-herbs-onion-lemon-board-sauce_140725-73720.jpg", - }, - { - id: "3", - name: "Crispy Pakodi", - price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg", - }, - { - id: "4", - name: "Butter Chicken", - price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-grey-surface_140725-88536.jpg", - }, - { - id: "5", - name: "Chilli Chicken", - price: "$11.00", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-peppers_23-2148747677.jpg", - }, - { - id: "6", - name: "Spicy Wings", - price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29531.jpg", - }, + { id: "1", name: "Classic Biryani", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-assortment_23-2148821515.jpg" }, + { id: "2", name: "Tandoori Chicken", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-appetizing-chicken-with-herbs-onion-lemon-board-sauce_140725-73720.jpg" }, + { id: "3", name: "Crispy Pakodi", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg" }, + { id: "4", name: "Butter Chicken", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-grey-surface_140725-88536.jpg" }, + { id: "5", name: "Chilli Chicken", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-peppers_23-2148747677.jpg" }, + { id: "6", name: "Spicy Wings", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29531.jpg" }, ]} title="Signature Menu" description="Explore our curated selection of mouth-watering chicken dishes." @@ -217,24 +111,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Fresh Ingredients", - description: "Locally sourced spices and high-quality chicken.", - imageSrc: "http://img.b2bpic.net/free-photo/two-portions-delicious-rice-blue-plate-high-quality-photo_114579-78836.jpg", - imageAlt: "Fresh", - }, - { - title: "Secret Spices", - description: "Authentic blends used for generations.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-cooken-teriyaki-sauce_114579-2017.jpg", - imageAlt: "Spices", - }, - { - title: "Fast Delivery", - description: "Hot and fresh to your doorstep.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-colorful-spices-chicken-with-herbs-lavash-board_140725-73709.jpg", - imageAlt: "Delivery", - }, + { title: "Fresh Ingredients", description: "Locally sourced spices and high-quality chicken.", imageSrc: "http://img.b2bpic.net/free-photo/two-portions-delicious-rice-blue-plate-high-quality-photo_114579-78836.jpg", imageAlt: "Fresh" }, + { title: "Secret Spices", description: "Authentic blends used for generations.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-cooken-teriyaki-sauce_114579-2017.jpg", imageAlt: "Spices" }, + { title: "Fast Delivery", description: "Hot and fresh to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-colorful-spices-chicken-with-herbs-lavash-board_140725-73709.jpg", imageAlt: "Delivery" }, ]} title="Why Choose Us" description="We prioritize quality and customer experience above all else." @@ -246,14 +125,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "FoodieHub", - "CityEats", - "LocalFoodie", - "TastyTrips", - "ChefChoice", - "FlavorMap", - "DineOut", - ]} + "FoodieHub", "CityEats", "LocalFoodie", "TastyTrips", "ChefChoice", "FlavorMap", "DineOut"]} title="Loved by Foodies" description="Trusted by the top food networks and enthusiasts." /> @@ -264,46 +136,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - title: "Great Food!", - quote: "Fantastic service and even better taste.", - name: "Sarah", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", - }, - { - id: "2", - title: "Best Pakodi", - quote: "I come here weekly just for the pakodi.", - name: "John", - role: "Regular", - imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543792.jpg", - }, - { - id: "3", - title: "Authentic Taste", - quote: "Just like home cooking.", - name: "Emily", - role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-eating-dessert-library_23-2147860599.jpg", - }, - { - id: "4", - title: "Must Try", - quote: "Everything I tried was excellent.", - name: "David", - role: "Guest", - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", - }, - { - id: "5", - title: "Quality First", - quote: "Clean, fresh, and delicious.", - name: "Maria", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/man-eating-fried-chicken-with-sauce-cafe_1303-26172.jpg", - }, + { id: "1", title: "Great Food!", quote: "Fantastic service and even better taste.", name: "Sarah", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" }, + { id: "2", title: "Best Pakodi", quote: "I come here weekly just for the pakodi.", name: "John", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543792.jpg" }, + { id: "3", title: "Authentic Taste", quote: "Just like home cooking.", name: "Emily", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-eating-dessert-library_23-2147860599.jpg" }, + { id: "4", title: "Must Try", quote: "Everything I tried was excellent.", name: "David", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" }, + { id: "5", title: "Quality First", quote: "Clean, fresh, and delicious.", name: "Maria", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-fried-chicken-with-sauce-cafe_1303-26172.jpg" }, ]} title="Guest Reviews" description="Read what our happy diners have to say." @@ -314,21 +151,9 @@ export default function LandingPage() { @@ -359,29 +179,15 @@ export default function LandingPage() { logoText="ChickenHub" columns={[ { - title: "Links", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Menu", - href: "#menu", - }, + title: "Links", items: [ + { label: "Home", href: "#hero" }, + { label: "Menu", href: "#menu" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" }, ], }, ]} @@ -390,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file