Update src/app/page.tsx
This commit is contained in:
181
src/app/page.tsx
181
src/app/page.tsx
@@ -29,90 +29,38 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Mabuhay Bakery"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Freshly Baked, Baked with Heart"
|
||||
description="Experience the authentic taste of the Philippines right in your neighborhood. From golden Pandesal to our famous Ube creations, everything we bake is rooted in tradition."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Order Now", href: "#menu" }, { text: "Visit Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-breads-red-white-cloth_1150-28525.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
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: "Maria",
|
||||
},
|
||||
{
|
||||
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: "Lola",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-holding-cup-posing-white-wall_114579-46984.jpg",
|
||||
alt: "David",
|
||||
},
|
||||
{ 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: "Maria" },
|
||||
{ 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: "Lola" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-woman-holding-cup-posing-white-wall_114579-46984.jpg", alt: "David" },
|
||||
]}
|
||||
avatarText="Join 5,000+ happy customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Baked",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Filipino",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ube Delights",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Specials",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Warm Hospitality",
|
||||
},
|
||||
{ type: "text", text: "Freshly Baked" },
|
||||
{ type: "text", text: "Authentic Filipino" },
|
||||
{ type: "text", text: "Ube Delights" },
|
||||
{ type: "text", text: "Daily Specials" },
|
||||
{ type: "text", text: "Warm Hospitality" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Salamat!"
|
||||
title="Stay in the Loop"
|
||||
description="Join our newsletter for fresh bread alerts and special seasonal menu drops."
|
||||
|
||||
Reference in New Issue
Block a user