Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-18 09:38:36 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Bulk Orders",
id: "bulk",
},
name: "Bulk Orders", id: "bulk"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Chandigarh Sweets"
/>
@@ -59,19 +49,14 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroLogoBillboard
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
logoText="ਚੰਡੀਗੜ੍ਹ ਸਵੀਟ"
description="Authentic Punjabi flavors in every bite. From traditional mithai to festival hampers, we bring the best of Kharar to your doorstep."
buttons={[
{
text: "Order Now",
href: "#products",
},
text: "Order Fresh Mithai", href: "#products"},
{
text: "View Menu",
href: "#products",
},
text: "View Full Menu", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-high-angle-shot-traditional-indian-sweet-made-wheat-flour-jaggery_181624-33395.jpg?_wi=1"
imageAlt="Signature Punjabi Mithai assortment"
@@ -86,17 +71,11 @@ export default function LandingPage() {
description="For years, Chandigarh Sweets has been a cornerstone of Kharar. We combine traditional recipes with the finest ingredients to deliver unmatched quality in every box."
metrics={[
{
value: "2351+",
title: "Google Reviews",
},
value: "2351+", title: "Google Reviews"},
{
value: "3.9★",
title: "Average Rating",
},
value: "3.9★", title: "Average Rating"},
{
value: "100%",
title: "Fresh Ingredients",
},
value: "100%", title: "Fresh Ingredients"},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop-restaurant_1203-2836.jpg?_wi=1"
mediaAnimation="blur-reveal"
@@ -112,47 +91,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Besan Laddu",
price: "₹600/kg",
variant: "Traditional",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-photo-plate-cookies-cinnamon-sticks-dry-flowers-palm_140725-52730.jpg",
},
id: "p1", name: "Besan Laddu", price: "₹600/kg", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/overhead-photo-plate-cookies-cinnamon-sticks-dry-flowers-palm_140725-52730.jpg"},
{
id: "p2",
name: "Kaju Katli",
price: "₹900/kg",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-presents-walnuts-light-table_140725-143574.jpg",
},
id: "p2", name: "Kaju Katli", price: "₹900/kg", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-presents-walnuts-light-table_140725-143574.jpg"},
{
id: "p3",
name: "Gulab Jamun",
price: "₹450/kg",
variant: "Milk",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-tomato-soup-cooked-from-fresh-tomatoes-dark-space_140725-95208.jpg",
},
id: "p3", name: "Gulab Jamun", price: "₹450/kg", variant: "Milk", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-tomato-soup-cooked-from-fresh-tomatoes-dark-space_140725-95208.jpg"},
{
id: "p4",
name: "Namkeen Mixture",
price: "₹300/kg",
variant: "Savory",
imageSrc: "http://img.b2bpic.net/free-photo/raw-heart-shaped-pasta-ceramic-bowl_114579-69425.jpg",
},
id: "p4", name: "Namkeen Mixture", price: "₹300/kg", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/raw-heart-shaped-pasta-ceramic-bowl_114579-69425.jpg"},
{
id: "p5",
name: "Rasmalai",
price: "₹700/kg",
variant: "Chilled",
imageSrc: "http://img.b2bpic.net/free-photo/half-shot-blue-pot-with-tasty-soup-served-with-mint-right-side-blue-table_140725-94551.jpg",
},
id: "p5", name: "Rasmalai", price: "₹700/kg", variant: "Chilled", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-blue-pot-with-tasty-soup-served-with-mint-right-side-blue-table_140725-94551.jpg"},
{
id: "p6",
name: "Dry Fruit Barfi",
price: "₹1200/kg",
variant: "Deluxe",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-18873.jpg",
},
id: "p6", name: "Dry Fruit Barfi", price: "₹1200/kg", variant: "Deluxe", imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-18873.jpg"},
]}
title="Our Bestsellers"
description="Handcrafted mithai prepared fresh daily using pure ingredients."
@@ -166,17 +115,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
"No cheap substitutes",
"No artificial preservatives",
"Not machine-made",
],
"No cheap substitutes", "No artificial preservatives", "Not machine-made"],
}}
positiveCard={{
items: [
"Pure Desi Ghee",
"Fresh sourced milk",
"Traditional recipes",
],
"Pure Desi Ghee", "Fresh sourced milk", "Traditional recipes"],
}}
title="Why Choose Us?"
description="Our commitment to quality and tradition defines every sweet we make."
@@ -190,53 +133,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "wedding",
title: "Wedding Packages",
price: "Custom",
period: "/event",
features: [
"Customized boxes",
"Bulk quantity",
"Doorstep delivery",
],
id: "wedding", title: "Wedding Packages", price: "Custom", period: "/event", features: [
"Customized boxes", "Bulk quantity", "Doorstep delivery"],
button: {
text: "Inquire Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sugar-cookies-inside-plate-white-background-sugar-cookie-sweet-biscuit-cake-tea_140725-77130.jpg",
imageAlt: "Front view delicious sugar cookies inside plate on the white background sugar cookie sweet biscuit cake tea",
},
text: "Inquire Now"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sugar-cookies-inside-plate-white-background-sugar-cookie-sweet-biscuit-cake-tea_140725-77130.jpg", imageAlt: "Front view delicious sugar cookies inside plate on the white background sugar cookie sweet biscuit cake tea"},
{
id: "corporate",
title: "Corporate Gifts",
price: "Bulk",
period: "/box",
features: [
"Branded packaging",
"Fresh assortment",
"Volume discounts",
],
id: "corporate", title: "Corporate Gifts", price: "Bulk", period: "/box", features: [
"Branded packaging", "Fresh assortment", "Volume discounts"],
button: {
text: "Contact Sales",
},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-traditional-indian-sweet-made-wheat-flour-jaggery_181624-33395.jpg?_wi=2",
imageAlt: "Front view delicious sugar cookies inside plate on the white background sugar cookie sweet biscuit cake tea",
},
text: "Contact Sales"},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-traditional-indian-sweet-made-wheat-flour-jaggery_181624-33395.jpg?_wi=2", imageAlt: "Front view delicious sugar cookies inside plate on the white background sugar cookie sweet biscuit cake tea"},
{
id: "festive",
title: "Diwali Hampers",
price: "Varies",
period: "/gift",
features: [
"Dry fruit sets",
"Traditional mithai",
"Beautiful boxes",
],
id: "festive", title: "Diwali Hampers", price: "Varies", period: "/gift", features: [
"Dry fruit sets", "Traditional mithai", "Beautiful boxes"],
button: {
text: "Browse Hampers",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop-restaurant_1203-2836.jpg?_wi=2",
imageAlt: "Front view delicious sugar cookies inside plate on the white background sugar cookie sweet biscuit cake tea",
},
text: "Browse Hampers"},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop-restaurant_1203-2836.jpg?_wi=2", imageAlt: "Front view delicious sugar cookies inside plate on the white background sugar cookie sweet biscuit cake tea"},
]}
title="Corporate & Festive Orders"
description="Make your celebrations memorable with our custom packaging and bulk supply."
@@ -251,45 +164,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Patron",
company: "Kharar Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-watching-movie-smiling-blue-wall-remote-film-cinema-movies-theater_140725-71816.jpg",
},
id: "1", name: "Sarah Johnson", role: "Patron", company: "Kharar Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-watching-movie-smiling-blue-wall-remote-film-cinema-movies-theater_140725-71816.jpg"},
{
id: "2",
name: "Michael Chen",
role: "Foodie",
company: "Mohali Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-drag-queens-indoors_23-2149556850.jpg",
},
id: "2", name: "Michael Chen", role: "Foodie", company: "Mohali Visitor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-drag-queens-indoors_23-2149556850.jpg"},
{
id: "3",
name: "Emily Rodriguez",
role: "Parent",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-people-celebrating-baisakhi-festival_23-2151216900.jpg",
},
id: "3", name: "Emily Rodriguez", role: "Parent", company: "Local Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-people-celebrating-baisakhi-festival_23-2151216900.jpg"},
{
id: "4",
name: "David Kim",
role: "Corporate Lead",
company: "Event Planner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/concept-christmas-holidays-celebration-lifestyle-attractive-man-black-suit-holding-new-year-gift-smiling-standing-with-present-white-background_1258-64799.jpg",
},
id: "4", name: "David Kim", role: "Corporate Lead", company: "Event Planner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/concept-christmas-holidays-celebration-lifestyle-attractive-man-black-suit-holding-new-year-gift-smiling-standing-with-present-white-background_1258-64799.jpg"},
{
id: "5",
name: "Ananya Sharma",
role: "Loyal Customer",
company: "Chandigarh",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-covered-with-holi-powder-looking-away_23-2148129364.jpg",
},
id: "5", name: "Ananya Sharma", role: "Loyal Customer", company: "Chandigarh", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-covered-with-holi-powder-looking-away_23-2148129364.jpg"},
]}
title="Customer Stories"
description="Join thousands of happy families who make our sweets a part of their celebrations."
@@ -301,14 +189,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"FSSAI Certified",
"Punjab Food Quality",
"Best of Mohali",
"Wedding Planner Assoc.",
"Corporate Preferred",
"Diwali Gift Partners",
"Local Favorite",
]}
"FSSAI Certified", "Punjab Food Quality", "Best of Mohali", "Wedding Planner Assoc.", "Corporate Preferred", "Diwali Gift Partners", "Local Favorite"]}
title="Trusted Partner"
description="Recognized for excellence and quality in Punjab."
/>
@@ -321,27 +202,16 @@ export default function LandingPage() {
description="Have an inquiry for bulk orders or questions about our menu? We'd love to hear from you."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email (optional)",
},
name: "email", type: "email", placeholder: "Your Email (optional)"},
]}
textarea={{
name: "message",
placeholder: "Tell us about your event or order requirements",
rows: 4,
name: "message", placeholder: "Tell us about your event or order requirements", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/view-udaipur-city-from-city-palace-rajasthan-india_53876-65511.jpg"
/>
@@ -352,46 +222,29 @@ export default function LandingPage() {
logoText="ਚੰਡੀਗੜ੍ਹ ਸਵੀਟ"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Traditional Sweets",
href: "#products",
},
label: "Traditional Sweets", href: "#products"},
{
label: "Namkeen",
href: "#products",
},
label: "Namkeen", href: "#products"},
{
label: "Gift Hampers",
href: "#bulk",
},
label: "Gift Hampers", href: "#bulk"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "WhatsApp Order",
href: "https://wa.me/919465803200",
},
label: "WhatsApp Order", href: "https://wa.me/919465803200"},
{
label: "Directions",
href: "https://maps.google.com",
},
label: "Directions", href: "https://maps.google.com"},
],
},
]}
@@ -401,4 +254,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}