Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-24 09:31:09 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Star, User, ChefHat } from "lucide-react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
@@ -29,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
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: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="CakeTokri"
/>
@@ -52,67 +45,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Freshly Baked Happiness, Made Just for You 🎂"
description="Premium local bakery in Gwalior specializing in artisanal custom cakes, desserts, and fresh pastries. Owned by Ankit Jain | Crafted by Head Chef Rishabh Disoriya."
buttons={[
{
text: "Order Now",
href: "https://wa.me/919131277812",
},
text: "Order Now", href: "https://wa.me/919131277812"},
{
text: "Call Us",
href: "tel:+919131277812",
},
text: "Call Us", href: "tel:+919131277812"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-delicious-wedding-cake-design_23-2151109529.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg",
alt: "Satisfied female baker looking at freshly baked croissant",
},
src: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg", alt: "Satisfied female baker looking at freshly baked croissant"},
{
src: "http://img.b2bpic.net/free-photo/portrait-confident-young-male-baker-front-baked-croissant-shelves_23-2148189030.jpg",
alt: "Portrait of a confident young male baker in front of baked croissant shelves",
},
src: "http://img.b2bpic.net/free-photo/portrait-confident-young-male-baker-front-baked-croissant-shelves_23-2148189030.jpg", alt: "Portrait of a confident young male baker in front of baked croissant shelves"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg",
alt: "Portrait of a smiling young woman showing eclairs at bakery counter",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg", alt: "Portrait of a smiling young woman showing eclairs at bakery counter"},
{
src: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg",
alt: "Concentrated young lady baker standing with arms crossed",
},
src: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg", alt: "Concentrated young lady baker standing with arms crossed"},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12318.jpg",
alt: "Portrait of waitress holding tray of muffins at counter",
},
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12318.jpg", alt: "Portrait of waitress holding tray of muffins at counter"},
]}
marqueeItems={[
{
type: "text",
text: "Artisanal Custom Cakes",
},
type: "text", text: "Artisanal Custom Cakes"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/pastel-color-birthday-cake_23-2148016023.jpg",
alt: "Pastel color birthday cake",
},
type: "image", src: "http://img.b2bpic.net/free-photo/pastel-color-birthday-cake_23-2148016023.jpg", alt: "Pastel color birthday cake"},
{
type: "text",
text: "Fresh Daily Pastries",
},
type: "text", text: "Fresh Daily Pastries"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/top-view-freshly-baked-delicious-pumpkin-swirl-brownies-baking-tray_181624-57749.jpg",
alt: "Freshly baked pumpkin swirl brownies",
},
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-freshly-baked-delicious-pumpkin-swirl-brownies-baking-tray_181624-57749.jpg", alt: "Freshly baked pumpkin swirl brownies"},
{
type: "text",
text: "Premium Ingredients",
},
type: "text", text: "Premium Ingredients"},
]}
/>
</div>
@@ -123,16 +89,13 @@ export default function LandingPage() {
title="Crafted with Passion at CakeTokri"
metrics={[
{
label: "Bakery Experience",
value: "Premium Quality",
label: "Bakery Experience", value: "Premium Quality", icon: Star
},
{
label: "Owner",
value: "Ankit Jain",
label: "Owner", value: "Ankit Jain", icon: User
},
{
label: "Head Chef",
value: "Rishabh Disoriya",
label: "Head Chef", value: "Rishabh Disoriya", icon: ChefHat
},
]}
metricsAnimation="blur-reveal"
@@ -147,47 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Signature Chocolate Cake",
price: "₹599",
variant: "Small",
imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18523.jpg",
},
id: "1", name: "Signature Chocolate Cake", price: "₹599", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18523.jpg"},
{
id: "2",
name: "Fruit Delight Pastry",
price: "₹120",
variant: "Slice",
imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake-black-board-with-pine-branch-high-quality-photo_114579-67989.jpg",
},
id: "2", name: "Fruit Delight Pastry", price: "₹120", variant: "Slice", imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake-black-board-with-pine-branch-high-quality-photo_114579-67989.jpg"},
{
id: "3",
name: "Custom Celebration Cake",
price: "Custom",
variant: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-weeding-cake-with-ornate-decorations_23-2151379519.jpg",
},
id: "3", name: "Custom Celebration Cake", price: "Custom", variant: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-weeding-cake-with-ornate-decorations_23-2151379519.jpg"},
{
id: "4",
name: "Vanilla Bean Cupcake",
price: "₹80",
variant: "Single",
imageSrc: "http://img.b2bpic.net/free-photo/background-croissant-delight-patisserie-cooked_1232-3811.jpg",
},
id: "4", name: "Vanilla Bean Cupcake", price: "₹80", variant: "Single", imageSrc: "http://img.b2bpic.net/free-photo/background-croissant-delight-patisserie-cooked_1232-3811.jpg"},
{
id: "5",
name: "Red Velvet Pastry",
price: "₹150",
variant: "Slice",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rhubarb-strawberries-gallate-cake-with-ingredients-white-table_181624-35043.jpg",
},
id: "5", name: "Red Velvet Pastry", price: "₹150", variant: "Slice", imageSrc: "http://img.b2bpic.net/free-photo/delicious-rhubarb-strawberries-gallate-cake-with-ingredients-white-table_181624-35043.jpg"},
{
id: "6",
name: "Custom Anniversary Cake",
price: "Custom",
variant: "Large",
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-cutting-wedding-cake_1268-15304.jpg",
},
id: "6", name: "Custom Anniversary Cake", price: "Custom", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-cutting-wedding-cake_1268-15304.jpg"},
]}
title="Our Signature Menu"
description="Indulge in our range of premium cakes and desserts, hand-crafted daily in Lashkar."
@@ -199,30 +132,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Neha S.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cafe-eating-smiling_624325-1577.jpg",
},
id: "1", name: "Neha S.", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cafe-eating-smiling_624325-1577.jpg"},
{
id: "2",
name: "Vikram K.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-chocolate-cake_329181-2967.jpg",
},
id: "2", name: "Vikram K.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-chocolate-cake_329181-2967.jpg"},
{
id: "3",
name: "Sanya M.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-female-baker-looking-camera_23-2148189108.jpg",
},
id: "3", name: "Sanya M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-female-baker-looking-camera_23-2148189108.jpg"},
{
id: "4",
name: "Rahul P.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg",
},
id: "4", name: "Rahul P.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg"},
{
id: "5",
name: "Priya D.",
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: "Priya D.", 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="Loved by Gwalior"
cardTag="Customer Stories"
@@ -234,18 +152,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
text="Visit us in front of HDFC Bank, Tiraha, Indar Ganj, Dal Bazaar, Lashkar, Gwalior. Call or WhatsApp +91 91312 77812 for daily sweet updates!"
buttons={[
{
text: "WhatsApp Us",
href: "https://wa.me/919131277812",
},
text: "WhatsApp Us", href: "https://wa.me/919131277812"},
{
text: "Get Directions",
href: "https://maps.google.com/?q=CakeTokri+Lashkar+Gwalior",
},
text: "Get Directions", href: "https://maps.google.com/?q=CakeTokri+Lashkar+Gwalior"},
]}
/>
</div>
@@ -254,13 +167,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="CakeTokri"
leftLink={{
text: "Instagram: @CAKETOKRI",
href: "https://instagram.com/CAKETOKRI",
}}
text: "Instagram: @CAKETOKRI", href: "https://instagram.com/CAKETOKRI"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>