Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 09:58:24 +00:00

View File

@@ -7,6 +7,7 @@ import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDash
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import {
@@ -25,6 +26,8 @@ import {
CircleDollarSign,
ArrowLeftRight,
Send,
HelpCircle,
Shield,
} from "lucide-react";
export default function HomePage() {
@@ -38,8 +41,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Products",
items: [
title: "Products", items: [
{ label: "Nuts", href: "/products?category=nuts" },
{ label: "Dry Fruits", href: "/products?category=dry-fruits" },
{ label: "Seeds", href: "/products?category=seeds" },
@@ -47,8 +49,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Why Choose Us", href: "/#why-us" },
{ label: "Corporate Gifting", href: "/corporate" },
@@ -56,8 +57,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQs", href: "/#faq" },
{ label: "Shipping Info", href: "/shipping" },
@@ -65,8 +65,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Facebook", href: "https://facebook.com/gnraodryfruits" },
{ label: "Instagram", href: "https://instagram.com/gnraodryfruits" },
{ label: "WhatsApp", href: "https://wa.me/91XXXX" },
@@ -112,52 +111,40 @@ export default function HomePage() {
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Our Quality Promise",
logoIcon: Package,
imageSrc: "http://img.b2bpic.net/free-photo/nuts-set-table_140725-5351.jpg",
buttons: [
title: "Our Quality Promise", logoIcon: Package,
imageSrc: "http://img.b2bpic.net/free-photo/nuts-set-table_140725-5351.jpg", buttons: [
{ text: "Explore", href: "/products" },
{ text: "Learn More", href: "/about" },
],
sidebarItems: [
{ icon: CheckCircle, active: true },
{ icon: Leaf },
{ icon: Package },
{ icon: Shield },
],
stats: [
{
title: "Quality",
values: ["100%", "100%", "100%"],
description: "Premium grade selected",
},
title: "Quality", values: [100, 100, 100],
description: "Premium grade selected"},
{
title: "Freshness",
values: ["24", "24", "24"],
valueSuffix: "hrs",
description: "Fresh processing daily",
},
title: "Freshness", values: [24, 24, 24],
valueSuffix: "hrs", description: "Fresh processing daily"},
{
title: "Purity",
values: ["99.9%", "99.9%", "99.9%"],
description: "Hygienic certification",
},
title: "Purity", values: [99.9, 99.9, 99.9],
description: "Hygienic certification"},
],
chartTitle: "Customer Satisfaction",
chartData: [
chartTitle: "Customer Satisfaction", chartData: [
{ value: 95 },
{ value: 98 },
{ value: 97 },
{ value: 99 },
{ value: 96 },
],
listTitle: "Why Our Customers Love Us",
listItems: [
listTitle: "Why Our Customers Love Us", listItems: [
{ icon: Heart, title: "Premium Quality", status: "Verified" },
{ icon: Zap, title: "Fast Delivery", status: "Free Above ₹999" },
{ icon: Award, title: "Trusted Brand", status: "Since 2015" },
],
searchPlaceholder: "Search products...",
}}
searchPlaceholder: "Search products..."}}
/>
</div>
@@ -173,53 +160,17 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "almonds-premium",
name: "California Almonds",
price: "₹599",
variant: "250g Premium Grade",
imageSrc: "http://img.b2bpic.net/free-photo/plates-with-healthy-food_1268-20309.jpg?_wi=1",
imageAlt: "California Almonds Premium",
},
id: "almonds-premium", name: "California Almonds", price: "₹599", variant: "250g Premium Grade", imageSrc: "http://img.b2bpic.net/free-photo/plates-with-healthy-food_1268-20309.jpg", imageAlt: "California Almonds Premium"},
{
id: "cashews-raw",
name: "Raw Cashew Nuts",
price: "₹749",
variant: "250g Fresh Harvest",
imageSrc: "http://img.b2bpic.net/free-photo/cashew_1203-3614.jpg?_wi=1",
imageAlt: "Raw Cashew Nuts",
},
id: "cashews-raw", name: "Raw Cashew Nuts", price: "₹749", variant: "250g Fresh Harvest", imageSrc: "http://img.b2bpic.net/free-photo/cashew_1203-3614.jpg", imageAlt: "Raw Cashew Nuts"},
{
id: "pistachios",
name: "Roasted Pistachios",
price: "₹899",
variant: "250g Lightly Salted",
imageSrc: "http://img.b2bpic.net/free-photo/natural-pistachio_1368-9177.jpg?_wi=1",
imageAlt: "Roasted Pistachios",
},
id: "pistachios", name: "Roasted Pistachios", price: "₹899", variant: "250g Lightly Salted", imageSrc: "http://img.b2bpic.net/free-photo/natural-pistachio_1368-9177.jpg", imageAlt: "Roasted Pistachios"},
{
id: "walnuts",
name: "Californian Walnuts",
price: "₹649",
variant: "250g Pure & Natural",
imageSrc: "http://img.b2bpic.net/free-photo/walnuts-autumn-leaves_23-2152022055.jpg?_wi=1",
imageAlt: "Californian Walnuts",
},
id: "walnuts", name: "Californian Walnuts", price: "₹649", variant: "250g Pure & Natural", imageSrc: "http://img.b2bpic.net/free-photo/walnuts-autumn-leaves_23-2152022055.jpg", imageAlt: "Californian Walnuts"},
{
id: "dates",
name: "Premium Dates",
price: "₹549",
variant: "500g Medjool",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-medjool-dates-rustic-wooden-bowl_84443-72377.jpg?_wi=1",
imageAlt: "Premium Medjool Dates",
},
id: "dates", name: "Premium Dates", price: "₹549", variant: "500g Medjool", imageSrc: "http://img.b2bpic.net/free-photo/delicious-medjool-dates-rustic-wooden-bowl_84443-72377.jpg", imageAlt: "Premium Medjool Dates"},
{
id: "raisins",
name: "Golden Raisins",
price: "₹499",
variant: "500g Seedless",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-dried-fruits-appetizing-colorful-dried-fruits-brown-bowls_140725-123121.jpg?_wi=1",
imageAlt: "Golden Seedless Raisins",
},
id: "raisins", name: "Golden Raisins", price: "₹499", variant: "500g Seedless", imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-dried-fruits-appetizing-colorful-dried-fruits-brown-bowls_140725-123121.jpg", imageAlt: "Golden Seedless Raisins"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -240,44 +191,24 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Premium Quality",
description:
"Hand-selected dry fruits from the best farms. Every product meets strict quality standards for taste and nutrition.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-food-organic-labels_23-2148110078.jpg?_wi=1",
imageAlt: "Quality certification",
},
title: "Premium Quality", description:
"Hand-selected dry fruits from the best farms. Every product meets strict quality standards for taste and nutrition.", imageSrc: "http://img.b2bpic.net/free-vector/flat-food-organic-labels_23-2148110078.jpg", imageAlt: "Quality certification"},
{
id: 2,
title: "Fresh Packaging",
description:
"Hygienic processing and vacuum-sealed packaging ensures maximum freshness and nutrition retention.",
imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-photo-plastic-container-full-with-chopped-purple-cabbage-o-grey-background_114579-68700.jpg?_wi=1",
imageAlt: "Fresh packaging",
},
title: "Fresh Packaging", description:
"Hygienic processing and vacuum-sealed packaging ensures maximum freshness and nutrition retention.", imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-photo-plastic-container-full-with-chopped-purple-cabbage-o-grey-background_114579-68700.jpg", imageAlt: "Fresh packaging"},
{
id: 3,
title: "Affordable Prices",
description:
"Direct sourcing from farms means competitive pricing without compromising on quality.",
imageSrc: "http://img.b2bpic.net/free-vector/special-discounts-background_23-2147731465.jpg",
imageAlt: "Affordable pricing",
},
title: "Affordable Prices", description:
"Direct sourcing from farms means competitive pricing without compromising on quality.", imageSrc: "http://img.b2bpic.net/free-vector/special-discounts-background_23-2147731465.jpg", imageAlt: "Affordable pricing"},
{
id: 4,
title: "Fast Delivery",
description:
"Free delivery on orders above ₹999. Quick and reliable shipping across India.",
imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg",
imageAlt: "Fast delivery service",
},
title: "Fast Delivery", description:
"Free delivery on orders above ₹999. Quick and reliable shipping across India.", imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Fast delivery service"},
{
id: 5,
title: "Hygienic Processing",
description:
"State-of-the-art processing facilities with certified hygiene standards ensure food safety.",
imageSrc: "http://img.b2bpic.net/free-photo/peeling-cutting-vegetables-kitchen_114579-12174.jpg?_wi=1",
imageAlt: "Hygienic processing",
},
title: "Hygienic Processing", description:
"State-of-the-art processing facilities with certified hygiene standards ensure food safety.", imageSrc: "http://img.b2bpic.net/free-photo/peeling-cutting-vegetables-kitchen_114579-12174.jpg", imageAlt: "Hygienic processing"},
]}
animationType="blur-reveal"
/>
@@ -295,65 +226,58 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Priya Sharma",
role: "Fitness Coach",
testimonial:
"Best quality dry fruits I have ever ordered online. The almonds are so fresh and crunchy. Highly recommended for anyone serious about health!",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", role: "Fitness Coach", testimonial:
"Best quality dry fruits I have ever ordered online. The almonds are so fresh and crunchy. Highly recommended for anyone serious about health!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Rajesh Kumar",
role: "Business Owner",
testimonial:
"GN Rao has become my go-to brand for corporate gifting. Premium quality and excellent presentation. My clients absolutely love it!",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1",
imageAlt: "Rajesh Kumar",
},
id: "2", name: "Rajesh Kumar", role: "Business Owner", testimonial:
"GN Rao has become my go-to brand for corporate gifting. Premium quality and excellent presentation. My clients absolutely love it!", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Rajesh Kumar"},
{
id: "3",
name: "Anjali Patel",
role: "Nutritionist",
testimonial:
"I recommend GN Rao dry fruits to all my clients. The purity and freshness are unmatched. Perfect for a healthy lifestyle!",
imageSrc: "http://img.b2bpic.net/free-photo/woman-medical-overall_23-2147771697.jpg?_wi=1",
imageAlt: "Anjali Patel",
},
id: "3", name: "Anjali Patel", role: "Nutritionist", testimonial:
"I recommend GN Rao dry fruits to all my clients. The purity and freshness are unmatched. Perfect for a healthy lifestyle!", imageSrc: "http://img.b2bpic.net/free-photo/woman-medical-overall_23-2147771697.jpg", imageAlt: "Anjali Patel"},
{
id: "4",
name: "Vikram Singh",
role: "Home Chef",
testimonial:
"The quality of cashews and pistachios is exceptional. I use them for all my special recipes. Worth every rupee!",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-positive-cook-male-holds-eggplant_613910-9899.jpg",
imageAlt: "Vikram Singh",
},
id: "4", name: "Vikram Singh", role: "Home Chef", testimonial:
"The quality of cashews and pistachios is exceptional. I use them for all my special recipes. Worth every rupee!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-positive-cook-male-holds-eggplant_613910-9899.jpg", imageAlt: "Vikram Singh"},
{
id: "5",
name: "Sneha Desai",
role: "Health Blogger",
testimonial:
"Finally found a dry fruit brand that delivers on its promises. Premium quality, fresh packaging, and great prices. Five stars!",
imageSrc: "http://img.b2bpic.net/free-photo/trendy-indoor-portrait-pretyy-stylish-blogger-influencer-woman-spring-time-minimalistic-interior_291049-2793.jpg",
imageAlt: "Sneha Desai",
},
id: "5", name: "Sneha Desai", role: "Health Blogger", testimonial:
"Finally found a dry fruit brand that delivers on its promises. Premium quality, fresh packaging, and great prices. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/trendy-indoor-portrait-pretyy-stylish-blogger-influencer-woman-spring-time-minimalistic-interior_291049-2793.jpg", imageAlt: "Sneha Desai"},
{
id: "6",
name: "Arun Nair",
role: "Festival Organizer",
testimonial:
"Ordered gift hampers for our festival celebration. Guests were impressed with the premium quality and beautiful packaging. Excellent service!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
imageAlt: "Arun Nair",
},
id: "6", name: "Arun Nair", role: "Festival Organizer", testimonial:
"Ordered gift hampers for our festival celebration. Guests were impressed with the premium quality and beautiful packaging. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Arun Nair"},
]}
animationType="slide-up"
carouselMode="buttons"
/>
</div>
{/* FAQ Section */}
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Find answers to common questions about our products, delivery, and services"
tag="Help & Support"
tagIcon={HelpCircle}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "Are your dry fruits organically sourced?", content: "Yes, all our dry fruits are sourced from certified farms that follow strict quality standards. We prioritize natural farming practices and ensure no harmful pesticides are used."},
{
id: "2", title: "What is your delivery timeline?", content: "Standard delivery takes 5-7 business days across India. We offer free delivery on orders above ₹999. Express delivery options are available for select locations."},
{
id: "3", title: "How do you ensure freshness?", content: "Our dry fruits are processed daily in state-of-the-art hygienic facilities and vacuum-sealed immediately. Each product is packed fresh and shipped within 24 hours of processing."},
{
id: "4", title: "Do you offer bulk orders for corporate gifting?", content: "Absolutely! We specialize in corporate gifting and bulk orders. Please contact us at corporate@gnrao.com or call +91-XXXX-XXXX for customized packages and quotes."},
{
id: "5", title: "What is your return and refund policy?", content: "We offer a 100% satisfaction guarantee. If you're not happy with your purchase, you can return it within 7 days for a full refund or replacement."},
{
id: "6", title: "How should I store dry fruits for maximum freshness?", content: "Store in a cool, dry place away from direct sunlight. Our vacuum-sealed packaging keeps products fresh for up to 6 months. Once opened, transfer to an airtight container."},
]}
faqsAnimation="slide-up"
animationType="smooth"
/>
</div>
{/* Newsletter CTA */}
<div id="newsletter" data-section="newsletter">
<ContactCTA
@@ -362,7 +286,7 @@ export default function HomePage() {
title="Get 10% Off Your First Order"
description="Subscribe to our newsletter for exclusive offers, health tips, and new product launches. Plus, receive a special 10% discount on your first purchase!"
buttons={[
{ text: "Subscribe Now", href: "/contact" },
{ text: "Subscribe Now", href: "#subscribe" },
{ text: "Shop Now", href: "/products" },
]}
buttonAnimation="slide-up"