diff --git a/src/app/page.tsx b/src/app/page.tsx index e8e52da..a8c59d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,71 +45,42 @@ export default function LandingPage() {
@@ -137,44 +100,25 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Szechuan Beef", - price: "$16.95", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-with-meat-along-with-notepad-dark-background-salad-food-meal-vegetable-meat_140725-30924.jpg", - }, + id: "p1", name: "Szechuan Beef", price: "$16.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-with-meat-along-with-notepad-dark-background-salad-food-meal-vegetable-meat_140725-30924.jpg"}, { - id: "p2", - name: "General Tso's Chicken", - price: "$15.50", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5748.jpg", - }, + id: "p2", name: "General Tso's Chicken", price: "$15.50", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5748.jpg"}, { - id: "p3", - name: "Fried Dumplings", - price: "$9.50", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076074.jpg", - }, + id: "p3", name: "Fried Dumplings", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076074.jpg"}, { - id: "p4", - name: "Chicken Fried Rice", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-meal-with-sambal-arrangement_23-2149076151.jpg", - }, + id: "p4", name: "Chicken Fried Rice", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-meal-with-sambal-arrangement_23-2149076151.jpg"}, { - id: "p5", - name: "Mongolian Beef", - price: "$17.25", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life-top-view_23-2151053710.jpg", - }, + id: "p5", name: "Mongolian Beef", price: "$17.25", imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life-top-view_23-2151053710.jpg"}, { - id: "p6", - name: "Lo Mein", - price: "$13.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-takeaway-food_23-2149025804.jpg", - }, + id: "p6", name: "Lo Mein", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-takeaway-food_23-2149025804.jpg"}, ]} title="Popular Menu Highlights" description="Classic favorites cooked fresh every day." + buttons={[ + { + text: "View Full Menu", href: "#contact" + } + ]} /> @@ -185,40 +129,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "Best Chinese in the area for the price, quality, and quantity.", - imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-influencer-recording-vlog_23-2149187785.jpg", - }, + id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Best Chinese in the area for the price, quality, and quantity.", imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-influencer-recording-vlog_23-2149187785.jpg"}, { - id: "t2", - name: "Mike D.", - handle: "@miked", - testimonial: "They made my food really spicy just how I like it.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-cheerful-woman-unpacking-fast-food-meal-delivery-sitting-sofa-junkfood-homedelivered_482257-8685.jpg", - }, + id: "t2", name: "Mike D.", handle: "@miked", testimonial: "They made my food really spicy just how I like it.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-cheerful-woman-unpacking-fast-food-meal-delivery-sitting-sofa-junkfood-homedelivered_482257-8685.jpg"}, { - id: "t3", - name: "Emily R.", - handle: "@emilyr", - testimonial: "Generous portions and friendly service every time.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-food-nature_23-2149412474.jpg", - }, + id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Generous portions and friendly service every time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-food-nature_23-2149412474.jpg"}, { - id: "t4", - name: "David K.", - handle: "@davidk", - testimonial: "Love the variety and the speed of delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-african-american-couple-love-having-fun-park-food-festival-standing-near-counter-picking-something-eat_176420-19845.jpg", - }, + id: "t4", name: "David K.", handle: "@davidk", testimonial: "Love the variety and the speed of delivery.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-african-american-couple-love-having-fun-park-food-festival-standing-near-counter-picking-something-eat_176420-19845.jpg"}, { - id: "t5", - name: "Jessica L.", - handle: "@jessl", - testimonial: "Reliable, delicious, and always hot.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-holding-shopping-bags_23-2148225609.jpg", - }, + id: "t5", name: "Jessica L.", handle: "@jessl", testimonial: "Reliable, delicious, and always hot.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-holding-shopping-bags_23-2148225609.jpg"}, ]} title="What Customers Are Saying" description="See why our neighbors keep coming back for more." @@ -230,30 +149,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Location", - content: "6748 N Sheridan Rd, Chicago, IL 60626", - }, + id: "f1", title: "Location", content: "6748 N Sheridan Rd, Chicago, IL 60626"}, { - id: "f2", - title: "Hours", - content: "Open Daily until 10 PM", - }, + id: "f2", title: "Hours", content: "Open Daily until 10 PM"}, { - id: "f3", - title: "Delivery Area", - content: "We deliver throughout Rogers Park and nearby neighborhoods.", - }, + id: "f3", title: "Delivery Area", content: "We deliver throughout Rogers Park and nearby neighborhoods."}, { - id: "f4", - title: "Service Options", - content: "Pickup, delivery, and limited outdoor seating.", - }, + id: "f4", title: "Service Options", content: "Pickup, delivery, and limited outdoor seating."}, { - id: "f5", - title: "Parking", - content: "Street parking is available near the restaurant.", - }, + id: "f5", title: "Parking", content: "Street parking is available near the restaurant."}, ]} sideTitle="Visit Us in Rogers Park" sideDescription="6748 N Sheridan Rd, Chicago, IL 60626. Open daily until 10 PM." @@ -268,29 +172,18 @@ export default function LandingPage() { description="Call (773) 465-5815 or use the form below for quick pickup/delivery requests." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-girl-eating-sushi-traditional-japanese-restaurant_627829-6752.jpg" textarea={{ - name: "order", - placeholder: "Your Order Details", - rows: 4, + name: "order", placeholder: "Your Order Details", rows: 4, required: true, }} /> @@ -305,4 +198,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file