From 4884885bc41a0af5d3df2a1819f57ee671b233dd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 02:23:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 +++++++++-------------------------------------- 1 file changed, 49 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a876ed..b434294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,89 +30,43 @@ export default function LandingPage() {
@@ -122,20 +76,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Legacy of Flavor", - }, + type: "text", content: "Our Legacy of Flavor"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg", - alt: "About Mas Maman Bakso", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg", alt: "About Mas Maman Bakso"}, ]} buttons={[ { - text: "Learn Our Story", - href: "#", - }, + text: "Learn Our Story", href: "#"}, ]} /> @@ -147,48 +94,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Bakso Urat", - price: "Rp 25.000", - variant: "Meatball with tendon", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table_23-2149706699.jpg", - }, - { - id: "2", - name: "Bakso Telur", - price: "Rp 22.000", - variant: "Meatball with egg", - imageSrc: "http://img.b2bpic.net/free-photo/half-shot-meatballs-soup-with-noodles-brown-bowl-left-side-dark-background_140725-140148.jpg", - }, - { - id: "3", - name: "Bakso Halus", - price: "Rp 20.000", - variant: "Smooth texture", - imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-bowl-crackers-buns-sesame-top-view_141793-12442.jpg", - }, - { - id: "4", - name: "Es Teh Manis", - price: "Rp 5.000", - variant: "Traditional Tea", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-sangria-drink_23-2149380887.jpg", - }, - { - id: "5", - name: "Es Jeruk", - price: "Rp 8.000", - variant: "Orange Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/orange-drink-with-ice-cubes-wood-surface_176474-469.jpg", - }, - { - id: "6", - name: "Bakso Spesial", - price: "Rp 35.000", - variant: "Premium mix", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508970.jpg", - }, + { id: "1", name: "Bakso Urat", price: "Rp 25.000", variant: "Meatball with tendon", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table_23-2149706699.jpg" }, + { id: "2", name: "Bakso Telur", price: "Rp 22.000", variant: "Meatball with egg", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-meatballs-soup-with-noodles-brown-bowl-left-side-dark-background_140725-140148.jpg" }, + { id: "3", name: "Bakso Halus", price: "Rp 20.000", variant: "Smooth texture", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-bowl-crackers-buns-sesame-top-view_141793-12442.jpg" }, + { id: "4", name: "Es Teh Manis", price: "Rp 5.000", variant: "Traditional Tea", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-sangria-drink_23-2149380887.jpg" }, + { id: "5", name: "Es Jeruk", price: "Rp 8.000", variant: "Orange Fresh", imageSrc: "http://img.b2bpic.net/free-photo/orange-drink-with-ice-cubes-wood-surface_176474-469.jpg" }, + { id: "6", name: "Bakso Spesial", price: "Rp 35.000", variant: "Premium mix", imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508970.jpg" } ]} title="Signature Menu" description="Hand-crafted bakso, freshly prepared daily to satisfy your cravings." @@ -200,56 +111,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah", - date: "Oct 2023", - title: "Great flavor!", - quote: "The portion is just right. Always a crowded place, but the atmosphere is worth the wait.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", - }, - { - id: "2", - name: "Michael", - date: "Sep 2023", - title: "Delicious!", - quote: "Authentic taste. I love how the ingredients are fresh. Highly recommended.", - tag: "Foodie", - avatarSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552673.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-woman-kitchen-holding-tomato-smartphone-buys-fresh_1258-193592.jpg", - }, - { - id: "3", - name: "Emily", - date: "Aug 2023", - title: "Comfort Food", - quote: "Best bakso in town. The broth is rich and comforting.", - tag: "Fan", - avatarSrc: "http://img.b2bpic.net/free-photo/man-giving-small-gift-box-blond-woman-table_23-2148014511.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg", - }, - { - id: "4", - name: "David", - date: "Jul 2023", - title: "Solid Bakso", - quote: "Always fresh, always consistent flavor. Truly the classic style I love.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-gardener-apron-hat-making-binocular-gesture-with-fingers-looking-through-fingers-standing-green-background_141793-98463.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-eating-ice-cream_23-2150244874.jpg", - }, - { - id: "5", - name: "Jessica", - date: "Jun 2023", - title: "Super yummy!", - quote: "Great service and even better bakso. Can't stop coming here.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clinking-bottles_23-2149152926.jpg", - }, + { id: "1", name: "Sarah", date: "Oct 2023", title: "Great flavor!", quote: "The portion is just right. Always a crowded place, but the atmosphere is worth the wait.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg" }, + { id: "2", name: "Michael", date: "Sep 2023", title: "Delicious!", quote: "Authentic taste. I love how the ingredients are fresh. Highly recommended.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552673.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-woman-kitchen-holding-tomato-smartphone-buys-fresh_1258-193592.jpg" }, + { id: "3", name: "Emily", date: "Aug 2023", title: "Comfort Food", quote: "Best bakso in town. The broth is rich and comforting.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/man-giving-small-gift-box-blond-woman-table_23-2148014511.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" }, + { id: "4", name: "David", date: "Jul 2023", title: "Solid Bakso", quote: "Always fresh, always consistent flavor. Truly the classic style I love.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-gardener-apron-hat-making-binocular-gesture-with-fingers-looking-through-fingers-standing-green-background_141793-98463.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-eating-ice-cream_23-2150244874.jpg" }, + { id: "5", name: "Jessica", date: "Jun 2023", title: "Super yummy!", quote: "Great service and even better bakso. Can't stop coming here.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clinking-bottles_23-2149152926.jpg" } ]} title="What Our Guests Say" description="Hear from the heart of our community who enjoy authentic bakso." @@ -261,21 +127,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Is there parking available?", - content: "Yes, we have a small parking area, though it can get crowded during peak hours.", - }, - { - id: "2", - title: "Can I order online?", - content: "We are available on major delivery apps for your convenience.", - }, - { - id: "3", - title: "Are you open on weekends?", - content: "Yes, we are open daily to serve your favorite bakso.", - }, + { id: "1", title: "Is there parking available?", content: "Yes, we have a small parking area, though it can get crowded during peak hours." }, + { id: "2", title: "Can I order online?", content: "We are available on major delivery apps for your convenience." }, + { id: "3", title: "Are you open on weekends?", content: "Yes, we are open daily to serve your favorite bakso." } ]} title="Frequently Asked" faqsAnimation="slide-up" @@ -289,30 +143,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10k+", - title: "Happy Customers", - items: [ - "Serving our community since 2010", - ], - }, - { - id: "m2", - value: "5+", - title: "Bakso Variants", - items: [ - "Classic, Tendon, Egg, and more", - ], - }, - { - id: "m3", - value: "100%", - title: "Fresh Ingredients", - items: [ - "Always using high quality meat", - ], - }, + { id: "m1", value: "10k+", title: "Happy Customers", items: ["Serving our community since 2010"] }, + { id: "m2", value: "5+", title: "Bakso Variants", items: ["Classic, Tendon, Egg, and more"] }, + { id: "m3", value: "100%", title: "Fresh Ingredients", items: ["Always using high quality meat"] } ]} title="By The Numbers" description="Our journey and commitment to quality." @@ -323,8 +156,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file