Update src/app/page.tsx

This commit is contained in:
2026-05-06 19:44:34 +00:00
parent 67f430e8fb
commit b574e5c08a

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Madina Bakery"
/>
@@ -56,13 +48,7 @@ export default function LandingPage() {
description="Freshly Baked Happiness Every Day. Experience the tradition of authentic flavors and quality ingredients in every bite."
buttons={[
{
text: "Order Now",
href: "#menu",
},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-baked-bread-with-price-tag-slate_23-2147975222.jpg"
@@ -75,14 +61,9 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Story",
},
type: "text", content: "Our Story"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-baker-s-hand-kneading-bread-dough_23-2147872760.jpg",
alt: "Baker",
},
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-baker-s-hand-kneading-bread-dough_23-2147872760.jpg", alt: "Baker"},
]}
/>
</div>
@@ -94,29 +75,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1",
title: "Artisan Cakes",
descriptions: [
"Custom birthday and wedding cakes.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-cake-with-fresh-red-strawberries-chocolate-candies-cake-white-light-desk-cake-fruit-berry-biscuit-cream-sweet_140725-33903.jpg",
},
id: "s1", title: "Artisan Cakes", descriptions: [
"Custom birthday and wedding cakes."],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-cake-with-fresh-red-strawberries-chocolate-candies-cake-white-light-desk-cake-fruit-berry-biscuit-cream-sweet_140725-33903.jpg"},
{
id: "s2",
title: "Fresh Cookies",
descriptions: [
"Handmade cookies for every mood.",
],
imageSrc: "http://img.b2bpic.net/free-photo/cookie-red-cup_1388-240.jpg",
},
id: "s2", title: "Fresh Cookies", descriptions: [
"Handmade cookies for every mood."],
imageSrc: "http://img.b2bpic.net/free-photo/cookie-red-cup_1388-240.jpg"},
{
id: "s3",
title: "Breads",
descriptions: [
"Freshly baked sourdough and grains.",
],
imageSrc: "http://img.b2bpic.net/free-photo/loaf-freshly-baked-brown-bread-wooden-board-with-onions-garlic-oil-knife-it_181624-11783.jpg",
},
id: "s3", title: "Breads", descriptions: [
"Freshly baked sourdough and grains."],
imageSrc: "http://img.b2bpic.net/free-photo/loaf-freshly-baked-brown-bread-wooden-board-with-onions-garlic-oil-knife-it_181624-11783.jpg"},
]}
title="Today's Specials"
description="Indulge in our carefully crafted daily specials, baked fresh to satisfy your cravings."
@@ -131,47 +100,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "m1",
name: "Birthday Cake",
price: "$25",
variant: "Cakes",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-s-hand-holding-delicious-blueberry-round-cake-white-ceramic-plate_23-2148028522.jpg",
},
id: "m1", name: "Birthday Cake", price: "$25", variant: "Cakes", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-s-hand-holding-delicious-blueberry-round-cake-white-ceramic-plate_23-2148028522.jpg"},
{
id: "m2",
name: "Chocolate Cookies",
price: "$8",
variant: "Cookies",
imageSrc: "http://img.b2bpic.net/free-photo/cookies-stack-surrounded-with-roasted-coffee-beans_23-2147890273.jpg",
},
id: "m2", name: "Chocolate Cookies", price: "$8", variant: "Cookies", imageSrc: "http://img.b2bpic.net/free-photo/cookies-stack-surrounded-with-roasted-coffee-beans_23-2147890273.jpg"},
{
id: "m3",
name: "Sourdough",
price: "$6",
variant: "Breads",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-dark-round-bread-wooden-plate-close-up_169016-6197.jpg",
},
id: "m3", name: "Sourdough", price: "$6", variant: "Breads", imageSrc: "http://img.b2bpic.net/free-photo/fresh-dark-round-bread-wooden-plate-close-up_169016-6197.jpg"},
{
id: "m4",
name: "Butter Croissant",
price: "$4",
variant: "Pastries",
imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg",
},
id: "m4", name: "Butter Croissant", price: "$4", variant: "Pastries", imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg"},
{
id: "m5",
name: "Cupcake Box",
price: "$12",
variant: "Desserts",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcakes-still-life_23-2150154636.jpg",
},
id: "m5", name: "Cupcake Box", price: "$12", variant: "Desserts", imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcakes-still-life_23-2150154636.jpg"},
{
id: "m6",
name: "Berry Danish",
price: "$5",
variant: "Pastries",
imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985063.jpg",
},
id: "m6", name: "Berry Danish", price: "$5", variant: "Pastries", imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985063.jpg"},
]}
title="Our Full Menu"
description="Explore our wide range of baked goods, crafted with love."
@@ -185,40 +124,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah",
role: "Regular",
testimonial: "The best cakes in town! Truly authentic.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg",
},
id: "t1", name: "Sarah", role: "Regular", testimonial: "The best cakes in town! Truly authentic.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg"},
{
id: "t2",
name: "Ahmed",
role: "Patron",
testimonial: "Consistent freshness and quality every time.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
},
id: "t2", name: "Ahmed", role: "Patron", testimonial: "Consistent freshness and quality every time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
{
id: "t3",
name: "Fatima",
role: "Customer",
testimonial: "Love the cookies, brings back memories.",
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
},
id: "t3", name: "Fatima", role: "Customer", testimonial: "Love the cookies, brings back memories.", imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg"},
{
id: "t4",
name: "Bilal",
role: "Customer",
testimonial: "Excellent service and hygienic baked goods.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-communicating-while-preparing-food-kitchen_637285-12565.jpg",
},
id: "t4", name: "Bilal", role: "Customer", testimonial: "Excellent service and hygienic baked goods.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-communicating-while-preparing-food-kitchen_637285-12565.jpg"},
{
id: "t5",
name: "Zainab",
role: "Local",
testimonial: "My family loves the wedding cakes here.",
imageSrc: "http://img.b2bpic.net/free-photo/female-friends-fighting-with-bread-baguettes_23-2148721123.jpg",
},
id: "t5", name: "Zainab", role: "Local", testimonial: "My family loves the wedding cakes here.", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-fighting-with-bread-baguettes_23-2148721123.jpg"},
]}
title="Happy Customers"
description="Hear what our beloved customers say about Madina Bakery."
@@ -232,29 +146,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "g1",
title: "Store Interior",
descriptions: [
"Clean and aesthetic space.",
],
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-nut-snails-with-coffee-cappuccino-white-wood-table_181624-40558.jpg",
},
id: "g1", title: "Store Interior", descriptions: [
"Clean and aesthetic space."],
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-nut-snails-with-coffee-cappuccino-white-wood-table_181624-40558.jpg"},
{
id: "g2",
title: "Pastry Display",
descriptions: [
"Everything fresh and ready.",
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-strawberries_23-2148972059.jpg",
},
id: "g2", title: "Pastry Display", descriptions: [
"Everything fresh and ready."],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-strawberries_23-2148972059.jpg"},
{
id: "g3",
title: "Cozy Atmosphere",
descriptions: [
"Welcoming for everyone.",
],
imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg",
},
id: "g3", title: "Cozy Atmosphere", descriptions: [
"Welcoming for everyone."],
imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg"},
]}
title="Bakery Gallery"
description="A peek into our cozy bakery shop."
@@ -265,16 +167,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in touch"
title="Visit Us Today"
description="Madina Bakery, Main Street. WhatsApp us at +1 234 567 890. Email hello@madinabakery.com"
buttons={[
{
text: "WhatsApp Order",
href: "https://wa.me/1234567890",
},
text: "WhatsApp Order", href: "https://wa.me/1234567890"},
]}
/>
</div>
@@ -288,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}