11 Commits

Author SHA1 Message Date
b38292b39f Update src/app/contact/page.tsx 2026-06-03 10:21:11 +00:00
43aac1da3a Update src/app/blog/page.tsx 2026-06-03 10:21:11 +00:00
392b00a7a8 Update src/app/about/page.tsx 2026-06-03 10:21:10 +00:00
69f4d60195 Merge version_2 into main
Merge version_2 into main
2026-06-03 10:19:29 +00:00
7afd006eba Update src/app/faq/page.tsx 2026-06-03 10:19:26 +00:00
ff387b92fd Update src/app/contact/page.tsx 2026-06-03 10:19:25 +00:00
25e63d5527 Update src/app/blog/page.tsx 2026-06-03 10:19:25 +00:00
d0071fca60 Update src/app/about/page.tsx 2026-06-03 10:19:24 +00:00
4cfa06f1aa Merge version_1 into main
Merge version_1 into main
2026-06-03 10:14:32 +00:00
109fd16e32 Merge version_1 into main
Merge version_1 into main
2026-06-03 10:13:54 +00:00
91882c0ae4 Merge version_1 into main
Merge version_1 into main
2026-06-03 10:12:55 +00:00
4 changed files with 122 additions and 340 deletions

View File

@@ -27,29 +27,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Shop", name: "Shop", id: "/shop"},
id: "/shop",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "FAQ", name: "FAQ", id: "/faq"},
id: "/faq", {
}, name: "Reviews", id: "/reviews"},
]} ]}
brandName="Nutkhatt" brandName="Nutkhatt"
/> />
@@ -76,25 +66,13 @@ export default function LandingPage() {
tag="Driven by Excellence" tag="Driven by Excellence"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "100K+", description: "Happy Customers Served Globally"},
value: "100K+",
description: "Happy Customers Served Globally",
},
{ {
id: "m2", id: "m2", value: "99.9%", description: "Quality Satisfaction Rate"},
value: "99.9%",
description: "Quality Satisfaction Rate",
},
{ {
id: "m3", id: "m3", value: "15+", description: "Countries for Sourcing Excellence"},
value: "15+",
description: "Countries for Sourcing Excellence",
},
{ {
id: "m4", id: "m4", value: "5M+", description: "Premium Dry Fruit Packs Delivered"},
value: "5M+",
description: "Premium Dry Fruit Packs Delivered",
},
]} ]}
metricsAnimation="blur-reveal" metricsAnimation="blur-reveal"
/> />
@@ -105,103 +83,59 @@ export default function LandingPage() {
logoText="Nutkhatt" logoText="Nutkhatt"
columns={[ columns={[
{ {
title: "Products", title: "Products", items: [
items: [
{ {
label: "Cashews", label: "Cashews", href: "/shop#cashews"},
href: "/shop#cashews",
},
{ {
label: "Almonds", label: "Almonds", href: "/shop#almonds"},
href: "/shop#almonds",
},
{ {
label: "Pistachios", label: "Pistachios", href: "/shop#pistachios"},
href: "/shop#pistachios",
},
{ {
label: "Raisins", label: "Raisins", href: "/shop#raisins"},
href: "/shop#raisins",
},
{ {
label: "Dates", label: "Dates", href: "/shop#dates"},
href: "/shop#dates",
},
{ {
label: "Dried Fruits", label: "Dried Fruits", href: "/shop#dried-fruits"},
href: "/shop#dried-fruits",
},
{ {
label: "Seeds", label: "Seeds", href: "/shop#seeds"},
href: "/shop#seeds",
},
{ {
label: "Mixed Nuts & Seeds", label: "Mixed Nuts & Seeds", href: "/shop#mixed"},
href: "/shop#mixed",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "Blog", label: "Blog", href: "/blog"},
href: "/blog",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Customer Service", title: "Customer Service", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "/faq"},
href: "/faq",
},
{ {
label: "Track Order", label: "Track Order", href: "/track-order"},
href: "/track-order",
},
{ {
label: "Returns & Refunds", label: "Returns & Refunds", href: "/refund-policy"},
href: "/refund-policy",
},
{ {
label: "WhatsApp Support", label: "WhatsApp Support", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "/privacy-policy"},
href: "/privacy-policy",
},
{ {
label: "Shipping Policy", label: "Shipping Policy", href: "/shipping-policy"},
href: "/shipping-policy",
},
{ {
label: "Refund Policy", label: "Refund Policy", href: "/refund-policy"},
href: "/refund-policy",
},
{ {
label: "Terms & Conditions", label: "Terms & Conditions", href: "/terms-conditions"},
href: "/terms-conditions",
},
], ],
}, },
]} ]}
@@ -211,4 +145,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -38,6 +38,8 @@ export default function LandingPage() {
name: "Blog", id: "/blog"}, name: "Blog", id: "/blog"},
{ {
name: "FAQ", id: "/faq"}, name: "FAQ", id: "/faq"},
{
name: "Reviews", id: "/reviews"},
]} ]}
brandName="Nutkhatt" brandName="Nutkhatt"
/> />
@@ -172,4 +174,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -26,29 +26,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Shop", name: "Shop", id: "/shop"},
id: "/shop",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "FAQ", name: "FAQ", id: "/faq"},
id: "/faq", {
}, name: "Reviews", id: "/reviews"},
]} ]}
brandName="Nutkhatt" brandName="Nutkhatt"
/> />
@@ -61,27 +51,16 @@ export default function LandingPage() {
description="Have questions, feedback, or need assistance? Our dedicated support team is here to provide you with a seamless experience. Reach out anytime!" description="Have questions, feedback, or need assistance? Our dedicated support team is here to provide you with a seamless experience. Reach out anytime!"
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
type: "tel",
placeholder: "Phone Number (Optional)",
},
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Your Message", rows: 5,
placeholder: "Your Message",
rows: 5,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg" imageSrc="http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg"
@@ -97,20 +76,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "confaq1", id: "confaq1", title: "What are your support hours?", content: "Our customer support team is available Monday to Friday, 9:00 AM to 6:00 PM IST."},
title: "What are your support hours?",
content: "Our customer support team is available Monday to Friday, 9:00 AM to 6:00 PM IST.",
},
{ {
id: "confaq2", id: "confaq2", title: "How long does it take to get a response?", content: "We strive to respond to all inquiries within 24-48 business hours."},
title: "How long does it take to get a response?",
content: "We strive to respond to all inquiries within 24-48 business hours.",
},
{ {
id: "confaq3", id: "confaq3", title: "Can I get assistance via WhatsApp?", content: "Yes, we offer dedicated WhatsApp support for quick queries and order updates. Find the link on our Contact Us page."},
title: "Can I get assistance via WhatsApp?",
content: "Yes, we offer dedicated WhatsApp support for quick queries and order updates. Find the link on our Contact Us page.",
},
]} ]}
sideTitle="Contact Support FAQs" sideTitle="Contact Support FAQs"
sideDescription="Quick answers for common contact-related inquiries." sideDescription="Quick answers for common contact-related inquiries."
@@ -125,103 +95,59 @@ export default function LandingPage() {
logoText="Nutkhatt" logoText="Nutkhatt"
columns={[ columns={[
{ {
title: "Products", title: "Products", items: [
items: [
{ {
label: "Cashews", label: "Cashews", href: "/shop#cashews"},
href: "/shop#cashews",
},
{ {
label: "Almonds", label: "Almonds", href: "/shop#almonds"},
href: "/shop#almonds",
},
{ {
label: "Pistachios", label: "Pistachios", href: "/shop#pistachios"},
href: "/shop#pistachios",
},
{ {
label: "Raisins", label: "Raisins", href: "/shop#raisins"},
href: "/shop#raisins",
},
{ {
label: "Dates", label: "Dates", href: "/shop#dates"},
href: "/shop#dates",
},
{ {
label: "Dried Fruits", label: "Dried Fruits", href: "/shop#dried-fruits"},
href: "/shop#dried-fruits",
},
{ {
label: "Seeds", label: "Seeds", href: "/shop#seeds"},
href: "/shop#seeds",
},
{ {
label: "Mixed Nuts & Seeds", label: "Mixed Nuts & Seeds", href: "/shop#mixed"},
href: "/shop#mixed",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "Blog", label: "Blog", href: "/blog"},
href: "/blog",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Customer Service", title: "Customer Service", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "/faq"},
href: "/faq",
},
{ {
label: "Track Order", label: "Track Order", href: "/track-order"},
href: "/track-order",
},
{ {
label: "Returns & Refunds", label: "Returns & Refunds", href: "/refund-policy"},
href: "/refund-policy",
},
{ {
label: "WhatsApp Support", label: "WhatsApp Support", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "/privacy-policy"},
href: "/privacy-policy",
},
{ {
label: "Shipping Policy", label: "Shipping Policy", href: "/shipping-policy"},
href: "/shipping-policy",
},
{ {
label: "Refund Policy", label: "Refund Policy", href: "/refund-policy"},
href: "/refund-policy",
},
{ {
label: "Terms & Conditions", label: "Terms & Conditions", href: "/terms-conditions"},
href: "/terms-conditions",
},
], ],
}, },
]} ]}
@@ -231,4 +157,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -26,29 +26,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Shop", name: "Shop", id: "/shop"},
id: "/shop",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "FAQ", name: "FAQ", id: "/faq"},
id: "/faq", {
}, name: "Reviews", id: "#reviews"},
]} ]}
brandName="Nutkhatt" brandName="Nutkhatt"
/> />
@@ -59,35 +49,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faqpage1", id: "faqpage1", title: "What makes Nutkhatt dry fruits premium?", content: "Our dry fruits are sourced from top global origins, undergo stringent quality checks, and are packed using advanced, hygienic processes to preserve their natural goodness and flavor."},
title: "What makes Nutkhatt dry fruits premium?",
content: "Our dry fruits are sourced from top global origins, undergo stringent quality checks, and are packed using advanced, hygienic processes to preserve their natural goodness and flavor.",
},
{ {
id: "faqpage2", id: "faqpage2", title: "How should I store my dry fruits?", content: "For optimal freshness, store dry fruits in an airtight container in a cool, dry place away from direct sunlight. Refrigeration can extend their shelf life."},
title: "How should I store my dry fruits?",
content: "For optimal freshness, store dry fruits in an airtight container in a cool, dry place away from direct sunlight. Refrigeration can extend their shelf life.",
},
{ {
id: "faqpage3", id: "faqpage3", title: "Do you use any preservatives or artificial flavors?", content: "No, Nutkhatt dry fruits are 100% natural, free from artificial preservatives, colors, and flavors, ensuring pure and unadulterated taste."},
title: "Do you use any preservatives or artificial flavors?",
content: "No, Nutkhatt dry fruits are 100% natural, free from artificial preservatives, colors, and flavors, ensuring pure and unadulterated taste.",
},
{ {
id: "faqpage4", id: "faqpage4", title: "What is your return/refund policy?", content: "We offer a hassle-free return and refund policy for damaged or incorrect orders. Please refer to our detailed Refund Policy page for more information."},
title: "What is your return/refund policy?",
content: "We offer a hassle-free return and refund policy for damaged or incorrect orders. Please refer to our detailed Refund Policy page for more information.",
},
{ {
id: "faqpage5", id: "faqpage5", title: "Can I place bulk orders?", content: "Yes, we cater to bulk orders for events, corporate gifting, or wholesale. Please contact our sales team for custom quotes and arrangements."},
title: "Can I place bulk orders?",
content: "Yes, we cater to bulk orders for events, corporate gifting, or wholesale. Please contact our sales team for custom quotes and arrangements.",
},
{ {
id: "faqpage6", id: "faqpage6", title: "Are your products gluten-free and vegan?", content: "Most of our dry fruits are naturally gluten-free and vegan. Please check individual product descriptions for specific dietary information."},
title: "Are your products gluten-free and vegan?",
content: "Most of our dry fruits are naturally gluten-free and vegan. Please check individual product descriptions for specific dietary information.",
},
]} ]}
sideTitle="Your Comprehensive Guide to Nutkhatt" sideTitle="Your Comprehensive Guide to Nutkhatt"
sideDescription="Everything you need to know about our products, services, and policies. If your question isn't here, please reach out!" sideDescription="Everything you need to know about our products, services, and policies. If your question isn't here, please reach out!"
@@ -104,22 +76,14 @@ export default function LandingPage() {
description="Our customer support team is ready to assist you. Send us your query, and we'll get back to you promptly." description="Our customer support team is ready to assist you. Send us your query, and we'll get back to you promptly."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "question", name: "question", placeholder: "Your Question", rows: 4,
placeholder: "Your Question",
rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2148781042.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2148781042.jpg"
@@ -135,103 +99,59 @@ export default function LandingPage() {
logoText="Nutkhatt" logoText="Nutkhatt"
columns={[ columns={[
{ {
title: "Products", title: "Products", items: [
items: [
{ {
label: "Cashews", label: "Cashews", href: "/shop#cashews"},
href: "/shop#cashews",
},
{ {
label: "Almonds", label: "Almonds", href: "/shop#almonds"},
href: "/shop#almonds",
},
{ {
label: "Pistachios", label: "Pistachios", href: "/shop#pistachios"},
href: "/shop#pistachios",
},
{ {
label: "Raisins", label: "Raisins", href: "/shop#raisins"},
href: "/shop#raisins",
},
{ {
label: "Dates", label: "Dates", href: "/shop#dates"},
href: "/shop#dates",
},
{ {
label: "Dried Fruits", label: "Dried Fruits", href: "/shop#dried-fruits"},
href: "/shop#dried-fruits",
},
{ {
label: "Seeds", label: "Seeds", href: "/shop#seeds"},
href: "/shop#seeds",
},
{ {
label: "Mixed Nuts & Seeds", label: "Mixed Nuts & Seeds", href: "/shop#mixed"},
href: "/shop#mixed",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "Blog", label: "Blog", href: "/blog"},
href: "/blog",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Customer Service", title: "Customer Service", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "/faq"},
href: "/faq",
},
{ {
label: "Track Order", label: "Track Order", href: "/track-order"},
href: "/track-order",
},
{ {
label: "Returns & Refunds", label: "Returns & Refunds", href: "/refund-policy"},
href: "/refund-policy",
},
{ {
label: "WhatsApp Support", label: "WhatsApp Support", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "/privacy-policy"},
href: "/privacy-policy",
},
{ {
label: "Shipping Policy", label: "Shipping Policy", href: "/shipping-policy"},
href: "/shipping-policy",
},
{ {
label: "Refund Policy", label: "Refund Policy", href: "/refund-policy"},
href: "/refund-policy",
},
{ {
label: "Terms & Conditions", label: "Terms & Conditions", href: "/terms-conditions"},
href: "/terms-conditions",
},
], ],
}, },
]} ]}
@@ -241,4 +161,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }