Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-06-03 10:13:54 +00:00
2 changed files with 131 additions and 447 deletions

View File

@@ -6,7 +6,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { Droplets, Heart, Sparkles } from "lucide-react";
import { Brain, Droplets, Heart, Radical, Sparkles, Vitamin } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,29 +27,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
{
name: "Blog",
id: "/blog",
},
name: "Blog", id: "/blog"},
{
name: "FAQ",
id: "/faq",
},
name: "FAQ", id: "/faq"},
]}
brandName="Nutkhatt"
/>
@@ -64,38 +52,11 @@ export default function LandingPage() {
description="Dive into our curated articles on health, nutrition, and the luxurious world of dry fruits. Stay informed, live healthier."
blogs={[
{
id: "blog1",
category: "Nutrition",
title: "The Golden Benefits of Cashews: A Healthy Indulgence",
excerpt: "Discover how cashews boost heart health, improve bone density, and provide essential nutrients for a balanced diet.",
imageSrc: "http://img.b2bpic.net/free-photo/agenda-calendar-appointment-graphic-concept_53876-125043.jpg",
imageAlt: "Health benefits of cashews",
authorName: "Dr. Anya Sharma",
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg",
date: "Oct 26, 2024",
},
id: "blog1", category: "Nutrition", title: "The Golden Benefits of Cashews: A Healthy Indulgence", excerpt: "Discover how cashews boost heart health, improve bone density, and provide essential nutrients for a balanced diet.", imageSrc: "http://img.b2bpic.net/free-photo/agenda-calendar-appointment-graphic-concept_53876-125043.jpg", imageAlt: "Health benefits of cashews", authorName: "Dr. Anya Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg", date: "Oct 26, 2024"},
{
id: "blog2",
category: "Recipes",
title: "Gourmet Dry Fruit Delights: Recipes for a Luxurious Palate",
excerpt: "Transform your everyday meals into culinary masterpieces with our exclusive dry fruit-infused recipes, from appetizers to desserts.",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-nuts_1157-5395.jpg",
imageAlt: "Dry fruit recipes",
authorName: "Chef Rahul Kapoor",
authorAvatar: "http://img.b2bpic.net/free-photo/female-colleagues-discussing-data-cafe-outdoor-multiracial-female-persons-analyzing-productive-strategy-business-projecting-using-documents-street-cafe_1157-48367.jpg",
date: "Oct 20, 2024",
},
id: "blog2", category: "Recipes", title: "Gourmet Dry Fruit Delights: Recipes for a Luxurious Palate", excerpt: "Transform your everyday meals into culinary masterpieces with our exclusive dry fruit-infused recipes, from appetizers to desserts.", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-nuts_1157-5395.jpg", imageAlt: "Dry fruit recipes", authorName: "Chef Rahul Kapoor", authorAvatar: "http://img.b2bpic.net/free-photo/female-colleagues-discussing-data-cafe-outdoor-multiracial-female-persons-analyzing-productive-strategy-business-projecting-using-documents-street-cafe_1157-48367.jpg", date: "Oct 20, 2024"},
{
id: "blog3",
category: "Sourcing",
title: "From Orchard to Plate: The Journey of Nutkhatt's Premium Almonds",
excerpt: "Explore the meticulous process of how we source, select, and package our world-class almonds, ensuring unmatched quality and freshness.",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-dried-fruits-board-trivet-marble-background_114579-51410.jpg",
imageAlt: "Almond sourcing journey",
authorName: "Nutkhatt Team",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg",
date: "Oct 15, 2024",
},
id: "blog3", category: "Sourcing", title: "From Orchard to Plate: The Journey of Nutkhatt's Premium Almonds", excerpt: "Explore the meticulous process of how we source, select, and package our world-class almonds, ensuring unmatched quality and freshness.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-dried-fruits-board-trivet-marble-background_114579-51410.jpg", imageAlt: "Almond sourcing journey", authorName: "Nutkhatt Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg", date: "Oct 15, 2024"},
]}
/>
</div>
@@ -107,54 +68,36 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Daily Health Boost",
description: "Discover how a handful of dry fruits can significantly enhance your energy levels and overall well-being every day.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/glass-pomegranate-seeds-marble-surface_114579-20140.jpg",
imageAlt: "Healthy Snack Red Cranberries",
},
title: "Daily Health Boost", description: "Discover how a handful of dry fruits can significantly enhance your energy levels and overall well-being every day.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/glass-pomegranate-seeds-marble-surface_114579-20140.jpg", imageAlt: "Healthy Snack Red Cranberries"},
items: [
{
icon: Heart,
text: "Cardiovascular Health",
},
text: "Cardiovascular Health"},
{
icon: Brain,
text: "Cognitive Function",
},
text: "Cognitive Function"},
{
icon: Sparkles,
text: "Energy & Vitality",
},
text: "Energy & Vitality"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/walnuts-shell-bowl-blue-table_114579-89250.jpg?_wi=2",
imageAlt: "premium red cranberries luxury",
},
{
title: "Nutritional Powerhouses",
description: "Learn about the rich nutritional profiles of our dry fruits, packed with vitamins, minerals, and antioxidants.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/different-nuts-small-jars-light-wooden-background-concept-healthy-food_169016-4748.jpg",
imageAlt: "Nutritional Mixed Seeds",
},
title: "Nutritional Powerhouses", description: "Learn about the rich nutritional profiles of our dry fruits, packed with vitamins, minerals, and antioxidants.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/different-nuts-small-jars-light-wooden-background-concept-healthy-food_169016-4748.jpg", imageAlt: "Nutritional Mixed Seeds"},
items: [
{
icon: Radical,
text: "Rich in Antioxidants",
},
text: "Rich in Antioxidants"},
{
icon: Droplets,
text: "Essential Minerals",
},
text: "Essential Minerals"},
{
icon: Vitamin,
text: "Key Vitamins",
},
text: "Key Vitamins"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-suit-with-virtual-reality-glasses-his-head_613910-8543.jpg?_wi=2",
imageAlt: "premium red cranberries luxury",
},
]}
title="Healthy Living with Nutkhatt"
@@ -167,103 +110,59 @@ export default function LandingPage() {
logoText="Nutkhatt"
columns={[
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Cashews",
href: "/shop#cashews",
},
label: "Cashews", href: "/shop#cashews"},
{
label: "Almonds",
href: "/shop#almonds",
},
label: "Almonds", href: "/shop#almonds"},
{
label: "Pistachios",
href: "/shop#pistachios",
},
label: "Pistachios", href: "/shop#pistachios"},
{
label: "Raisins",
href: "/shop#raisins",
},
label: "Raisins", href: "/shop#raisins"},
{
label: "Dates",
href: "/shop#dates",
},
label: "Dates", href: "/shop#dates"},
{
label: "Dried Fruits",
href: "/shop#dried-fruits",
},
label: "Dried Fruits", href: "/shop#dried-fruits"},
{
label: "Seeds",
href: "/shop#seeds",
},
label: "Seeds", href: "/shop#seeds"},
{
label: "Mixed Nuts & Seeds",
href: "/shop#mixed",
},
label: "Mixed Nuts & Seeds", href: "/shop#mixed"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Customer Service",
items: [
title: "Customer Service", items: [
{
label: "FAQ",
href: "/faq",
},
label: "FAQ", href: "/faq"},
{
label: "Track Order",
href: "/track-order",
},
label: "Track Order", href: "/track-order"},
{
label: "Returns & Refunds",
href: "/refund-policy",
},
label: "Returns & Refunds", href: "/refund-policy"},
{
label: "WhatsApp Support",
href: "#",
},
label: "WhatsApp Support", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy-policy",
},
label: "Privacy Policy", href: "/privacy-policy"},
{
label: "Shipping Policy",
href: "/shipping-policy",
},
label: "Shipping Policy", href: "/shipping-policy"},
{
label: "Refund Policy",
href: "/refund-policy",
},
label: "Refund Policy", href: "/refund-policy"},
{
label: "Terms & Conditions",
href: "/terms-conditions",
},
label: "Terms & Conditions", href: "/terms-conditions"},
],
},
]}

View File

@@ -10,7 +10,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, Globe, Leaf, MapPin, Package, ShieldCheck, Truck } from "lucide-react";
import { Award, GitFork, Globe, Leaf, MapPin, Package, RefreshCcw, ShieldCheck, Truck } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,29 +31,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
{
name: "Blog",
id: "/blog",
},
name: "Blog", id: "/blog"},
{
name: "FAQ",
id: "/faq",
},
name: "FAQ", id: "/faq"},
]}
brandName="Nutkhatt"
/>
@@ -62,69 +50,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
title="Nutkhatt: Premium Dry Fruits, Premium Health"
description="Indulge in the finest dry fruits, meticulously sourced and hygienically packed. Experience unparalleled quality and taste, curated for your healthy and luxurious lifestyle."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/bearded-male-dressed-suit-with-virtual-reality-glasses-his-head_613910-8543.jpg",
alt: "Satisfied Customer 1",
},
src: "http://img.b2bpic.net/free-photo/bearded-male-dressed-suit-with-virtual-reality-glasses-his-head_613910-8543.jpg", alt: "Satisfied Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-browsing-tablet_23-2148452626.jpg",
alt: "Satisfied Customer 2",
},
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-browsing-tablet_23-2148452626.jpg", alt: "Satisfied Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg",
alt: "Satisfied Customer 3",
},
src: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg", alt: "Satisfied Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-senior-man-listening-music-headphones-isolated-dark-background_613910-9043.jpg",
alt: "Satisfied Customer 4",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-senior-man-listening-music-headphones-isolated-dark-background_613910-9043.jpg", alt: "Satisfied Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-redhead-hipster-male-dressed-casual-clothes-with-glasses-full-beard-standing-with-crossed-arms-studio-isolated-dark-background_613910-20093.jpg",
alt: "Satisfied Customer 5",
},
src: "http://img.b2bpic.net/free-photo/portrait-redhead-hipster-male-dressed-casual-clothes-with-glasses-full-beard-standing-with-crossed-arms-studio-isolated-dark-background_613910-20093.jpg", alt: "Satisfied Customer 5"},
]}
avatarText="Trusted by thousands for premium quality"
buttons={[
{
text: "Shop Now",
href: "/shop",
},
text: "Shop Now", href: "/shop"},
{
text: "Explore Benefits",
href: "/blog",
},
text: "Explore Benefits", href: "/blog"},
]}
buttonAnimation="opacity"
marqueeItems={[
{
type: "text",
text: "Premium Quality",
},
type: "text", text: "Premium Quality"},
{
type: "text",
text: "Ethically Sourced",
},
type: "text", text: "Ethically Sourced"},
{
type: "text",
text: "Hygienically Packed",
},
type: "text", text: "Hygienically Packed"},
{
type: "text",
text: "Sustainable Practices",
},
type: "text", text: "Sustainable Practices"},
{
type: "text",
text: "Health Benefits",
},
type: "text", text: "Health Benefits"},
{
type: "text",
text: "Luxury Taste",
},
type: "text", text: "Luxury Taste"},
]}
marqueeSpeed={40}
showMarqueeCard={true}
@@ -139,47 +100,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "normal-cashew-home",
name: "Normal Cashew",
price: "₹250 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/raw-cashews-nuts-open-glass-jar-marble-background_1150-45370.jpg",
imageAlt: "Premium Normal Cashews",
},
id: "normal-cashew-home", name: "Normal Cashew", price: "₹250 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/raw-cashews-nuts-open-glass-jar-marble-background_1150-45370.jpg", imageAlt: "Premium Normal Cashews"},
{
id: "almonds-home",
name: "Almonds",
price: "₹225 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/almonds-bowl-tray-marble-surface_114579-79947.jpg",
imageAlt: "Premium Almonds",
},
id: "almonds-home", name: "Almonds", price: "₹225 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/almonds-bowl-tray-marble-surface_114579-79947.jpg", imageAlt: "Premium Almonds"},
{
id: "mamra-almonds-home",
name: "Mamra Almonds",
price: "₹500 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/black-plate-organic-shelled-almonds-marble-surface_114579-42437.jpg",
imageAlt: "Premium Mamra Almonds",
},
id: "mamra-almonds-home", name: "Mamra Almonds", price: "₹500 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-organic-shelled-almonds-marble-surface_114579-42437.jpg", imageAlt: "Premium Mamra Almonds"},
{
id: "whole-walnut-home",
name: "Whole Walnut",
price: "₹450 / 500g",
imageSrc: "http://img.b2bpic.net/free-photo/organic-walnuts-brown-paper-sheet_114579-77118.jpg",
imageAlt: "Premium Whole Walnuts",
},
id: "whole-walnut-home", name: "Whole Walnut", price: "₹450 / 500g", imageSrc: "http://img.b2bpic.net/free-photo/organic-walnuts-brown-paper-sheet_114579-77118.jpg", imageAlt: "Premium Whole Walnuts"},
{
id: "salted-pistachio-home",
name: "Salted Pistachio",
price: "₹375 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/from-salty-pistachios_23-2147803736.jpg",
imageAlt: "Premium Salted Pistachios",
},
id: "salted-pistachio-home", name: "Salted Pistachio", price: "₹375 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/from-salty-pistachios_23-2147803736.jpg", imageAlt: "Premium Salted Pistachios"},
{
id: "green-raisins-home",
name: "Green Raisins",
price: "₹137 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-dried-raisins-inside-outside-brown-pot-blue-background_140725-49114.jpg",
imageAlt: "Premium Green Raisins",
},
id: "green-raisins-home", name: "Green Raisins", price: "₹137 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dried-raisins-inside-outside-brown-pot-blue-background_140725-49114.jpg", imageAlt: "Premium Green Raisins"},
]}
title="Featured Premium Selections"
description="Discover our handpicked dry fruits, celebrated for their exceptional taste and health benefits. Elevate your snacking experience with Nutkhatt."
@@ -194,47 +125,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "piri-piri-almonds-home",
name: "Piri-Piri Almonds",
price: "₹275 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-vegetables-with-raw-penne-pasta_114579-84046.jpg",
imageAlt: "Spicy Piri-Piri Almonds",
},
id: "piri-piri-almonds-home", name: "Piri-Piri Almonds", price: "₹275 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-vegetables-with-raw-penne-pasta_114579-84046.jpg", imageAlt: "Spicy Piri-Piri Almonds"},
{
id: "roasted-cashew-home",
name: "Roasted Cashew",
price: "₹275 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-plate-with-oatmeal-cookies-nuts-isolated-stone-background_114579-36848.jpg",
imageAlt: "Perfectly Roasted Cashews",
},
id: "roasted-cashew-home", name: "Roasted Cashew", price: "₹275 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-plate-with-oatmeal-cookies-nuts-isolated-stone-background_114579-36848.jpg", imageAlt: "Perfectly Roasted Cashews"},
{
id: "pistachio-kernel-home",
name: "Pistachio Kernel (Unsalted)",
price: "₹425 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-salted-roasted-pistachios-wooden-spoon_141793-8644.jpg",
imageAlt: "Premium Unsalted Pistachio Kernels",
},
id: "pistachio-kernel-home", name: "Pistachio Kernel (Unsalted)", price: "₹425 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/side-view-salted-roasted-pistachios-wooden-spoon_141793-8644.jpg", imageAlt: "Premium Unsalted Pistachio Kernels"},
{
id: "afghani-raisins-home",
name: "Premium Afghani Raisins",
price: "₹175 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-whole-walnuts-inside-plate_140725-13813.jpg",
imageAlt: "Delicious Afghani Raisins",
},
id: "afghani-raisins-home", name: "Premium Afghani Raisins", price: "₹175 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/top-view-whole-walnuts-inside-plate_140725-13813.jpg", imageAlt: "Delicious Afghani Raisins"},
{
id: "arabian-dates-home",
name: "Arabian Dates",
price: "₹300 / 500g",
imageSrc: "http://img.b2bpic.net/free-photo/shekerbura-table-top-view_140725-5456.jpg",
imageAlt: "Sweet Arabian Dates",
},
id: "arabian-dates-home", name: "Arabian Dates", price: "₹300 / 500g", imageSrc: "http://img.b2bpic.net/free-photo/shekerbura-table-top-view_140725-5456.jpg", imageAlt: "Sweet Arabian Dates"},
{
id: "mixed-nuts-home",
name: "Mixed Nuts",
price: "₹350 / 250g",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixture-nuts-with-lemon_23-2148371931.jpg",
imageAlt: "Healthy Mixed Nuts Blend",
},
id: "mixed-nuts-home", name: "Mixed Nuts", price: "₹350 / 250g", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixture-nuts-with-lemon_23-2148371931.jpg", imageAlt: "Healthy Mixed Nuts Blend"},
]}
title="Our Best-Selling Dry Fruits"
description="Loved by our customers for their exquisite taste and superior quality. Experience the Nutkhatt difference with these popular choices."
@@ -248,79 +149,52 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Unrivaled Quality",
description: "We meticulously select only the finest dry fruits from their origins, ensuring every bite meets our stringent quality standards.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/cashew-butter-dark-background_1150-45401.jpg",
imageAlt: "Premium Cashew",
},
title: "Unrivaled Quality", description: "We meticulously select only the finest dry fruits from their origins, ensuring every bite meets our stringent quality standards.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cashew-butter-dark-background_1150-45401.jpg", imageAlt: "Premium Cashew"},
items: [
{
icon: Award,
text: "Handpicked Excellence",
},
text: "Handpicked Excellence"},
{
icon: Leaf,
text: "Natural & Pure",
},
text: "Natural & Pure"},
{
icon: ShieldCheck,
text: "Quality Assured",
},
text: "Quality Assured"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/walnuts-shell-bowl-blue-table_114579-89250.jpg?_wi=1",
imageAlt: "premium cashew luxury tech background",
},
{
title: "Smart Sourcing & Traceability",
description: "Our advanced supply chain leverages technology for transparent sourcing, guaranteeing purity and authenticity from farm to table.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139324.jpg",
imageAlt: "Global Sourcing Network",
},
title: "Smart Sourcing & Traceability", description: "Our advanced supply chain leverages technology for transparent sourcing, guaranteeing purity and authenticity from farm to table.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139324.jpg", imageAlt: "Global Sourcing Network"},
items: [
{
icon: Globe,
text: "Global Network",
},
text: "Global Network"},
{
icon: GitFork,
text: "Transparent Process",
},
text: "Transparent Process"},
{
icon: RefreshCcw,
text: "Sustainable Practices",
},
text: "Sustainable Practices"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-suit-with-virtual-reality-glasses-his-head_613910-8543.jpg?_wi=1",
imageAlt: "premium cashew luxury tech background",
},
{
title: "Luxury Delivery Experience",
description: "From secure packaging to timely delivery, every aspect of your Nutkhatt order is handled with precision, ensuring a premium unboxing experience.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-online-signature-deliveryman_23-2147767672.jpg",
imageAlt: "Futuristic Delivery",
},
title: "Luxury Delivery Experience", description: "From secure packaging to timely delivery, every aspect of your Nutkhatt order is handled with precision, ensuring a premium unboxing experience.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-online-signature-deliveryman_23-2147767672.jpg", imageAlt: "Futuristic Delivery"},
items: [
{
icon: Package,
text: "Elegant Packaging",
},
text: "Elegant Packaging"},
{
icon: Truck,
text: "Swift Delivery",
},
text: "Swift Delivery"},
{
icon: MapPin,
text: "Real-time Tracking",
},
text: "Real-time Tracking"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-browsing-tablet_23-2148452626.jpg",
imageAlt: "premium cashew luxury tech background",
},
]}
title="Why Choose Nutkhatt?"
@@ -336,50 +210,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "test-1",
name: "Priya Sharma",
role: "Wellness Blogger",
company: "Healthy Living India",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110833.jpg",
imageAlt: "Priya Sharma",
},
id: "test-1", name: "Priya Sharma", role: "Wellness Blogger", company: "Healthy Living India", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110833.jpg", imageAlt: "Priya Sharma"},
{
id: "test-2",
name: "Rajesh Kumar",
role: "Tech Entrepreneur",
company: "Innovate Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-holding-smartphone_23-2149722601.jpg",
imageAlt: "Rajesh Kumar",
},
id: "test-2", name: "Rajesh Kumar", role: "Tech Entrepreneur", company: "Innovate Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-holding-smartphone_23-2149722601.jpg", imageAlt: "Rajesh Kumar"},
{
id: "test-3",
name: "Ananya Singh",
role: "Nutritionist",
company: "Holistic Health Clinic",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-couple-heart-shaped-hand-gesture_23-2148378475.jpg",
imageAlt: "Ananya Singh",
},
id: "test-3", name: "Ananya Singh", role: "Nutritionist", company: "Holistic Health Clinic", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-couple-heart-shaped-hand-gesture_23-2148378475.jpg", imageAlt: "Ananya Singh"},
{
id: "test-4",
name: "Vikram Mehta",
role: "Food Critic",
company: "Gourmet India",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-dried-fruit_23-2148943538.jpg",
imageAlt: "Vikram Mehta",
},
id: "test-4", name: "Vikram Mehta", role: "Food Critic", company: "Gourmet India", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-dried-fruit_23-2148943538.jpg", imageAlt: "Vikram Mehta"},
{
id: "test-5",
name: "Ishita Rao",
role: "Yoga Instructor",
company: "Zen Living Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pistachios-walnut-glass-gray-texture-horizontal_176474-1314.jpg",
imageAlt: "Ishita Rao",
},
id: "test-5", name: "Ishita Rao", role: "Yoga Instructor", company: "Zen Living Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pistachios-walnut-glass-gray-texture-horizontal_176474-1314.jpg", imageAlt: "Ishita Rao"},
]}
title="What Our Customers Say"
description="Hear from our delighted customers about their Nutkhatt experience. Their trust is our greatest reward."
@@ -391,25 +235,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq1",
title: "How do you ensure product quality?",
content: "We implement a rigorous 7-stage quality check process, from farm selection to final packaging, leveraging AI-powered sorting for unparalleled consistency.",
},
id: "faq1", title: "How do you ensure product quality?", content: "We implement a rigorous 7-stage quality check process, from farm selection to final packaging, leveraging AI-powered sorting for unparalleled consistency."},
{
id: "faq2",
title: "What payment methods do you accept?",
content: "We support all major payment gateways including Google Pay, PhonePe, Paytm, UPI, debit/credit cards, net banking, and bank transfers, ensuring secure and seamless transactions.",
},
id: "faq2", title: "What payment methods do you accept?", content: "We support all major payment gateways including Google Pay, PhonePe, Paytm, UPI, debit/credit cards, net banking, and bank transfers, ensuring secure and seamless transactions."},
{
id: "faq3",
title: "How can I track my order?",
content: "You can track your order in real-time through our 'Track Order' page by entering your order ID, or via direct updates sent to your registered mobile number.",
},
id: "faq3", title: "How can I track my order?", content: "You can track your order in real-time through our 'Track Order' page by entering your order ID, or via direct updates sent to your registered mobile number."},
{
id: "faq4",
title: "Do you offer international shipping?",
content: "Currently, we only offer shipping within India, with plans for international expansion in the near future.",
},
id: "faq4", title: "Do you offer international shipping?", content: "Currently, we only offer shipping within India, with plans for international expansion in the near future."},
]}
sideTitle="Quick Answers to Your Questions"
sideDescription="Find instant solutions to common queries about our products, orders, and delivery."
@@ -426,10 +258,7 @@ export default function LandingPage() {
description="Subscribe to our newsletter for exclusive offers, health tips, and updates on new arrivals. Be the first to know about premium dry fruit insights."
inputs={[
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-vector/smartphone-landing-page-isometric-style_23-2148226347.jpg"
@@ -445,103 +274,59 @@ export default function LandingPage() {
logoText="Nutkhatt"
columns={[
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Cashews",
href: "/shop#cashews",
},
label: "Cashews", href: "/shop#cashews"},
{
label: "Almonds",
href: "/shop#almonds",
},
label: "Almonds", href: "/shop#almonds"},
{
label: "Pistachios",
href: "/shop#pistachios",
},
label: "Pistachios", href: "/shop#pistachios"},
{
label: "Raisins",
href: "/shop#raisins",
},
label: "Raisins", href: "/shop#raisins"},
{
label: "Dates",
href: "/shop#dates",
},
label: "Dates", href: "/shop#dates"},
{
label: "Dried Fruits",
href: "/shop#dried-fruits",
},
label: "Dried Fruits", href: "/shop#dried-fruits"},
{
label: "Seeds",
href: "/shop#seeds",
},
label: "Seeds", href: "/shop#seeds"},
{
label: "Mixed Nuts & Seeds",
href: "/shop#mixed",
},
label: "Mixed Nuts & Seeds", href: "/shop#mixed"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Customer Service",
items: [
title: "Customer Service", items: [
{
label: "FAQ",
href: "/faq",
},
label: "FAQ", href: "/faq"},
{
label: "Track Order",
href: "/track-order",
},
label: "Track Order", href: "/track-order"},
{
label: "Returns & Refunds",
href: "/refund-policy",
},
label: "Returns & Refunds", href: "/refund-policy"},
{
label: "WhatsApp Support",
href: "#",
},
label: "WhatsApp Support", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy-policy",
},
label: "Privacy Policy", href: "/privacy-policy"},
{
label: "Shipping Policy",
href: "/shipping-policy",
},
label: "Shipping Policy", href: "/shipping-policy"},
{
label: "Refund Policy",
href: "/refund-policy",
},
label: "Refund Policy", href: "/refund-policy"},
{
label: "Terms & Conditions",
href: "/terms-conditions",
},
label: "Terms & Conditions", href: "/terms-conditions"},
],
},
]}