diff --git a/src/app/page.tsx b/src/app/page.tsx index f226da3..c4792ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,90 +29,38 @@ export default function LandingPage() {
@@ -122,11 +70,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Filipino Heritage" description="At Mabuhay Bakery, we believe that food is the ultimate language of community. Inspired by our roots, we bring family recipes to life, using high-quality ingredients to serve you that familiar home-cooked warmth every single day. Salamat for letting us be part of your story." - buttons={[ - { - text: "Learn More", - }, - ]} + buttons={[{ text: "Learn More" }]} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-baker-with-tray_23-2149233682.jpg" /> @@ -138,42 +82,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "Ube Cake Slice", - price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cup-tea-with-lemon-plate-appetizing-cupcakes-cup-tea-purple-tablecloth-left-side-table_140725-111366.jpg", - }, - { - id: "2", - name: "Cheese Ensaymada", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/durian-cookies-white-plate_1339-5307.jpg", - }, - { - id: "3", - name: "Classic Pandesal", - price: "$0.80", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-mexican-sweetness_23-2149666279.jpg", - }, - { - id: "4", - name: "Leche Flan", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/dorayaki-pancakes-stuffed-with-vanilla-japanese-food_1150-23076.jpg", - }, - { - id: "5", - name: "Assorted Hopia", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/variety-tasty-cookies-wooden-board_114579-23576.jpg", - }, - { - id: "6", - name: "Bibingka Special", - price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/macro-green-tropical-leaf_23-2148211797.jpg", - }, + { id: "1", name: "Ube Cake Slice", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cup-tea-with-lemon-plate-appetizing-cupcakes-cup-tea-purple-tablecloth-left-side-table_140725-111366.jpg" }, + { id: "2", name: "Cheese Ensaymada", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/durian-cookies-white-plate_1339-5307.jpg" }, + { id: "3", name: "Classic Pandesal", price: "$0.80", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mexican-sweetness_23-2149666279.jpg" }, + { id: "4", name: "Leche Flan", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/dorayaki-pancakes-stuffed-with-vanilla-japanese-food_1150-23076.jpg" }, + { id: "5", name: "Assorted Hopia", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/variety-tasty-cookies-wooden-board_114579-23576.jpg" }, + { id: "6", name: "Bibingka Special", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/macro-green-tropical-leaf_23-2148211797.jpg" }, ]} title="Our Specialties" description="Indulge in our selection of freshly baked Filipino treats, crafted with authentic ingredients." @@ -187,26 +101,11 @@ export default function LandingPage() { rating={5} author="Sarah M." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/various-breakfast-cereals_114579-8994.jpg", - alt: "Sarah", - }, - { - src: "http://img.b2bpic.net/free-photo/waitress-holding-muffin-tray_23-2147984973.jpg", - alt: "Lola", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-sitting-coffee-shop_23-2150183771.jpg", - alt: "Juan", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-parents-kid-home_23-2149610760.jpg", - alt: "Family", - }, - { - src: "http://img.b2bpic.net/free-photo/business-woman-holding-cup-posing-white-wall_114579-46984.jpg", - alt: "Professional", - }, + { src: "http://img.b2bpic.net/free-photo/various-breakfast-cereals_114579-8994.jpg", alt: "Sarah" }, + { src: "http://img.b2bpic.net/free-photo/waitress-holding-muffin-tray_23-2147984973.jpg", alt: "Lola" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-sitting-coffee-shop_23-2150183771.jpg", alt: "Juan" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-parents-kid-home_23-2149610760.jpg", alt: "Family" }, + { src: "http://img.b2bpic.net/free-photo/business-woman-holding-cup-posing-white-wall_114579-46984.jpg", alt: "Professional" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -218,21 +117,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you offer pre-orders?", - content: "Yes, we accept pre-orders for larger quantities. Just call us 24 hours in advance.", - }, - { - id: "f2", - title: "Is delivery available?", - content: "We offer local delivery within a 5-mile radius during store hours.", - }, - { - id: "f3", - title: "Do you have vegan options?", - content: "We are working on adding more plant-based treats to our menu soon!", - }, + { id: "f1", title: "Do you offer pre-orders?", content: "Yes, we accept pre-orders for larger quantities. Just call us 24 hours in advance." }, + { id: "f2", title: "Is delivery available?", content: "We offer local delivery within a 5-mile radius during store hours." }, + { id: "f3", title: "Do you have vegan options?", content: "We are working on adding more plant-based treats to our menu soon!" }, ]} title="Frequently Asked Questions" description="Have questions about our orders or store hours? We've got you covered." @@ -243,9 +130,7 @@ export default function LandingPage() {