Merge version_2 into main #1
265
src/app/page.tsx
265
src/app/page.tsx
@@ -32,25 +32,15 @@ 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: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cake Wala"
|
||||
/>
|
||||
@@ -59,68 +49,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to Cake Wala"
|
||||
description="Your favorite spot for fresh cakes, pastries, and delicious meals under one roof in Warangal."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-showcase-pastry-shop-with-variety-fresh-cakes-pastries-popular-sweet-desserts-offered-sale_639032-1341.jpg"
|
||||
imageAlt="Cake Wala Bakery display"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-appetizing-fresh-chocolate-cake-glass-showcase-pastry-shop-cafe_639032-1328.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-appetizing-fresh-chocolate-cake-glass-showcase-pastry-shop-cafe_639032-1328.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-miniature-bakery-product_23-2151862559.jpg",
|
||||
alt: "Baker portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-miniature-bakery-product_23-2151862559.jpg", alt: "Baker portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/various-cakes-supermarket-shelves-sale_627829-7332.jpg",
|
||||
alt: "Customer smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/various-cakes-supermarket-shelves-sale_627829-7332.jpg", alt: "Customer smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg",
|
||||
alt: "Bakery interior",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg", alt: "Bakery interior"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-baker-enjoying-pleasant-smell-baked-muffins_23-2148028074.jpg",
|
||||
alt: "Happy baker",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-baker-enjoying-pleasant-smell-baked-muffins_23-2148028074.jpg", alt: "Happy baker"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Baked",
|
||||
},
|
||||
type: "text", text: "Freshly Baked"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-women-kitchen_23-2150014849.jpg",
|
||||
alt: "Pastry",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-smiley-women-kitchen_23-2150014849.jpg", alt: "Pastry"},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Quality",
|
||||
},
|
||||
type: "text", text: "100% Quality"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-working-bread-bakery_23-2148983523.jpg",
|
||||
alt: "Bread",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-working-bread-bakery_23-2148983523.jpg", alt: "Bread"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Daily",
|
||||
},
|
||||
type: "text", text: "Open Daily"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,9 +93,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Freshness"
|
||||
description={[
|
||||
"At Cake Wala, we pride ourselves on bringing a wide variety of fresh cakes, pastries, and snacks to our community.",
|
||||
"Our food court offers diverse cuisine options, ensuring there's something for everyone to enjoy in a welcoming environment.",
|
||||
]}
|
||||
"At Cake Wala, we pride ourselves on bringing a wide variety of fresh cakes, pastries, and snacks to our community.", "Our food court offers diverse cuisine options, ensuring there's something for everyone to enjoy in a welcoming environment."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,62 +105,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bakery",
|
||||
name: "Classic Choco Fudge",
|
||||
price: "₹120",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727727.jpg",
|
||||
},
|
||||
id: "p1", brand: "Available Now", name: "Classic Choco Fudge", price: "₹120", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727727.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Pastry",
|
||||
name: "Vanilla Cream Treat",
|
||||
price: "₹90",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-various-cookies-nuts-pinecones-bowls-high-quality-photo_114579-68819.jpg",
|
||||
},
|
||||
id: "p2", brand: "Just Baked", name: "Vanilla Cream Treat", price: "₹90", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/bunch-various-cookies-nuts-pinecones-bowls-high-quality-photo_114579-68819.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Bakery",
|
||||
name: "Fruit Delight Cake",
|
||||
price: "₹150",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg",
|
||||
},
|
||||
id: "p3", brand: "Sold Out", name: "Fruit Delight Cake", price: "₹150", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Snack",
|
||||
name: "Fresh Cinnamon Roll",
|
||||
price: "₹70",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-freshly-baked-cinnamon-roll-with-icing_23-2151991549.jpg",
|
||||
},
|
||||
id: "p4", brand: "Available Now", name: "Fresh Cinnamon Roll", price: "₹70", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-freshly-baked-cinnamon-roll-with-icing_23-2151991549.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bakery",
|
||||
name: "Black Forest Special",
|
||||
price: "₹130",
|
||||
rating: 5,
|
||||
reviewCount: "340",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg",
|
||||
},
|
||||
id: "p5", brand: "Available Now", name: "Black Forest Special", price: "₹130", rating: 5,
|
||||
reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bakery",
|
||||
name: "Velvet Slice",
|
||||
price: "₹110",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-eclairs-delicious-cake-pastries-display-cabinet_23-2148189119.jpg",
|
||||
},
|
||||
id: "p6", brand: "Limited", name: "Velvet Slice", price: "₹110", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/variety-eclairs-delicious-cake-pastries-display-cabinet_23-2148189119.jpg"},
|
||||
]}
|
||||
title="Sweet Creations & Meals"
|
||||
description="Explore our freshly prepared daily specials, from artisan cakes to savory meals."
|
||||
description="Explore our freshly prepared daily specials, with real-time stock status shown on each item."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,26 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Ingredients",
|
||||
description: "We use only the finest ingredients to ensure every bite is perfection.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-bread-factory_23-2148983513.jpg",
|
||||
},
|
||||
id: "f1", title: "Fresh Ingredients", description: "We use only the finest ingredients to ensure every bite is perfection.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-bread-factory_23-2148983513.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Friendly Service",
|
||||
description: "Our team is committed to making every visit pleasant and welcoming.",
|
||||
tag: "Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandma-kid-cooking_23-2149168290.jpg",
|
||||
},
|
||||
id: "f2", title: "Friendly Service", description: "Our team is committed to making every visit pleasant and welcoming.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandma-kid-cooking_23-2149168290.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Drive-through Convenience",
|
||||
description: "Quick pickup for those on the move.",
|
||||
tag: "Fast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-with-mask-high-angle_23-2149445535.jpg",
|
||||
},
|
||||
id: "f3", title: "Drive-through Convenience", description: "Quick pickup for those on the move.", tag: "Fast", imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-with-mask-high-angle_23-2149445535.jpg"},
|
||||
]}
|
||||
title="Why Choose Cake Wala?"
|
||||
description="We are dedicated to quality, taste, and a great customer experience."
|
||||
@@ -243,20 +153,11 @@ export default function LandingPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1,400+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
id: "m1", value: "1,400+", description: "Happy Customers"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200+",
|
||||
description: "Menu Items",
|
||||
},
|
||||
id: "m2", value: "200+", description: "Menu Items"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5+",
|
||||
description: "Years of Baking",
|
||||
},
|
||||
id: "m3", value: "5+", description: "Years of Baking"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -268,45 +169,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Amazing Pastries!",
|
||||
quote: "Nice pastries, good customer friendly service. Thank you!",
|
||||
name: "Sarah J.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg",
|
||||
},
|
||||
id: "t1", title: "Amazing Pastries!", quote: "Nice pastries, good customer friendly service. Thank you!", name: "Sarah J.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Delicious Puddings",
|
||||
quote: "Coconut pudding and fruit pudding is yummy here!",
|
||||
name: "Michael C.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068874.jpg",
|
||||
},
|
||||
id: "t2", title: "Delicious Puddings", quote: "Coconut pudding and fruit pudding is yummy here!", name: "Michael C.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068874.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great Place!",
|
||||
quote: "Popular place because of the wide variety of fresh cakes.",
|
||||
name: "Emily R.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-pizza_23-2148540342.jpg",
|
||||
},
|
||||
id: "t3", title: "Great Place!", quote: "Popular place because of the wide variety of fresh cakes.", name: "Emily R.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-pizza_23-2148540342.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Friendly Staff",
|
||||
quote: "Love the variety and the quick service every time.",
|
||||
name: "David K.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cup-hot-drink-croissant-near-window_169016-18028.jpg",
|
||||
},
|
||||
id: "t4", title: "Friendly Staff", quote: "Love the variety and the quick service every time.", name: "David K.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cup-hot-drink-croissant-near-window_169016-18028.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Perfect Treats",
|
||||
quote: "High quality pastries, always a reliable spot for snacks.",
|
||||
name: "Linda M.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367125.jpg",
|
||||
},
|
||||
id: "t5", title: "Perfect Treats", quote: "High quality pastries, always a reliable spot for snacks.", name: "Linda M.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367125.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Read reviews from our lovely community in Warangal."
|
||||
@@ -319,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer home delivery through major food apps.",
|
||||
},
|
||||
id: "q1", title: "Do you offer delivery?", content: "Yes, we offer home delivery through major food apps."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is there dine-in available?",
|
||||
content: "Absolutely! Enjoy our comfortable seating area.",
|
||||
},
|
||||
id: "q2", title: "Is there dine-in available?", content: "Absolutely! Enjoy our comfortable seating area."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What are your timings?",
|
||||
content: "We are open until 11 PM every day.",
|
||||
},
|
||||
id: "q3", title: "What are your timings?", content: "We are open until 11 PM every day."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-chef-decorating-delicious-dessert_23-2147863806.jpg"
|
||||
title="Common Questions"
|
||||
@@ -345,16 +207,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us Today"
|
||||
description="Located in Auto Nagar, Kothawada, Warangal. Come taste the freshness!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: 081062 78365",
|
||||
href: "tel:08106278365",
|
||||
},
|
||||
text: "Call Us: 081062 78365", href: "tel:08106278365"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -364,33 +223,21 @@ export default function LandingPage() {
|
||||
logoText="Cake Wala"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -400,4 +247,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user