diff --git a/src/app/page.tsx b/src/app/page.tsx index 0988a42..9a780fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,108 +48,63 @@ export default function LandingPage() {
@@ -167,14 +114,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose FoodieFlow?" description={[ - "At FoodieFlow, we bridge the gap between your hunger and the finest local kitchens. We prioritize speed, freshness, and quality in every delivery.", - "Our logistics network uses cutting-edge AI to ensure your meal arrives piping hot, exactly when you need it. We partner with top-tier chefs to provide an unparalleled dining experience at home.", - ]} + "At FoodieFlow, we bridge the gap between your hunger and the finest local kitchens. We prioritize speed, freshness, and quality in every delivery.", "Our logistics network uses cutting-edge AI to ensure your meal arrives piping hot, exactly when you need it. We partner with top-tier chefs to provide an unparalleled dining experience at home."]} buttons={[ { - text: "Learn More", - href: "#features", - }, + text: "Learn More", href: "#features"}, ]} /> @@ -186,23 +129,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Real-time Tracking", - description: "Know exactly where your meal is from kitchen to doorstep.", - imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762900.jpg", - imageAlt: "food delivery app interface", - }, + title: "Real-time Tracking", description: "Know exactly where your meal is from kitchen to doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762900.jpg", imageAlt: "food delivery app interface"}, { - title: "Verified Quality", - description: "Every restaurant we work with meets our high hygiene standards.", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-package-smartphone-screen-dark-blue-background-express-delivery-online-shopping-order-tracking-delivery-app-concept-3d-polygonal-digital-illustration_493343-29983.jpg", - imageAlt: "food delivery app interface", - }, + title: "Verified Quality", description: "Every restaurant we work with meets our high hygiene standards.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-package-smartphone-screen-dark-blue-background-express-delivery-online-shopping-order-tracking-delivery-app-concept-3d-polygonal-digital-illustration_493343-29983.jpg", imageAlt: "food delivery app interface"}, { - title: "Eco-friendly Delivery", - description: "Carbon neutral delivery options for a cleaner, greener tomorrow.", - imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762852.jpg", - imageAlt: "food delivery app interface", - }, + title: "Eco-friendly Delivery", description: "Carbon neutral delivery options for a cleaner, greener tomorrow.", imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762852.jpg", imageAlt: "food delivery app interface"}, ]} title="Experience Delivery Excellence" description="Our features ensure your meal arrives perfect every single time." @@ -213,45 +144,21 @@ export default function LandingPage() { @@ -396,29 +254,19 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}