Merge version_2 into main #1
180
src/app/page.tsx
180
src/app/page.tsx
@@ -29,100 +29,64 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="The Baker's Company"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1qTHTdbiXzB6fRXCDUZcwRe6S/uploaded-1775563720035-lapxztrd.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Baker's Company"
|
||||
description="Panvel's Hidden Gem for Artisan Cakes, Pastries & Desserts. Freshly Baked Daily with Premium Ingredients."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.8/5",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
value: "4.8/5", label: "Customer Rating"},
|
||||
{
|
||||
value: "15 min",
|
||||
label: "Fresh Prep Time",
|
||||
},
|
||||
value: "15 min", label: "Fresh Prep Time"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Raving Reviews",
|
||||
},
|
||||
value: "200+", label: "Raving Reviews"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#order",
|
||||
},
|
||||
text: "Order Now", href: "#order"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-unrecognizable-woman-cutting-loaf-bread_637285-2696.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-eating-lettuce-salad_23-2148173302.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-eating-lettuce-salad_23-2148173302.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-family-having-fun-kitchen_329181-5378.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-family-having-fun-kitchen_329181-5378.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/holidays-celebration-dreamy-birthday-girl-making-wish-looking-up-hopeful-holding-bday-cake-smiling-standing-blue-background_1258-300546.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/holidays-celebration-dreamy-birthday-girl-making-wish-looking-up-hopeful-holding-bday-cake-smiling-standing-blue-background_1258-300546.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by 500+ happy foodies in Panvel"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Bread",
|
||||
},
|
||||
type: "text", text: "Artisan Bread"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Cakes",
|
||||
},
|
||||
type: "text", text: "Premium Cakes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Pastries",
|
||||
},
|
||||
type: "text", text: "Fresh Pastries"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Orders",
|
||||
},
|
||||
type: "text", text: "Custom Orders"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Specials",
|
||||
},
|
||||
type: "text", text: "Daily Specials"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,9 +97,7 @@ export default function LandingPage() {
|
||||
title="Discover Luxurious Indulgence in Panvel"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Menu", href: "#products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,47 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Baked Cheesecake",
|
||||
price: "₹450/kg",
|
||||
variant: "Creamy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueberry-cheese-cake_1203-6554.jpg",
|
||||
},
|
||||
id: "1", name: "Baked Cheesecake", price: "₹450/kg", variant: "Creamy", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-cheese-cake_1203-6554.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pineapple Cake",
|
||||
price: "₹500/kg",
|
||||
variant: "Fluffy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-with-cream-white-table-presented-with-aesthetic-details_181624-43498.jpg",
|
||||
},
|
||||
id: "2", name: "Pineapple Cake", price: "₹500/kg", variant: "Fluffy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-with-cream-white-table-presented-with-aesthetic-details_181624-43498.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Blueberry Cheesecake",
|
||||
price: "₹550/kg",
|
||||
variant: "Balanced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueberry-cheese-cake_1203-3755.jpg",
|
||||
},
|
||||
id: "3", name: "Blueberry Cheesecake", price: "₹550/kg", variant: "Balanced", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-cheese-cake_1203-3755.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Custom Designs",
|
||||
price: "From ₹800",
|
||||
variant: "Personalized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-oval-plate-purple-shawl-cookies-tied-with-rope-fork-cookies-female-hand-tasty-written-notebook_140725-99905.jpg",
|
||||
},
|
||||
id: "4", name: "Custom Designs", price: "From ₹800", variant: "Personalized", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-oval-plate-purple-shawl-cookies-tied-with-rope-fork-cookies-female-hand-tasty-written-notebook_140725-99905.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pastries & Puffs",
|
||||
price: "₹50-150",
|
||||
variant: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-assortment-top-view_23-2148941579.jpg",
|
||||
},
|
||||
id: "5", name: "Pastries & Puffs", price: "₹50-150", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-assortment-top-view_23-2148941579.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chocolate Truffle",
|
||||
price: "₹550/kg",
|
||||
variant: "Rich",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg",
|
||||
},
|
||||
id: "6", name: "Chocolate Truffle", price: "₹550/kg", variant: "Rich", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg"},
|
||||
]}
|
||||
title="Signature Creations"
|
||||
description="Fresh, Moist, and Unforgettably Delicious"
|
||||
@@ -200,30 +132,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Yazzi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
},
|
||||
id: "1", name: "Yazzi", imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ishita Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg",
|
||||
},
|
||||
id: "2", name: "Ishita Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sagar Patankar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-lettuce-salad_23-2148173302.jpg",
|
||||
},
|
||||
id: "3", name: "Sagar Patankar", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-lettuce-salad_23-2148173302.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vishakha Kale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-family-having-fun-kitchen_329181-5378.jpg",
|
||||
},
|
||||
id: "4", name: "Vishakha Kale", imageSrc: "http://img.b2bpic.net/free-photo/portrait-family-having-fun-kitchen_329181-5378.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sonia Ziradkar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holidays-celebration-dreamy-birthday-girl-making-wish-looking-up-hopeful-holding-bday-cake-smiling-standing-blue-background_1258-300546.jpg",
|
||||
},
|
||||
id: "5", name: "Sonia Ziradkar", imageSrc: "http://img.b2bpic.net/free-photo/holidays-celebration-dreamy-birthday-girl-making-wish-looking-up-hopeful-holding-bday-cake-smiling-standing-blue-background_1258-300546.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
cardAnimation="slide-up"
|
||||
@@ -238,22 +155,14 @@ export default function LandingPage() {
|
||||
description="Order Online or Visit Us in Panvel. Custom Orders Welcome!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your order...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your order...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baker-enjoying-steaming-coffee-outside-his-urban-bakery_23-2152031673.jpg"
|
||||
@@ -262,29 +171,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1qTHTdbiXzB6fRXCDUZcwRe6S/uploaded-1775563720035-lapxztrd.png"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Order via WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order via WhatsApp", href: "#"},
|
||||
{
|
||||
label: "Visit Maps",
|
||||
href: "#",
|
||||
},
|
||||
label: "Visit Maps", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -294,4 +196,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user