Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 094e7cdae4 | |||
| 0ab1246280 | |||
| 4f550a74e8 | |||
| c6f4e203a3 | |||
| 0ff2a12289 | |||
| 8496ac9020 | |||
| b542a83d6a |
225
src/app/page.tsx
225
src/app/page.tsx
@@ -33,17 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Locations",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Locations", id: "contact"},
|
||||
]}
|
||||
brandName="Prakash Bakery"
|
||||
/>
|
||||
@@ -55,13 +49,9 @@ export default function LandingPage() {
|
||||
description="Gujarat's Most Beloved Puff. Now at Your Doorstep. Over 70 freshly baked puff varieties, handcrafted celebration cakes, and artisan bakery goods — made live, every single day."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Now →", href: "#"},
|
||||
{
|
||||
text: "Explore the Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore the Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/braided-bread-pretzels-chopping-board-seen-through-bagels_23-2147872698.jpg?_wi=1"
|
||||
imageAlt="Golden puffs fresh out of the oven"
|
||||
@@ -74,13 +64,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"\"Best puffs I've ever had — and I'm not even a puff person.\" — Prateek N.",
|
||||
"\"The puff varieties here are unreal. 70+ options!\" — Purvi D.",
|
||||
"\"Our go-to bakery for every birthday cake. Never disappoints.\" — Deepali S.",
|
||||
"\"Fresh, hot, live-made puffs. Nothing comes close.\" — Harshul B.",
|
||||
"\"Cheese puff and chocolate truffle cake — absolutely incredible.\" — Gitanjali S.",
|
||||
]}
|
||||
title="Ahmedabad Has Spoken"
|
||||
"\"Best puffs I've ever had — and I'm not even a puff person.\" — Prateek N.", "\"The puff varieties here are unreal. 70+ options!\" — Purvi D.", "\"Our go-to bakery for every birthday cake. Never disappoints.\" — Deepali S.", "\"Fresh, hot, live-made puffs. Nothing comes close.\" — Harshul B.", "\"Cheese puff and chocolate truffle cake — absolutely incredible.\" — Gitanjali S."]}
|
||||
title="Vadodara
|
||||
Has Spoken"
|
||||
description="Loved by thousands across Gujarat."
|
||||
/>
|
||||
</div>
|
||||
@@ -93,19 +79,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Live-Made, Every Hour",
|
||||
description: "Watch your puff being baked fresh in front of you. No reheating. No shortcuts.",
|
||||
},
|
||||
title: "Live-Made, Every Hour", description: "Watch your puff being baked fresh in front of you. No reheating. No shortcuts."},
|
||||
{
|
||||
icon: Layers,
|
||||
title: "70+ Puff Varieties",
|
||||
description: "From Cheese Labalab to Punjabi Puff, our menu is a puff lover's dream.",
|
||||
},
|
||||
title: "70+ Puff Varieties", description: "From Cheese Labalab to Punjabi Puff, our menu is a puff lover's dream."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Celebration Cakes",
|
||||
description: "Custom-designed cakes for birthdays, anniversaries, and everything worth celebrating.",
|
||||
},
|
||||
title: "Celebration Cakes", description: "Custom-designed cakes for birthdays, anniversaries, and everything worth celebrating."},
|
||||
]}
|
||||
title="Why Thousands Choose Prakash Bakery"
|
||||
description="We don't just bake; we craft experiences."
|
||||
@@ -119,63 +99,17 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bakery",
|
||||
name: "Pizza Puff",
|
||||
price: "₹45",
|
||||
rating: 5,
|
||||
reviewCount: "500+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/putting-chocolate-syrup-into-sweet-bakery-product_114579-1762.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bakery",
|
||||
name: "Cheese Labalab",
|
||||
price: "₹60",
|
||||
rating: 5,
|
||||
reviewCount: "400+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparating-grilled-buns-humburger_7502-9882.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Bakery",
|
||||
name: "Chocolate Truffle Cake",
|
||||
price: "₹800",
|
||||
rating: 5,
|
||||
reviewCount: "300+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-croissants-basket_23-2148288056.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bakery",
|
||||
name: "Butter Khari",
|
||||
price: "₹30",
|
||||
rating: 4,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruits-bun-near-drink_23-2147869463.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bakery",
|
||||
name: "Bento Cake",
|
||||
price: "₹350",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-taking-dripping-pan-from-oven_23-2147962796.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bakery",
|
||||
name: "Veg Puff",
|
||||
price: "₹35",
|
||||
rating: 4,
|
||||
reviewCount: "600+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-baguette-bread_141793-5215.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Paneer", name: "Paneer Tikka Puff", price: "₹55", rating: 5, reviewCount: "800+", imageSrc: "https://img.freepik.com/free-photo/fresh-delicious-paneer-tikka-puff_114579-1762.jpg" },
|
||||
{ id: "p2", brand: "Cheese", name: "Double Cheese Burst", price: "₹70", rating: 5, reviewCount: "600+", imageSrc: "https://img.freepik.com/free-photo/golden-cheesy-pastry_114579-9882.jpg" },
|
||||
{ id: "p3", brand: "Rolls", name: "Schezwan Veg Roll", price: "₹40", rating: 4, reviewCount: "450+", imageSrc: "https://img.freepik.com/free-photo/spicy-vegetable-roll_114579-2244.jpg" },
|
||||
{ id: "p4", brand: "Novelty", name: "Cream Puff Blast", price: "₹50", rating: 5, reviewCount: "300+", imageSrc: "https://img.freepik.com/free-photo/sweet-cream-puff_114579-3355.jpg" },
|
||||
{ id: "p5", brand: "Desserts", name: "Chocolate Doughnut", price: "₹60", rating: 5, reviewCount: "550+", imageSrc: "https://img.freepik.com/free-photo/glazed-chocolate-doughnut_114579-887.jpg" },
|
||||
{ id: "p6", brand: "Cakes", name: "Bento Truffle Cake", price: "₹399", rating: 5, reviewCount: "200+", imageSrc: "https://img.freepik.com/free-photo/mini-chocolate-truffle-cake_114579-444.jpg" },
|
||||
{ id: "p7", brand: "Snacks", name: "Mini Bhakharwadi", price: "₹80", rating: 4, reviewCount: "1000+", imageSrc: "https://img.freepik.com/free-photo/traditional-gujarati-bhakharwadi_114579-667.jpg" },
|
||||
{ id: "p8", brand: "Bakery", name: "Butter Khari", price: "₹30", rating: 4, reviewCount: "900+", imageSrc: "https://img.freepik.com/free-photo/crispy-butter-khari_114579-555.jpg" }
|
||||
]}
|
||||
title="Fan Favourites"
|
||||
description="Ordered daily by thousands across Gujarat."
|
||||
title="Our Comprehensive Menu"
|
||||
description="From traditional Gujarati snacks to indulgent desserts and puffs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -185,60 +119,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Nirav G.",
|
||||
date: "Jan 2025",
|
||||
title: "Local Guide",
|
||||
quote: "The best puffs I've had, bar none. An institution.",
|
||||
tag: "Top Review",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-clay-pots_23-2148944928.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/braided-bread-pretzels-chopping-board-seen-through-bagels_23-2147872698.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer eating pastry",
|
||||
},
|
||||
id: "1", name: "Nirav G.", date: "Jan 2025", title: "Local Guide", quote: "The best puffs I've had, bar none. An institution.", tag: "Top Review", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-clay-pots_23-2148944928.jpg", imageSrc: "http://img.b2bpic.net/free-photo/braided-bread-pretzels-chopping-board-seen-through-bagels_23-2147872698.jpg?_wi=2", imageAlt: "portrait happy customer eating pastry"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Amit V.",
|
||||
date: "Dec 2024",
|
||||
title: "Customer",
|
||||
quote: "We've ordered our daughter's birthday cake from here for years.",
|
||||
tag: "Trusted",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24663.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-smiling-modern-indian-man-near-office-building_496169-2890.jpg",
|
||||
imageAlt: "portrait happy customer eating pastry",
|
||||
},
|
||||
id: "2", name: "Amit V.", date: "Dec 2024", title: "Customer", quote: "We've ordered our daughter's birthday cake from here for years.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24663.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-smiling-modern-indian-man-near-office-building_496169-2890.jpg", imageAlt: "portrait happy customer eating pastry"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Harshul B.",
|
||||
date: "Nov 2024",
|
||||
title: "Local Guide",
|
||||
quote: "I travel across the city just to come here. Nothing else like it.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-woman-celebrating-tamil-new-year_23-2151210748.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-lady-wedding-day-holiday_1304-966.jpg",
|
||||
imageAlt: "portrait happy customer eating pastry",
|
||||
},
|
||||
id: "3", name: "Harshul B.", date: "Nov 2024", title: "Local Guide", quote: "I travel across the city just to come here. Nothing else like it.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-woman-celebrating-tamil-new-year_23-2151210748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smile-lady-wedding-day-holiday_1304-966.jpg", imageAlt: "portrait happy customer eating pastry"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya S.",
|
||||
date: "Oct 2024",
|
||||
title: "Patron",
|
||||
quote: "The taste is consistent and always delightful.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/putting-chocolate-syrup-into-sweet-bakery-product_114579-1762.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer eating pastry",
|
||||
},
|
||||
id: "4", name: "Priya S.", date: "Oct 2024", title: "Patron", quote: "The taste is consistent and always delightful.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg", imageSrc: "http://img.b2bpic.net/free-photo/putting-chocolate-syrup-into-sweet-bakery-product_114579-1762.jpg?_wi=2", imageAlt: "portrait happy customer eating pastry"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rohan D.",
|
||||
date: "Sep 2024",
|
||||
title: "Patron",
|
||||
quote: "Best cakes in Gujarat, hands down.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/preparating-grilled-buns-humburger_7502-9882.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-croissants-basket_23-2148288056.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer eating pastry",
|
||||
},
|
||||
id: "5", name: "Rohan D.", date: "Sep 2024", title: "Patron", quote: "Best cakes in Gujarat, hands down.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/preparating-grilled-buns-humburger_7502-9882.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-croissants-basket_23-2148288056.jpg?_wi=2", imageAlt: "portrait happy customer eating pastry"},
|
||||
]}
|
||||
title="Testimonials"
|
||||
description="What our patrons say about the institution."
|
||||
@@ -252,9 +141,7 @@ export default function LandingPage() {
|
||||
description="Prakash Bakery began with a simple promise: freshness above all else. Today, that promise is baked into every puff, every cake, every khari that leaves our kitchen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Find Your Nearest Branch →",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Your Nearest Branch →", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg"
|
||||
imageAlt="Inside Prakash Bakery kitchen"
|
||||
@@ -267,25 +154,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you take custom cake orders?",
|
||||
content: "Yes! We create fully customised cakes for all occasions.",
|
||||
},
|
||||
id: "f1", title: "Do you take custom cake orders?", content: "Yes! We create fully customised cakes for all occasions."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are your puffs made fresh on-site?",
|
||||
content: "Absolutely. Every puff is baked live in-store daily.",
|
||||
},
|
||||
id: "f2", title: "Are your puffs made fresh on-site?", content: "Absolutely. Every puff is baked live in-store daily."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer home delivery through our local branches.",
|
||||
},
|
||||
id: "f3", title: "Do you offer delivery?", content: "Yes, we offer home delivery through our local branches."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Are there Jain/Swaminarayan options?",
|
||||
content: "Yes, please confirm with staff for your specific dietary needs.",
|
||||
},
|
||||
id: "f4", title: "Are there Jain/Swaminarayan options?", content: "Yes, please confirm with staff for your specific dietary needs."},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
title="Questions? Answers."
|
||||
@@ -300,18 +175,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Your Next Favourite Puff Is Waiting. Freshly baked. Instantly craveable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Now →", href: "#"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+910000000000",
|
||||
},
|
||||
text: "Call Us", href: "tel:+910000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -320,9 +190,8 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="Visit Us. Ahmedabad | Surat | Multiple Locations Across Gujarat."
|
||||
variant: "plain"}}
|
||||
text="Visit Us. Vadodara"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -332,29 +201,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Order",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Find a Branch",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Find a Branch", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -364,4 +223,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user