1 Commits

Author SHA1 Message Date
744ebd0772 Update src/app/page.tsx 2026-05-02 23:09:57 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
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="Pantea Pastries"
/>
@@ -54,8 +46,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Authentic Persian Pastries in Richmond Hill"
description="Experience the finest traditional recipes crafted with love, right here in Canada. From our golden Almond & Orange Cake to delicate seasonal treats, taste the difference quality makes."
imageSrc="http://img.b2bpic.net/free-photo/sweet-delicious-pastries-dark-board_114579-22297.jpg"
@@ -70,17 +61,11 @@ export default function LandingPage() {
description="Pantea Pastries brings you the authentic flavors of home-made Persian delicacies. Our commitment to high quality ingredients and traditional methods has made us a neighborhood favorite."
metrics={[
{
value: "4.8",
title: "Customer Rating",
},
value: "4.8", title: "Customer Rating"},
{
value: "238",
title: "Delighted Reviews",
},
value: "238", title: "Delighted Reviews"},
{
value: "Daily",
title: "Freshly Baked",
},
value: "Daily", title: "Freshly Baked"},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-baker-with-apron-kneanding-dough_23-2148302928.jpg"
imageAlt="Artisan baker preparing dough"
@@ -97,26 +82,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Almond & Orange Cake",
description: "Our most popular moist cake with rich citrus notes and almond crunch.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-badamburas-black-maroon-background-with-copy-space_141793-11971.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-candle-plate_23-2149298569.jpg",
buttonText: "Order Now",
},
title: "Almond & Orange Cake", description: "Our most popular moist cake with rich citrus notes and almond crunch.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-badamburas-black-maroon-background-with-copy-space_141793-11971.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-candle-plate_23-2149298569.jpg", buttonText: "Buy Now"},
{
title: "Assorted Pastry Box",
description: "A mix of our finest traditional Persian cookies and pastries.",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-homemade-cookies-with-organic-peanuts-marble-table_114579-85479.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-novruz-cookies-baklavas-shakarburas-black-tray-plate_114579-7446.jpg",
buttonText: "Order Now",
},
title: "Assorted Pastry Box", description: "A mix of our finest traditional Persian cookies and pastries.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-homemade-cookies-with-organic-peanuts-marble-table_114579-85479.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-novruz-cookies-baklavas-shakarburas-black-tray-plate_114579-7446.jpg", buttonText: "Buy Now"},
{
title: "Afternoon Tea Specials",
description: "Pair our cakes with fresh tea for an authentic afternoon experience.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-pie-dark-surface_179666-47019.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-poppy-seed-rolls-with-sugar-glaze-basket_181624-32961.jpg",
buttonText: "Order Now",
},
title: "Afternoon Tea Specials", description: "Pair our cakes with fresh tea for an authentic afternoon experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-pie-dark-surface_179666-47019.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-poppy-seed-rolls-with-sugar-glaze-basket_181624-32961.jpg", buttonText: "Buy Now"},
]}
title="Our Signature Creations"
description="Hand-crafted with passion and traditional expertise."
@@ -130,45 +100,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "The best Persian pastries not only in Richmond Hill but also in Canada!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-serving-slice-chocolate-cake_23-2148028061.jpg",
},
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best Persian pastries not only in Richmond Hill but also in Canada!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-serving-slice-chocolate-cake_23-2148028061.jpg"},
{
id: "2",
name: "Michael C.",
handle: "@michaelc",
testimonial: "Love this place, always great quality and service. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-baked-croissant-cake-stand_23-2148027952.jpg",
},
id: "2", name: "Michael C.", handle: "@michaelc", testimonial: "Love this place, always great quality and service. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-baked-croissant-cake-stand_23-2148027952.jpg"},
{
id: "3",
name: "Emily R.",
handle: "@emilyr",
testimonial: "I ordered a birthday cake, and it was absolutely perfect. Truly delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
},
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "I ordered a birthday cake, and it was absolutely perfect. Truly delicious.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
{
id: "4",
name: "David K.",
handle: "@davidk",
testimonial: "Very kind staff who serve delicious and well priced pastries every day.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-daughter-senior-woman-eating-baked-croissant-holding-glass-juice_23-2148041587.jpg",
},
id: "4", name: "David K.", handle: "@davidk", testimonial: "Very kind staff who serve delicious and well priced pastries every day.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-daughter-senior-woman-eating-baked-croissant-holding-glass-juice_23-2148041587.jpg"},
{
id: "5",
name: "Anna P.",
handle: "@annap",
testimonial: "Authentic taste, reminds me of home. A must-visit bakery in Toronto area.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg",
},
id: "5", name: "Anna P.", handle: "@annap", testimonial: "Authentic taste, reminds me of home. A must-visit bakery in Toronto area.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg"},
]}
showRating={true}
title="What Our Customers Say"
@@ -183,34 +128,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100%",
title: "Traditional Ingredients",
items: [
"No preservatives",
"Pure almond meal",
"Fresh zests",
],
id: "m1", value: "100%", title: "Traditional Ingredients", items: [
"No preservatives", "Pure almond meal", "Fresh zests"],
},
{
id: "m2",
value: "24/7",
title: "Customer Support",
items: [
"Call anytime",
"Catering orders",
"Easy pickup",
],
id: "m2", value: "24/7", title: "Customer Support", items: [
"Call anytime", "Catering orders", "Easy pickup"],
},
{
id: "m3",
value: "10+ Yrs",
title: "Baking Heritage",
items: [
"Original recipes",
"Family methods",
"Trusted brand",
],
id: "m3", value: "10+ Yrs", title: "Baking Heritage", items: [
"Original recipes", "Family methods", "Trusted brand"],
},
]}
title="Why Pantea Pastries?"
@@ -224,20 +151,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you offer custom cakes?",
content: "Yes, we create custom birthday and celebration cakes. Please call us at least 48 hours in advance.",
},
id: "q1", title: "Do you offer custom cakes?", content: "Yes, we create custom birthday and celebration cakes. Please call us at least 48 hours in advance."},
{
id: "q2",
title: "Do you offer takeout?",
content: "Yes, we are open for takeout every day until 9 PM. Order online or visit our shop.",
},
id: "q2", title: "Do you offer takeout?", content: "Yes, we are open for takeout every day until 9 PM. Order online or visit our shop."},
{
id: "q3",
title: "Are your pastries halal?",
content: "Our pastries use high-quality, traditional ingredients. Contact us for specific dietary information.",
},
id: "q3", title: "Are your pastries halal?", content: "Our pastries use high-quality, traditional ingredients. Contact us for specific dietary information."},
]}
imageSrc="http://img.b2bpic.net/free-photo/wooden-shovel-with-freshly-baked-bread-from-oven_23-2148189051.jpg"
imageAlt="Bakery interior"
@@ -252,20 +170,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Come Visit Our Richmond Hill Bakery"
description="We are located at 8910 Yonge St Unit#6. Come experience the aroma of fresh pastries today!"
buttons={[
{
text: "Get Directions",
href: "#",
},
text: "Get Directions", href: "#"},
{
text: "Call (905) 597-6607",
href: "tel:+19055976607",
},
text: "Call (905) 597-6607", href: "tel:+19055976607"},
]}
/>
</div>
@@ -274,33 +187,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Bakery",
items: [
title: "Bakery", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Menu",
href: "#menu",
},
label: "Our Menu", href: "#menu"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -311,4 +212,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}