Files
e7160cb6-eb13-4dfd-92fe-eb1…/src/app/page.tsx
2026-03-07 11:40:23 +00:00

277 lines
12 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import { CheckCircle } from "lucide-react";
const navItems = [
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Quick Links",
items: [
{ label: "Home", href: "/" },
{ label: "Products", href: "/products" },
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Contact Info",
items: [
{ label: "Phone: +91 98985 53567", href: "tel:+919898553567" },
{ label: "WhatsApp Order", href: "https://wa.me/919898553567" },
{
label: "Address: B/H Rupam Petrol Pump, 1739/34 Jugaldas Chawl, Outside Dariyapur Gate, Ahmedabad 380016",
href: "#",
},
],
},
{
title: "Legal",
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
],
},
];
export default function HomePage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="floatingGradient"
cardStyle="soft-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={navItems.map((item) => ({
name: item.name,
id: item.id,
}))}
brandName="Fresh Farsan"
button={{
text: "Call Now",
href: "tel:+919898553567",
}}
buttonClassName="bg-primary-cta text-primary-cta-text font-semibold px-4 py-2 rounded-theme-capped"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Fresh Farsan Wholesale Supplier in Ahmedabad"
description="Daily fresh farsan supply for shops, caterers and retailers. Reliable bulk orders, consistent quality, on-time delivery."
background={{ variant: "plain" }}
kpis={[
{ value: "5.0★", label: "Customer Rating" },
{ value: "36+", label: "Customer Reviews" },
{ value: "15+", label: "Years Experience" },
]}
enableKpiAnimation={true}
tag="Trusted by Local Businesses"
tagIcon={CheckCircle}
buttons={[
{ text: "Call Now", href: "tel:+919898553567" },
{ text: "Get Wholesale Price", href: "/contact" },
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/yellow-brown-raw-fusilli-pasta-white-bowls-high-quality-photo_114579-36284.jpg"
imageAlt="Fresh farsan in bulk packaging"
imagePosition="right"
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
title="Trusted by Retail Shops & Caterers Across Ahmedabad"
description="Quality farsan trusted by food vendors, tea stalls, event organizers and retailers"
textboxLayout="default"
useInvertedBackground={false}
tag="Social Proof"
names={[
"Farsan Retail Shops",
"Tea Stall Vendors",
"Catering Services",
"Event Organizers",
"Grocery Stores",
"Food Vendors",
"Restaurant Suppliers",
]}
speed={40}
showCard={true}
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
products={[
{
id: "khaman",
name: "Khaman",
price: "Bulk Order",
variant: "Fresh Sponge Cake",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2150166675.jpg?_wi=1",
imageAlt: "Fresh khaman snack",
},
{
id: "khakhra",
name: "Khakhra",
price: "Bulk Order",
variant: "Crispy Thin Snack",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cheese-black-bread-loafs-black_140725-103959.jpg?_wi=1",
imageAlt: "Crispy khakhra",
},
{
id: "samosa",
name: "Chinese Samosa",
price: "Bulk Order",
variant: "Fried Pastry Snack",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-bakery-with-chocolate_23-2148295021.jpg?_wi=1",
imageAlt: "Chinese samosa",
},
{
id: "bhajiya",
name: "Bhajiya",
price: "Bulk Order",
variant: "Vegetable Fritter",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-raisins-inside-black-form-with-fresh-green-grapes-light-blue-desk_140725-50665.jpg?_wi=1",
imageAlt: "Bhajiya snack",
},
]}
title="Our Fresh Farsan Products"
description="High-quality Gujarati farsan made fresh daily with premium ingredients"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
buttons={[{ text: "Get Bulk Order Quote", href: "/contact" }]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardOne
features={[
{
title: "Fresh Daily Production",
description: "All farsan items are made fresh daily using premium quality ingredients ensuring maximum freshness and taste",
imageSrc: "http://img.b2bpic.net/free-photo/children-cook-pasta-gastronomy-master-class_1321-2447.jpg?_wi=1",
imageAlt: "Fresh farsan production",
},
{
title: "Bulk Wholesale Supply",
description: "Competitive wholesale pricing for bulk orders. Supply quantities ranging from small shop needs to large catering requirements",
imageSrc: "http://img.b2bpic.net/free-photo/volunteers-talking-about-donations-charity_23-2149230515.jpg?_wi=1",
imageAlt: "Bulk packaging and supply",
},
{
title: "Reliable On-Time Delivery",
description: "Consistent, punctual delivery across Ahmedabad and surrounding areas. Your orders arrive fresh and on schedule",
imageSrc: "http://img.b2bpic.net/free-photo/courier-girl-sitting-car_23-2147767779.jpg?_wi=1",
imageAlt: "Delivery van",
},
{
title: "Consistent Quality & Taste",
description: "Same quality and taste in every batch. Our farsan maintains consistent flavors that your customers love and expect",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-scientific-work-laboratory_273609-13426.jpg?_wi=1",
imageAlt: "Quality farsan products",
},
{
title: "Trusted by Local Businesses",
description: "Serving retail shops, caterers, food vendors and event organizers with reliable wholesale farsan supply",
imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg?_wi=1",
imageAlt: "Customer satisfaction",
},
{
title: "Flexible Festival Orders",
description: "Special advance booking available for seasonal occasions like Uttarayan, festivals and events with custom quantities",
imageSrc: "http://img.b2bpic.net/free-vector/winter-sale-cards_23-2147722900.jpg?_wi=1",
imageAlt: "Festival special orders",
},
]}
title="Why Choose Fresh Farsan Wholesaler"
description="We provide reliable, fresh farsan supply with exceptional quality and service"
textboxLayout="default"
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTwo
metrics={[
{ id: "1", value: "500+", description: "Happy Customers" },
{ id: "2", value: "1000+", description: "Daily Orders Fulfilled" },
{ id: "3", value: "99.8%", description: "On-Time Delivery Rate" },
]}
title="Our Track Record"
description="Proven reliability and customer satisfaction in the wholesale farsan business"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFifteen
testimonial="Best quality khaman and reliable delivery. Fresh Farsan Wholesaler is our trusted supplier for bulk orders. Highly recommended for any retail shop or catering business."
rating={5}
author="Rajesh Patel, Farsan Shop Owner"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/arab-man-wear-black-jeans-jacket-eyeglasses-cafe-drink-coffee-bar-stylish-fashionable-arabian-model-guy_627829-13251.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/successful-leader_1098-14310.jpg", alt: "Customer 4" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Need a reliable farsan supplier for your business? Contact us today for wholesale pricing, bulk orders, or special festival bookings."
animationType="entrance-slide"
buttons={[
{ text: "Call Now", href: "tel:+919898553567" },
{ text: "WhatsApp Order", href: "https://wa.me/919898553567" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 Fresh Farsan Wholesaler. All rights reserved. Ahmedabad, Gujarat."
/>
</div>
</ThemeProvider>
);
}