Update src/app/page.tsx
This commit is contained in:
142
src/app/page.tsx
142
src/app/page.tsx
@@ -15,9 +15,9 @@ import { Sparkles, Heart, Cake, Star, Award, MapPin, Clock, Users } from "lucide
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Cakes", id: "cakes" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Cakes", id: "/cakes" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
@@ -39,9 +39,7 @@ export default function HomePage() {
|
||||
brandName="International Bakery"
|
||||
navItems={navItems.slice(0, -1)}
|
||||
button={{
|
||||
text: "Visit Today",
|
||||
href: "#visit",
|
||||
}}
|
||||
text: "Visit Today", href: "#visit"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,29 +51,20 @@ export default function HomePage() {
|
||||
title="Fill Your Tray With Happiness"
|
||||
description="Grab a tray. Fill it with joy. Discover hundreds of fresh pastries, breads, and cakes baked daily at International Bakery Inc. Experience the warmth of authentic Mexican bakery culture."
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-managing-owning-their-business_23-2151456949.jpg?_wi=1",
|
||||
imageAlt: "Customers grabbing trays and selecting pastries at International Bakery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-managing-owning-their-business_23-2151456949.jpg?_wi=1", imageAlt: "Customers grabbing trays and selecting pastries at International Bakery"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=1",
|
||||
imageAlt: "Colorful selection of fresh pastries and conchas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=1", imageAlt: "Colorful selection of fresh pastries and conchas"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by the community"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Bakery",
|
||||
href: "#experience",
|
||||
},
|
||||
text: "Explore Our Bakery", href: "#experience"},
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "#visit",
|
||||
},
|
||||
text: "Visit Us Today", href: "#visit"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -95,25 +84,13 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Grab a Tray",
|
||||
description: "Start your journey by selecting a tray and tongs from our welcoming entrance. Experience the freedom to explore at your own pace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=1",
|
||||
imageAlt: "Customer grabbing a tray at the bakery entrance",
|
||||
},
|
||||
title: "Grab a Tray", description: "Start your journey by selecting a tray and tongs from our welcoming entrance. Experience the freedom to explore at your own pace.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=1", imageAlt: "Customer grabbing a tray at the bakery entrance"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fill It With Your Favorites",
|
||||
description: "Browse our abundant selection of fresh pastries, Mexican breads, cookies, and seasonal treats. Every item baked fresh daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986283.jpg?_wi=1",
|
||||
imageAlt: "Customer filling tray with colorful pastries",
|
||||
},
|
||||
title: "Fill It With Your Favorites", description: "Browse our abundant selection of fresh pastries, Mexican breads, cookies, and seasonal treats. Every item baked fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986283.jpg?_wi=1", imageAlt: "Customer filling tray with colorful pastries"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Checkout & Enjoy",
|
||||
description: "Head to our friendly checkout counter. We weigh your tray, ring you up, and send you home with delicious memories.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-woman-standing-front-display-cabinet-showing-blank-slate_23-2148027989.jpg?_wi=1",
|
||||
imageAlt: "Customer at checkout counter with filled pastry tray",
|
||||
},
|
||||
title: "Checkout & Enjoy", description: "Head to our friendly checkout counter. We weigh your tray, ring you up, and send you home with delicious memories.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-woman-standing-front-display-cabinet-showing-blank-slate_23-2148027989.jpg?_wi=1", imageAlt: "Customer at checkout counter with filled pastry tray"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,28 +108,16 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "conchas",
|
||||
name: "Mexican Conchas",
|
||||
price: "$3.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=2",
|
||||
imageAlt: "Colorful Mexican concha pastries",
|
||||
initialQuantity: 1,
|
||||
id: "conchas", name: "Mexican Conchas", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=2", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "empanadas",
|
||||
name: "Empanadas",
|
||||
price: "$4.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=1",
|
||||
imageAlt: "Golden baked empanadas",
|
||||
initialQuantity: 1,
|
||||
id: "conchas-2", name: "Mexican Conchas", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=2", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "cream-buns",
|
||||
name: "Cream Cheese Buns",
|
||||
price: "$2.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg?_wi=1",
|
||||
imageAlt: "Fresh cream cheese buns",
|
||||
initialQuantity: 1,
|
||||
id: "empanadas", name: "Empanadas", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=1", imageAlt: "Golden baked empanadas", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "cream-buns", name: "Cream Cheese Buns", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg?_wi=1", imageAlt: "Fresh cream cheese buns", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -167,41 +132,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confectioner-uniform-decorates-cake_1157-33465.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson customer photo",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confectioner-uniform-decorates-cake_1157-33465.jpg?_wi=1", imageAlt: "Sarah Johnson customer photo"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-bakery-shop-owner-taking-phone-order_23-2148028001.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen customer photo",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-bakery-shop-owner-taking-phone-order_23-2148028001.jpg?_wi=1", imageAlt: "Michael Chen customer photo"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1",
|
||||
imageAlt: "Emma Rodriguez customer photo",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1", imageAlt: "Emma Rodriguez customer photo"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queer-couple-celebrating-birthday-together_23-2149570899.jpg?_wi=1",
|
||||
imageAlt: "David Kim customer photo",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/queer-couple-celebrating-birthday-together_23-2149570899.jpg?_wi=1", imageAlt: "David Kim customer photo"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985156.jpg?_wi=1",
|
||||
imageAlt: "Jessica Martinez customer photo",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985156.jpg?_wi=1", imageAlt: "Jessica Martinez customer photo"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Thomas Anderson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-showing-approval_23-2148334512.jpg?_wi=1",
|
||||
imageAlt: "Thomas Anderson customer photo",
|
||||
},
|
||||
id: "6", name: "Thomas Anderson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-showing-approval_23-2148334512.jpg?_wi=1", imageAlt: "Thomas Anderson customer photo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,32 +160,16 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Pastry Varieties",
|
||||
description: "Hundreds of fresh options baked daily",
|
||||
icon: Sparkles,
|
||||
id: "1", value: "500+", title: "Pastry Varieties", description: "Hundreds of fresh options baked daily", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
title: "Fresh All Day",
|
||||
description: "We bake throughout the day",
|
||||
icon: Clock,
|
||||
id: "2", value: "24/7", title: "Fresh All Day", description: "We bake throughout the day", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99%",
|
||||
title: "Satisfaction",
|
||||
description: "Affordable prices and amazing treats",
|
||||
icon: Heart,
|
||||
id: "3", value: "99%", title: "Satisfaction", description: "Affordable prices and amazing treats", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
title: "Authentic",
|
||||
description: "Warm and welcoming service always",
|
||||
icon: Users,
|
||||
id: "4", value: "100%", title: "Authentic", description: "Warm and welcoming service always", icon: Users,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -258,8 +183,7 @@ export default function HomePage() {
|
||||
title="Come Explore the Bakery"
|
||||
description="International Bakery Inc is more than a bakery—it's an experience. Bring friends, bring family, grab a tray, and discover your new favorite pastry. We're conveniently located and ready to welcome you."
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg?_wi=1"
|
||||
imageAlt="Warm interior of International Bakery with fresh pastries"
|
||||
@@ -276,13 +200,9 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="International Bakery Inc"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Follow Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Follow Us", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user