Merge version_2 into main #4

Merged
bender merged 4 commits from version_2 into main 2026-03-11 15:42:49 +00:00
4 changed files with 477 additions and 27 deletions

163
src/app/about/page.tsx Normal file
View File

@@ -0,0 +1,163 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroSplit from "@/components/sections/hero/HeroSplit";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Sparkles, Star } from "lucide-react";
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="grid"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="V.K Bartan Bhandar"
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact Us", id: "/contact" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
title="About V.K Bartan Bhandar"
description="Learn more about our journey, values, and commitment to providing the best kitchen solutions to Agra and beyond."
background={{ variant: "plain" }}
tag="Our Journey"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Explore Products", href: "/products" },
{ text: "Contact Us", href: "/contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142180.jpg?_wi=2"
imageAlt="V.K Bartan Bhandar store"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="Our Impact"
title="Serving Agra with Excellence for Over 25 Years"
description="V.K Bartan Bhandar has been a cornerstone of the kitchen utensil industry in Agra, providing quality products and exceptional service to thousands of families and businesses. Our commitment to excellence has made us the trusted choice for all kitchen needs."
metrics={[
{ value: "25+", title: "Years of Experience" },
{ value: "10,000+", title: "Products in Stock" }
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157783.jpg"
imageAlt="Our product collection"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
title="What Our Customers Say"
description="Hear from the families and businesses that trust us for their kitchen needs"
tag="Customer Testimonials"
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
testimonials={[
{
id: "1", name: "Shreenath Bhatia", role: "Homemaker, Agra", testimonial: "The best utensil store across Agra region with variety in every price range. I found exactly what I needed without compromise on quality. The staff is incredibly helpful!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-laptop_23-2149927608.jpg", imageAlt: "Shreenath Bhatia"
},
{
id: "2", name: "Priyanshu Gautam", role: "Restaurant Owner, Agra", testimonial: "Amazing place for utensils and kitchen equipment. You can get almost everything here for both home and commercial kitchens. Highly recommended! Great prices too.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-looking-camera-sitting-staircase_23-2148204694.jpg", imageAlt: "Priyanshu Gautam"
},
{
id: "3", name: "Surender Sodhi", role: "Homeowner, Agra", testimonial: "One of the best shops in Agra to buy utensils. A huge variety to choose from and the staff is always helpful in finding the right products. Excellent experience!", imageSrc: "http://img.b2bpic.net/free-photo/business-man-curly-cute-handsome-guy-black-suit-with-crossed-hands-standing-confidently_140725-162676.jpg", imageAlt: "Surender Sodhi"
},
{
id: "4", name: "H Singh", role: "Caterer, Agra", testimonial: "Find all your kitchen and house needs under one roof. Great prices and excellent quality. This is my go-to store for all kitchen supplies. Never disappointed!", imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg", imageAlt: "H Singh"
},
{
id: "5", name: "Anjali Sharma", role: "Interior Designer, Agra", testimonial: "I recommend V.K Bartan Bhandar to all my clients. Their collection is vast, quality is consistent, and prices are competitive. Always delivers on promises.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-his-shoulder_114579-15948.jpg", imageAlt: "Anjali Sharma"
},
{
id: "6", name: "Ravi Kumar", role: "Hotel Manager, Agra", testimonial: "As a hotel manager, finding reliable kitchen equipment suppliers is critical. V.K Bartan Bhandar has been our trusted partner for years. Professional and dependable!", imageSrc: "http://img.b2bpic.net/free-photo/optimistic-amazed-girl-being-enthusiastic-jolly-about-something_482257-122321.jpg", imageAlt: "Ravi Kumar"
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get in Touch"
description="Have questions about our products or services? We'd love to hear from you. Contact us today and our team will be happy to assist you."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{
name: "message", placeholder: "Tell us your question or inquiry...", rows: 5,
required: false
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-buying-product_23-2149081076.jpg"
imageAlt="V.K Bartan Bhandar store interior"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="V.K Bartan Bhandar"
columns={[
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Products", href: "/products" },
{ label: "Reviews", href: "#reviews" }
]
},
{
title: "Information", items: [
{ label: "Agra, Uttar Pradesh", href: "#" },
{ label: "Contact Us", href: "/contact" },
{ label: "Store Hours", href: "#" },
{ label: "Get Directions", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "WhatsApp", href: "#" },
{ label: "Email", href: "#" },
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" }
]
}
]}
copyrightText="© 2025 V.K Bartan Bhandar | Your Complete Kitchen Store"
/>
</div>
</ThemeProvider>
);
}

112
src/app/contact/page.tsx Normal file
View File

@@ -0,0 +1,112 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroSplit from "@/components/sections/hero/HeroSplit";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Sparkles } from "lucide-react";
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="grid"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="V.K Bartan Bhandar"
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact Us", id: "/contact" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
title="Get in Touch with Us"
description="Have questions about our products or services? We're here to help. Reach out to us through any of our contact channels and our team will respond promptly."
background={{ variant: "plain" }}
tag="Contact Us"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Call Us", href: "#" },
{ text: "Visit Store", href: "#" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-buying-product_23-2149081076.jpg"
imageAlt="V.K Bartan Bhandar store interior"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Send Us Your Message"
description="Fill out the form below and we'll get back to you as soon as possible. Whether you have questions about our products, want to place an order, or need any assistance, we're here for you."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{
name: "message", placeholder: "Tell us how we can help you...", rows: 5,
required: false
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142180.jpg?_wi=1"
imageAlt="V.K Bartan Bhandar store"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="V.K Bartan Bhandar"
columns={[
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Products", href: "/products" },
{ label: "Reviews", href: "#reviews" }
]
},
{
title: "Information", items: [
{ label: "Agra, Uttar Pradesh", href: "#" },
{ label: "Contact Us", href: "/contact" },
{ label: "Store Hours", href: "#" },
{ label: "Get Directions", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "WhatsApp", href: "#" },
{ label: "Email", href: "#" },
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" }
]
}
]}
copyrightText="© 2025 V.K Bartan Bhandar | Your Complete Kitchen Store"
/>
</div>
</ThemeProvider>
);
}

View File

@@ -30,11 +30,11 @@ export default function LandingPage() {
<NavbarStyleApple
brandName="V.K Bartan Bhandar"
navItems={[
{ name: "About", id: "about" },
{ name: "Categories", id: "categories" },
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "Visit Store", id: "visit" }
{ name: "Contact Us", id: "/contact" }
]}
/>
</div>
@@ -48,8 +48,8 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Explore Products", href: "#categories" },
{ text: "Visit Store", href: "#visit" }
{ text: "Explore Products", href: "/products" },
{ text: "Visit Store", href: "#contact" }
]}
buttonAnimation="slide-up"
mediaItems={[
@@ -69,7 +69,7 @@ export default function LandingPage() {
<div id="trust-proof" data-section="trust-proof">
<SocialProofOne
title="Why V.K Bartan Bhandar?"
description="Established as the premier kitchen utensil destination in Agra"
description="Established as the premier kitchen utensil destination in Agra. We pride ourselves on offering the widest selection of kitchen products at competitive prices with exceptional customer service."
tag="Trusted Since Years"
textboxLayout="default"
useInvertedBackground={true}
@@ -87,7 +87,7 @@ export default function LandingPage() {
tagIcon={Store}
title="V.K Bartan Bhandar: Your Complete Kitchen Store"
description="V.K Bartan Bhandar is one of the most well-known utensil stores in Agra. For years, customers have trusted us for our extensive collection of kitchen products, stainless steel utensils, cookware, appliances, and storage solutions."
subdescription="Whether you are setting up a new home kitchen, upgrading your cookware, or purchasing supplies for restaurants or hotels, you will find everything you need under one roof. Our store offers products across multiple price ranges while maintaining quality and reliability."
subdescription="Whether you are setting up a new home kitchen, upgrading your cookware, or purchasing supplies for restaurants or hotels, you will find everything you need under one roof. Our store offers products across multiple price ranges while maintaining quality and reliability. We have a team of experienced staff ready to help you find the perfect products for your needs."
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142180.jpg?_wi=2"
imageAlt="V.K Bartan Bhandar retail store interior"
@@ -99,33 +99,33 @@ export default function LandingPage() {
<div id="categories" data-section="categories">
<FeatureCardTwentyThree
title="Our Product Categories"
description="Explore our extensive range of premium kitchen products and utensils"
description="Explore our extensive range of premium kitchen products and utensils carefully curated for quality and durability"
tag="Product Range"
tagIcon={Package}
tagAnimation="slide-up"
features={[
{
id: "1", title: "Stainless Steel Utensils", tags: ["Premium", "Durable"],
id: "1", title: "Stainless Steel Utensils", tags: ["Premium", "Durable", "Best Sellers"],
imageSrc: "http://img.b2bpic.net/free-photo/tidy-up-concept-with-cutlery-top-view_23-2148927370.jpg", imageAlt: "Stainless steel utensils collection"
},
{
id: "2", title: "Cookware (Kadai, Pans, Pressure Cookers)", tags: ["Professional Grade", "Essential"],
id: "2", title: "Cookware (Kadai, Pans, Pressure Cookers)", tags: ["Professional Grade", "Essential", "Heavy Duty"],
imageSrc: "http://img.b2bpic.net/free-photo/young-man-preparing-delicious-dishes_329181-20709.jpg", imageAlt: "Cookware and pressure cookers"
},
{
id: "3", title: "Kitchen Appliances", tags: ["Modern", "Efficient"],
id: "3", title: "Kitchen Appliances", tags: ["Modern", "Efficient", "Latest Tech"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pan-cooking-food_23-2148934689.jpg", imageAlt: "Kitchen appliances mixer grinders and gas stoves"
},
{
id: "4", title: "Storage Containers & Plasticware", tags: ["Organized", "Practical"],
id: "4", title: "Storage Containers & Plasticware", tags: ["Organized", "Practical", "Space-Saving"],
imageSrc: "http://img.b2bpic.net/free-photo/dad-preparing-kid-first-day-school_23-2149573028.jpg", imageAlt: "Storage containers and plasticware"
},
{
id: "5", title: "Serving Utensils", tags: ["Elegant", "Quality"],
id: "5", title: "Serving Utensils", tags: ["Elegant", "Quality", "Occasion Ready"],
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-flat-lay_23-2150096518.jpg", imageAlt: "Serving utensils and kitchen tools"
},
{
id: "6", title: "Commercial Kitchen Equipment", tags: ["Restaurant Grade", "Heavy Duty"],
id: "6", title: "Commercial Kitchen Equipment", tags: ["Restaurant Grade", "Heavy Duty", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-drink-bar_23-2150444006.jpg", imageAlt: "Commercial kitchen equipment"
}
]}
@@ -133,7 +133,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Browse All Categories", href: "#products" }
{ text: "Browse All Products", href: "/products" }
]}
buttonAnimation="slide-up"
/>
@@ -142,7 +142,7 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
title="Customer Reviews"
description="What customers love about V.K Bartan Bhandar"
description="What customers love about V.K Bartan Bhandar - real experiences from families and businesses across Agra"
tag="Customer Testimonials"
tagIcon={Star}
tagAnimation="slide-up"
@@ -151,22 +151,22 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Shreenath Bhatia", role: "Homemaker, Agra", testimonial: "The best utensil store across Agra region with variety in every price range. I found exactly what I needed without compromise on quality.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-laptop_23-2149927608.jpg", imageAlt: "Shreenath Bhatia"
id: "1", name: "Shreenath Bhatia", role: "Homemaker, Agra", testimonial: "The best utensil store across Agra region with variety in every price range. I found exactly what I needed without compromise on quality. The staff is incredibly helpful!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-laptop_23-2149927608.jpg", imageAlt: "Shreenath Bhatia"
},
{
id: "2", name: "Priyanshu Gautam", role: "Restaurant Owner, Agra", testimonial: "Amazing place for utensils and kitchen equipment. You can get almost everything here for both home and commercial kitchens. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-looking-camera-sitting-staircase_23-2148204694.jpg", imageAlt: "Priyanshu Gautam"
id: "2", name: "Priyanshu Gautam", role: "Restaurant Owner, Agra", testimonial: "Amazing place for utensils and kitchen equipment. You can get almost everything here for both home and commercial kitchens. Highly recommended! Great prices too.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-looking-camera-sitting-staircase_23-2148204694.jpg", imageAlt: "Priyanshu Gautam"
},
{
id: "3", name: "Surender Sodhi", role: "Homeowner, Agra", testimonial: "One of the best shops in Agra to buy utensils. A huge variety to choose from and the staff is always helpful in finding the right products.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-curly-cute-handsome-guy-black-suit-with-crossed-hands-standing-confidently_140725-162676.jpg", imageAlt: "Surender Sodhi"
id: "3", name: "Surender Sodhi", role: "Homeowner, Agra", testimonial: "One of the best shops in Agra to buy utensils. A huge variety to choose from and the staff is always helpful in finding the right products. Excellent experience!", imageSrc: "http://img.b2bpic.net/free-photo/business-man-curly-cute-handsome-guy-black-suit-with-crossed-hands-standing-confidently_140725-162676.jpg", imageAlt: "Surender Sodhi"
},
{
id: "4", name: "H Singh", role: "Caterer, Agra", testimonial: "Find all your kitchen and house needs under one roof. Great prices and excellent quality. This is my go-to store for all kitchen supplies.", imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg", imageAlt: "H Singh"
id: "4", name: "H Singh", role: "Caterer, Agra", testimonial: "Find all your kitchen and house needs under one roof. Great prices and excellent quality. This is my go-to store for all kitchen supplies. Never disappointed!", imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg", imageAlt: "H Singh"
},
{
id: "5", name: "Anjali Sharma", role: "Interior Designer, Agra", testimonial: "I recommend V.K Bartan Bhandar to all my clients. Their collection is vast, quality is consistent, and prices are competitive.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-his-shoulder_114579-15948.jpg", imageAlt: "Anjali Sharma"
id: "5", name: "Anjali Sharma", role: "Interior Designer, Agra", testimonial: "I recommend V.K Bartan Bhandar to all my clients. Their collection is vast, quality is consistent, and prices are competitive. Always delivers on promises.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-his-shoulder_114579-15948.jpg", imageAlt: "Anjali Sharma"
},
{
id: "6", name: "Ravi Kumar", role: "Hotel Manager, Agra", testimonial: "As a hotel manager, finding reliable kitchen equipment suppliers is critical. V.K Bartan Bhandar has been our trusted partner for years.", imageSrc: "http://img.b2bpic.net/free-photo/optimistic-amazed-girl-being-enthusiastic-jolly-about-something_482257-122321.jpg", imageAlt: "Ravi Kumar"
id: "6", name: "Ravi Kumar", role: "Hotel Manager, Agra", testimonial: "As a hotel manager, finding reliable kitchen equipment suppliers is critical. V.K Bartan Bhandar has been our trusted partner for years. Professional and dependable!", imageSrc: "http://img.b2bpic.net/free-photo/optimistic-amazed-girl-being-enthusiastic-jolly-about-something_482257-122321.jpg", imageAlt: "Ravi Kumar"
}
]}
/>
@@ -193,7 +193,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Visit V.K Bartan Bhandar Today"
description="Discover one of the largest collections of kitchen utensils and household products in Agra. Our spacious store is conveniently located and our team is ready to help you find exactly what you need."
description="Discover one of the largest collections of kitchen utensils and household products in Agra. Our spacious store is conveniently located and our team is ready to help you find exactly what you need. Whether you're shopping for your home or business, we have everything you're looking for."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
@@ -218,15 +218,15 @@ export default function LandingPage() {
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "#about" },
{ label: "Categories", href: "#categories" },
{ label: "About Us", href: "/about" },
{ label: "Products", href: "/products" },
{ label: "Reviews", href: "#reviews" }
]
},
{
title: "Information", items: [
{ label: "Agra, Uttar Pradesh", href: "#" },
{ label: "Contact Us", href: "#contact" },
{ label: "Contact Us", href: "/contact" },
{ label: "Store Hours", href: "#" },
{ label: "Get Directions", href: "#" }
]

175
src/app/products/page.tsx Normal file
View File

@@ -0,0 +1,175 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroSplit from "@/components/sections/hero/HeroSplit";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Package, Sparkles } from "lucide-react";
export default function ProductsPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="grid"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="V.K Bartan Bhandar"
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact Us", id: "/contact" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
title="Our Complete Product Range"
description="Explore our extensive collection of premium kitchen utensils, cookware, appliances, and household products for every need—from residential to commercial use."
background={{ variant: "plain" }}
tag="Product Categories"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Contact for Orders", href: "/contact" },
{ text: "Visit Store", href: "#" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157783.jpg"
imageAlt="Premium kitchen utensils collection"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
<div id="categories" data-section="categories">
<FeatureCardTwentyThree
title="Browse Our Categories"
description="Each category features carefully selected products that meet our high standards for quality, durability, and value. Find exactly what you need."
tag="Full Range"
tagIcon={Package}
tagAnimation="slide-up"
features={[
{
id: "1", title: "Stainless Steel Utensils", tags: ["Premium", "Durable", "Best Sellers"],
imageSrc: "http://img.b2bpic.net/free-photo/tidy-up-concept-with-cutlery-top-view_23-2148927370.jpg", imageAlt: "Stainless steel utensils collection"
},
{
id: "2", title: "Cookware (Kadai, Pans, Pressure Cookers)", tags: ["Professional Grade", "Essential", "Heavy Duty"],
imageSrc: "http://img.b2bpic.net/free-photo/young-man-preparing-delicious-dishes_329181-20709.jpg", imageAlt: "Cookware and pressure cookers"
},
{
id: "3", title: "Kitchen Appliances", tags: ["Modern", "Efficient", "Latest Tech"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pan-cooking-food_23-2148934689.jpg", imageAlt: "Kitchen appliances mixer grinders and gas stoves"
},
{
id: "4", title: "Storage Containers & Plasticware", tags: ["Organized", "Practical", "Space-Saving"],
imageSrc: "http://img.b2bpic.net/free-photo/dad-preparing-kid-first-day-school_23-2149573028.jpg", imageAlt: "Storage containers and plasticware"
},
{
id: "5", title: "Serving Utensils", tags: ["Elegant", "Quality", "Occasion Ready"],
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-flat-lay_23-2150096518.jpg", imageAlt: "Serving utensils and kitchen tools"
},
{
id: "6", title: "Commercial Kitchen Equipment", tags: ["Restaurant Grade", "Heavy Duty", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-drink-bar_23-2150444006.jpg", imageAlt: "Commercial kitchen equipment"
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Request Catalog", href: "/contact" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
title="Why Choose Our Products"
tag="Product Advantages"
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "Premium Quality", description: "All products meet strict quality standards and come with warranty"
},
{
id: "2", value: "Best Prices", description: "Competitive pricing across all categories with special discounts for bulk orders"
}
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Order or Inquire Today"
description="Ready to purchase? Contact us to place an order, request a quote, or ask about bulk discounts. Our team is here to help with all your kitchen product needs."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{
name: "message", placeholder: "Describe the products you're interested in or your requirements...", rows: 5,
required: false
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-buying-product_23-2149081076.jpg"
imageAlt="V.K Bartan Bhandar store interior"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Inquiry"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="V.K Bartan Bhandar"
columns={[
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Products", href: "/products" },
{ label: "Reviews", href: "#reviews" }
]
},
{
title: "Information", items: [
{ label: "Agra, Uttar Pradesh", href: "#" },
{ label: "Contact Us", href: "/contact" },
{ label: "Store Hours", href: "#" },
{ label: "Get Directions", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "WhatsApp", href: "#" },
{ label: "Email", href: "#" },
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" }
]
}
]}
copyrightText="© 2025 V.K Bartan Bhandar | Your Complete Kitchen Store"
/>
</div>
</ThemeProvider>
);
}