From 7d1aa36f8b2bc3609ddd156cb49dadde1fd93aef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 13:19:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 141 +++++++++++++---------------------------------- 1 file changed, 38 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b6844b..0965328 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -77,24 +64,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Fresh Daily", description: "Hot meals prepared from scratch every single day.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/organic-product-stamp-emblems-set-illustration_53876-35417.jpg"}, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8u1pao"}, - }, - { - title: "Affordable Value", description: "Great portions that don't skimp on quality, made for everyone.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/red-sign-wood-board_23-2147960605.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-hands-icons-collection_23-2147506674.jpg"}, - }, - { - title: "Quick Service", description: "From dine-in to pickup, we make sure your food is ready fast.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/fast-food-icons-hands-flat-banners_98292-3165.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/illustration-pizza-vector-set_53876-81099.jpg"}, - }, + { title: "Fresh Daily", description: "Hot meals prepared from scratch every single day.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/organic-product-stamp-emblems-set-illustration_53876-35417.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8u1pao" } }, + { title: "Affordable Value", description: "Great portions that don't skimp on quality, made for everyone.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/red-sign-wood-board_23-2147960605.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-hands-icons-collection_23-2147506674.jpg" } }, + { title: "Quick Service", description: "From dine-in to pickup, we make sure your food is ready fast.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/fast-food-icons-hands-flat-banners_98292-3165.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/illustration-pizza-vector-set_53876-81099.jpg" } }, ]} showStepNumbers={false} title="Why Locals Love Us" @@ -109,24 +81,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", brand: "Breakfast", name: "Tapsilog", price: "₱120", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-plate_23-2148543740.jpg"}, - { - id: "2", brand: "Drinks", name: "Iced Coffee", price: "₱45", rating: 4, - reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/adding-coffee-glass-water_176474-120135.jpg"}, - { - id: "3", brand: "Breakfast", name: "Tocilog", price: "₱115", rating: 5, - reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-meal_23-2149039326.jpg"}, - { - id: "4", brand: "Breakfast", name: "Longsilog", price: "₱115", rating: 4, - reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/barbecued-red-pork-sauce-with-rice_1339-3677.jpg"}, - { - id: "5", brand: "Breakfast", name: "Cornsilog", price: "₱110", rating: 4, - reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8203.jpg"}, - { - id: "6", brand: "Breakfast", name: "Hotsilog", price: "₱100", rating: 5, - reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-dish_1203-9633.jpg"}, + { id: "1", brand: "Breakfast", name: "Tapsilog", price: "₱120", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-plate_23-2148543740.jpg" }, + { id: "2", brand: "Drinks", name: "Iced Coffee", price: "₱45", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/adding-coffee-glass-water_176474-120135.jpg" }, + { id: "3", brand: "Breakfast", name: "Tocilog", price: "₱115", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-meal_23-2149039326.jpg" }, + { id: "4", brand: "Breakfast", name: "Longsilog", price: "₱115", rating: 4, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/barbecued-red-pork-sauce-with-rice_1339-3677.jpg" }, + { id: "5", brand: "Breakfast", name: "Cornsilog", price: "₱110", rating: 4, reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8203.jpg" }, + { id: "6", brand: "Breakfast", name: "Hotsilog", price: "₱100", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-dish_1203-9633.jpg" }, ]} title="Our Signature Meals" description="Explore our favorite silog combinations and refreshing drinks." @@ -139,15 +99,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "1", value: "14+", title: "Reviews", description: "Highly rated by satisfied diners.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-breakfast-ingredients_23-2147666371.jpg"}, - { - id: "2", value: "4.4", title: "Star Rating", description: "Consistently great food quality.", imageSrc: "http://img.b2bpic.net/free-vector/boxing-day-sale-badge-collection_23-2147992292.jpg"}, - { - id: "3", value: "₱200", title: "Average Price", description: "Incredibly affordable local dining.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-delicious-burger-meal_23-2151434095.jpg"}, + { id: "1", value: "500+", title: "Meals Served", description: "Satisfying hunger daily.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-breakfast-ingredients_23-2147666371.jpg" }, + { id: "2", value: "4.8", title: "Average Rating", description: "Based on community feedback.", imageSrc: "http://img.b2bpic.net/free-vector/boxing-day-sale-badge-collection_23-2147992292.jpg" }, + { id: "3", value: "24/7", title: "Service", description: "Ready when cravings hit.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-delicious-burger-meal_23-2151434095.jpg" }, ]} - title="By The Numbers" - description="Quality consistently delivered to our community." + title="Our Impact" + description="Serving up excellence one meal at a time." /> @@ -158,24 +115,12 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sherwin Bondoc", role: "Local Guide", company: "General Trias", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-shirt-red-cape-holding-coffee-cups-white-sign-blue-space-job-uniform_140725-29126.jpg"}, - { - id: "2", name: "Jhared Tupas", role: "Local Guide", company: "Cavite", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4459.jpg"}, - { - id: "3", name: "Ronald Bernadas", role: "Customer", company: "Cavite", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-tourist-with-map_23-2147828036.jpg"}, - { - id: "4", name: "Elena Santos", role: "Diner", company: "General Trias", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"}, - { - id: "5", name: "Mark D.", role: "Customer", company: "General Trias", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg"}, + { id: "1", name: "Sherwin B.", role: "Local Foodie", company: "General Trias", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-shirt-red-cape-holding-coffee-cups-white-sign-blue-space-job-uniform_140725-29126.jpg" }, + { id: "2", name: "Jhared T.", role: "Regular Customer", company: "Cavite", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4459.jpg" }, + { id: "3", name: "Ronald B.", role: "Local Resident", company: "Cavite", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-tourist-with-map_23-2147828036.jpg" }, ]} - title="What Our Diners Say" - description="Hear from our happy community members." + title="What Locals Say" + description="Real feedback from our valued customers." /> @@ -184,15 +129,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", title: "What are your operating hours?", content: "We are open every day starting at 8:00 AM and close at 2:00 AM."}, - { - id: "2", title: "Do you offer delivery?", content: "Yes, we offer delivery via GrabFood and FoodPanda, or you can call us directly at 0917-123-4567 for orders."}, - { - id: "3", title: "Where is the restaurant located?", content: "You can find us at Arnaldo Hwy, General Trias, Cavite."}, + { id: "1", title: "What are your business hours?", content: "We operate daily from 8:00 AM to 2:00 AM to serve you." }, + { id: "2", title: "Are there vegan options?", content: "While we specialize in silog, we have vegetable side dishes available." }, + { id: "3", title: "Do you host large groups?", content: "Yes, please contact us ahead of time for table reservations." }, ]} - title="Frequently Asked Questions" - description="Have questions about our service or menu?" + title="Common Questions" + description="Everything you need to know about Double Tap." faqsAnimation="slide-up" /> @@ -200,18 +142,13 @@ export default function LandingPage() {
@@ -219,10 +156,8 @@ export default function LandingPage() {