Merge version_4 into main #4
@@ -3,14 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import { Cake, MapPin, Clock, Truck } from "lucide-react";
|
||||
import { Cake, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,24 +30,24 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Vegetarian Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Deepak Bakery"
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
brandName="Deepak Vegetarian"
|
||||
button={{ text: "Book Table", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Authentic Delights from Deepak Bakery"
|
||||
description="Jaisalmer's favorite destination for fresh cakes, pastries, and artisanal treats. Located at Bhatia Market, near Bhatia Bhawan."
|
||||
title="Pure Vegetarian Heritage Flavors"
|
||||
description="Jaisalmer's authentic vegetarian destination near the historic Fort. Fresh, traditional, and crafted with devotion."
|
||||
kpis={[
|
||||
{ value: "Fresh", label: "Daily Baked" },
|
||||
{ value: "Custom", label: "Cake Design" },
|
||||
{ value: "Fast", label: "Home Delivery" },
|
||||
{ value: "100%", label: "Pure Veg" },
|
||||
{ value: "Local", label: "Sourced" },
|
||||
{ value: "Tradition", label: "Authentic" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/assorted-cakes-tray_23-2148154699.jpg"
|
||||
@@ -59,10 +58,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Story"
|
||||
title="Sweetness in Every Slice"
|
||||
description="Deepak Bakery has been serving the people of Jaisalmer with love and quality ingredients. We take pride in our traditional recipes and modern techniques."
|
||||
subdescription="Visit us at Bhatia Market, right near Bhatia Bhawan, to experience the aroma of freshly baked goods."
|
||||
tag="Our Heritage"
|
||||
title="Soulful Vegetarian Cuisine"
|
||||
description="Deepak Vegetarian celebrates the rich culinary traditions of Rajasthan. Located steps away from the iconic Jaisalmer Fort, we serve meals that honor purity and local taste."
|
||||
subdescription="Experience authentic vegetarian hospitality in the heart of Jaisalmer."
|
||||
icon={Cake}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-chef-making-cake-kitchen_23-2148419616.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -76,12 +75,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Takeaway & Delivery", description: "Enjoy our treats anywhere in Jaisalmer.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-service-concept_23-2149174062.jpg" },
|
||||
{ title: "Daily Hours", description: "Open 9 AM to 9 PM, 7 days a week.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock_23-2148782367.jpg" },
|
||||
{ title: "Prime Location", description: "Located conveniently at Bhatia Market.", imageSrc: "http://img.b2bpic.net/free-photo/map-location-pin_23-2148816550.jpg" },
|
||||
{ title: "Pure Veg Kitchen", description: "Dedicated meat-free preparation environment.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-service-concept_23-2149174062.jpg" },
|
||||
{ title: "Fort View Dining", description: "Enjoy meals with a view of the Jaisalmer Fort.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock_23-2148782367.jpg" },
|
||||
{ title: "Artisanal Sweets", description: "Freshly prepared local vegetarian desserts.", imageSrc: "http://img.b2bpic.net/free-photo/map-location-pin_23-2148816550.jpg" },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We offer convenience and quality in every bite."
|
||||
title="Our Core Offerings"
|
||||
description="Quality and heritage in every vegetarian dish we serve."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,12 +91,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Classic Chocolate Cake", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-chocolate-chips_144627-24898.jpg" },
|
||||
{ id: "2", name: "Fresh Fruit Gateau", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cake_144627-24653.jpg" },
|
||||
{ id: "3", name: "Red Velvet Deluxe", price: "₹699", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cake_144627-24538.jpg" },
|
||||
{ id: "1", name: "Traditional Dal Bati", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-chocolate-chips_144627-24898.jpg" },
|
||||
{ id: "2", name: "Ker Sangri Special", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cake_144627-24653.jpg" },
|
||||
{ id: "3", name: "Shahi Paneer Thali", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cake_144627-24538.jpg" },
|
||||
]}
|
||||
title="Cake Menu"
|
||||
description="Indulge in our selection of freshly prepared, delicious cakes."
|
||||
title="Pure Vegetarian Menu"
|
||||
description="A curated selection of Rajasthani vegetarian delicacies."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,29 +104,29 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to celebrate? Visit us or place your order today!"
|
||||
buttons={[{ text: "Call Us Now", href: "tel:+910000000000" }]}
|
||||
text="Visit us near Jaisalmer Fort. Experience authentic taste."
|
||||
buttons={[{ text: "Get Directions", href: "https://maps.google.com/?q=Jaisalmer+Fort" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Deepak Bakery"
|
||||
logoText="Deepak Vegetarian"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Location", href: "#" },
|
||||
title: "Explore", items: [
|
||||
{ label: "Vegetarian Menu", href: "#menu" },
|
||||
{ label: "Our Story", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info", items: [
|
||||
{ label: "Bhatia Market", href: "#" },
|
||||
{ label: "Near Bhatia Bhawan", href: "#" },
|
||||
title: "Location", items: [
|
||||
{ label: "Near Jaisalmer Fort", href: "#" },
|
||||
{ label: "Heritage District", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2026 Deepak Bakery Jaisalmer. All Rights Reserved."
|
||||
copyrightText="© 2026 Deepak Vegetarian Jaisalmer. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user