Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-18 03:14:23 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Kailash Dryfruits"
/>
@@ -56,93 +48,55 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "plain",
}}
variant: "plain"}}
title="Natures Purest Harvest, Delivered."
description="Experience the premium richness of hand-selected dry fruits. From farm to home, we preserve the purity, taste, and natural health benefits of nature's best."
buttons={[
{ text: "Shop Collection", href: "#products" }
]}
testimonials={[
{
name: "Aanya Sharma",
handle: "Food Blogger",
testimonial: "The best quality almonds I've ever had. Truly fresh and premium.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5139.jpg",
},
name: "Aanya Sharma", handle: "Food Blogger", testimonial: "The best quality almonds I've ever had. Truly fresh and premium.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5139.jpg"},
{
name: "Rahul Verma",
handle: "Chef",
testimonial: "Kailash Dryfruits sets the standard for quality. Incredible crunch and flavor.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-receiving-groceries_23-2149722271.jpg",
},
name: "Rahul Verma", handle: "Chef", testimonial: "Kailash Dryfruits sets the standard for quality. Incredible crunch and flavor.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-receiving-groceries_23-2149722271.jpg"},
{
name: "Priya Kapoor",
handle: "Nutritionist",
testimonial: "I always recommend these for their natural processing and purity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
},
name: "Priya Kapoor", handle: "Nutritionist", testimonial: "I always recommend these for their natural processing and purity.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg"},
{
name: "Amit Shah",
handle: "Customer",
testimonial: "Reliable, consistent, and always fresh. My go-to store.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mother-hugging-daughter_23-2148625992.jpg",
},
name: "Amit Shah", handle: "Customer", testimonial: "Reliable, consistent, and always fresh. My go-to store.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mother-hugging-daughter_23-2148625992.jpg"},
{
name: "Sneha Reddy",
handle: "Customer",
testimonial: "Exceptional service and the dry fruits are always perfectly packaged.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-single-20-cheerful-lifestyle_1301-739.jpg",
},
name: "Sneha Reddy", handle: "Customer", testimonial: "Exceptional service and the dry fruits are always perfectly packaged.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-single-20-cheerful-lifestyle_1301-739.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-nuts-bowl-with-coffee-beans-glass-jar-with-cup-coffee-wooden-surface_141793-80942.jpg"
imageAlt="dry fruits assortment top view"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/brown-huzelnuts-wooden-cutboard_23-2148262097.jpg",
alt: "Brown huzelnuts on a wooden cutboard",
},
src: "http://img.b2bpic.net/free-photo/brown-huzelnuts-wooden-cutboard_23-2148262097.jpg", alt: "Brown huzelnuts on a wooden cutboard"},
{
src: "http://img.b2bpic.net/free-photo/view-allergens-commonly-found-nuts_23-2150170266.jpg",
alt: "View of allergens commonly found in nuts",
},
src: "http://img.b2bpic.net/free-photo/view-allergens-commonly-found-nuts_23-2150170266.jpg", alt: "View of allergens commonly found in nuts"},
{
src: "http://img.b2bpic.net/free-photo/bowls-nuts-cup-juice-board_114579-44669.jpg",
alt: "Bowls of nuts and a cup of juice on a board ",
},
src: "http://img.b2bpic.net/free-photo/bowls-nuts-cup-juice-board_114579-44669.jpg", alt: "Bowls of nuts and a cup of juice on a board "},
{
src: "http://img.b2bpic.net/free-photo/glass-milk-near-bowls-with-nuts_23-2147803743.jpg",
alt: "Glass of milk near bowls with nuts",
},
src: "http://img.b2bpic.net/free-photo/glass-milk-near-bowls-with-nuts_23-2147803743.jpg", alt: "Glass of milk near bowls with nuts"},
{
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5139.jpg",
alt: "customer face portrait smile",
},
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5139.jpg", alt: "customer face portrait smile"},
]}
marqueeItems={[
{
type: "text",
text: "100% Organic",
},
type: "text", text: "100% Organic"},
{
type: "text",
text: "Farm Fresh",
},
type: "text", text: "Farm Fresh"},
{
type: "text",
text: "Preservative Free",
},
type: "text", text: "Preservative Free"},
{
type: "text",
text: "Premium Quality",
},
type: "text", text: "Premium Quality"},
{
type: "text",
text: "Global Shipping",
},
type: "text", text: "Global Shipping"},
]}
/>
</div>
@@ -164,41 +118,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Premium California Almonds",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nuts-assortment-wooden-table_23-2148431099.jpg",
},
id: "p1", name: "Premium California Almonds", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nuts-assortment-wooden-table_23-2148431099.jpg"},
{
id: "p2",
name: "Roasted Cashews",
price: "$15.00",
imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-healthy-raw-cashew-nuts_23-2148675501.jpg",
},
id: "p2", name: "Roasted Cashews", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-healthy-raw-cashew-nuts_23-2148675501.jpg"},
{
id: "p3",
name: "Organic Walnuts",
price: "$18.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-walnuts-with-nutcracker-wooden-cutting-board-black-pan_176474-4357.jpg",
},
id: "p3", name: "Organic Walnuts", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-walnuts-with-nutcracker-wooden-cutting-board-black-pan_176474-4357.jpg"},
{
id: "p4",
name: "Salted Pistachios",
price: "$14.00",
imageSrc: "http://img.b2bpic.net/free-photo/from-salty-pistachios_23-2147803736.jpg",
},
id: "p4", name: "Salted Pistachios", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/from-salty-pistachios_23-2147803736.jpg"},
{
id: "p5",
name: "Sun-dried Black Raisins",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/grapes-pencil-notebook-bunches-tasty-grapes-bowls-dried-fruits_140725-120050.jpg",
},
id: "p5", name: "Sun-dried Black Raisins", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/grapes-pencil-notebook-bunches-tasty-grapes-bowls-dried-fruits_140725-120050.jpg"},
{
id: "p6",
name: "Turkish Dried Figs",
price: "$11.00",
imageSrc: "http://img.b2bpic.net/free-photo/purple-green-figs-wooden-table-with-white-tablecloth-leaf-wooden-spoon_114579-29335.jpg",
},
id: "p6", name: "Turkish Dried Figs", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/purple-green-figs-wooden-table-with-white-tablecloth-leaf-wooden-spoon_114579-29335.jpg"},
]}
title="Signature Selections"
description="Hand-picked, sun-dried, and packed with care for ultimate freshness."
@@ -212,37 +142,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "monthly",
badge: "Popular",
price: "$49",
subtitle: "Monthly Essentials",
features: [
"1kg Mixed Nuts",
"Free Shipping",
"Priority Dispatch",
],
id: "monthly", badge: "Popular", price: "$49", subtitle: "Monthly Essentials", features: [
"1kg Mixed Nuts", "Free Shipping", "Priority Dispatch"],
},
{
id: "quarterly",
badge: "Savings",
price: "$139",
subtitle: "Quarterly Box",
features: [
"3kg Variety Box",
"Bonus Item",
"Exclusive Discounts",
],
id: "quarterly", badge: "Savings", price: "$139", subtitle: "Quarterly Box", features: [
"3kg Variety Box", "Bonus Item", "Exclusive Discounts"],
},
{
id: "yearly",
badge: "Premium",
price: "$499",
subtitle: "Annual Gold",
features: [
"Monthly Delivery",
"Custom Box Design",
"Dedicated Support",
],
id: "yearly", badge: "Premium", price: "$499", subtitle: "Annual Gold", features: [
"Monthly Delivery", "Custom Box Design", "Dedicated Support"],
},
]}
title="Subscription Plans"
@@ -257,34 +166,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "50K+",
title: "Happy Families",
items: [
"Delivered worldwide",
"Consistently satisfied",
"High quality standards",
],
id: "m1", value: "50K+", title: "Happy Families", items: [
"Delivered worldwide", "Consistently satisfied", "High quality standards"],
},
{
id: "m2",
value: "25+",
title: "Years Experience",
items: [
"Industry experts",
"Deep market knowledge",
"Trusted legacy",
],
id: "m2", value: "25+", title: "Years Experience", items: [
"Industry experts", "Deep market knowledge", "Trusted legacy"],
},
{
id: "m3",
value: "100%",
title: "Purity Guarantee",
items: [
"Natural products",
"No added chemicals",
"Authentic source",
],
id: "m3", value: "100%", title: "Purity Guarantee", items: [
"Natural products", "No added chemicals", "Authentic source"],
},
]}
title="Why Choose Kailash?"
@@ -299,40 +190,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "Homemaker",
testimonial: "Amazing freshness. Everything looks exactly like in the pictures.",
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg",
},
id: "t1", name: "Sarah J.", role: "Homemaker", testimonial: "Amazing freshness. Everything looks exactly like in the pictures.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg"},
{
id: "t2",
name: "Mark D.",
role: "Business Owner",
testimonial: "Excellent service and prompt delivery. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-something-tablet-man-cooking_23-2148363556.jpg",
},
id: "t2", name: "Mark D.", role: "Business Owner", testimonial: "Excellent service and prompt delivery. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-something-tablet-man-cooking_23-2148363556.jpg"},
{
id: "t3",
name: "Elena R.",
role: "Nutritionist",
testimonial: "The purity of the nuts is unmatched in the market today.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-making-salad_23-2148302124.jpg",
},
id: "t3", name: "Elena R.", role: "Nutritionist", testimonial: "The purity of the nuts is unmatched in the market today.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-making-salad_23-2148302124.jpg"},
{
id: "t4",
name: "Vikram S.",
role: "Chef",
testimonial: "Consistency is key in a kitchen, and this brand delivers.",
imageSrc: "http://img.b2bpic.net/free-photo/young-vendor-arranging-fresh-natural-products-farmers-market-stall-wearing-apron-preparing-local-stand-fresh-organic-fruits-veggies-outdoor-shop-selling-locally-grown-produce_482257-68701.jpg",
},
id: "t4", name: "Vikram S.", role: "Chef", testimonial: "Consistency is key in a kitchen, and this brand delivers.", imageSrc: "http://img.b2bpic.net/free-photo/young-vendor-arranging-fresh-natural-products-farmers-market-stall-wearing-apron-preparing-local-stand-fresh-organic-fruits-veggies-outdoor-shop-selling-locally-grown-produce_482257-68701.jpg"},
{
id: "t5",
name: "Linda M.",
role: "Mom",
testimonial: "Kids love the raisins and cashews. Such healthy snacks!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-apple_329181-20170.jpg",
},
id: "t5", name: "Linda M.", role: "Mom", testimonial: "Kids love the raisins and cashews. Such healthy snacks!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-apple_329181-20170.jpg"},
]}
title="Trusted by Thousands"
description="See why our customers love our fresh produce."
@@ -345,20 +211,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How is freshness guaranteed?",
content: "We pack in airtight vacuum bags immediately after testing for moisture levels.",
},
id: "f1", title: "How is freshness guaranteed?", content: "We pack in airtight vacuum bags immediately after testing for moisture levels."},
{
id: "f2",
title: "Are there additives?",
content: "No, our dry fruits are 100% natural and contain no preservatives or added flavors.",
},
id: "f2", title: "Are there additives?", content: "No, our dry fruits are 100% natural and contain no preservatives or added flavors."},
{
id: "f3",
title: "Do you ship internationally?",
content: "Yes, we ship globally using express courier services for rapid transit.",
},
id: "f3", title: "Do you ship internationally?", content: "Yes, we ship globally using express courier services for rapid transit."},
]}
title="Frequently Asked Questions"
description="Have questions? We have the answers."
@@ -373,23 +230,15 @@ export default function LandingPage() {
description="Need a bulk order or have a question? Send us a message."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/crazy-young-man-with-table-happy-expression_1194-4545.jpg"
textarea={{
name: "message",
placeholder: "Your message here...",
rows: 4,
name: "message", placeholder: "Your message here...", rows: 4,
required: true,
}}
/>
@@ -400,42 +249,27 @@ export default function LandingPage() {
logoText="Kailash Dryfruits"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "All Products",
href: "#products",
},
label: "All Products", href: "#products"},
{
label: "Monthly Subscriptions",
href: "#pricing",
},
label: "Monthly Subscriptions", href: "#pricing"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}
@@ -444,4 +278,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}