diff --git a/src/app/page.tsx b/src/app/page.tsx index 548c50d..bda865a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,140 +32,50 @@ export default function LandingPage() {
@@ -177,21 +87,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} features={[ - { - title: "Delivery & Convenience", - description: "Seamless delivery service, contactless options, and late-night food availability for those midnight cravings.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-businesswoman-paying-takeaway-food-order-with-credit-card-using-pos-contactless-service_482257-8138.jpg", - }, - { - title: "On-Site Experience", - description: "Comfortable indoor seating in a modern, clean atmosphere with fast counter service for busy schedules.", - imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", - }, - { - title: "Fast & Reliable", - description: "Ready in minutes. We prioritize speed without compromising quality, making us the local favorite.", - imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950226.jpg", - }, + { title: "Delivery & Convenience", description: "Seamless delivery service, contactless options, and late-night food availability for those midnight cravings.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-businesswoman-paying-takeaway-food-order-with-credit-card-using-pos-contactless-service_482257-8138.jpg" }, + { title: "On-Site Experience", description: "Comfortable indoor seating in a modern, clean atmosphere with fast counter service for busy schedules.", imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg" }, + { title: "Fast & Reliable", description: "Ready in minutes. We prioritize speed without compromising quality, making us the local favorite.", imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950226.jpg" }, ]} title="Everything You Need, Exactly When You Need It" description="Whether you are dining in or need a quick meal delivered to your doorstep, we have you covered." @@ -202,57 +100,23 @@ export default function LandingPage() {