Update src/app/page.tsx
This commit is contained in:
303
src/app/page.tsx
303
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y68nrx"
|
||||
logoAlt="Kaani Organic Products Logo"
|
||||
@@ -69,53 +55,30 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Taste Nature's Best: Kaani Organic Products"
|
||||
description="Discover a world of wholesome, chemical-free organic foods and products, sourced directly from sustainable farms, delivered fresh to you."
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-item-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-spices-cut-yellow-bell-pepper-cauliflower-cut-red-cabbage-cut-green-tomatoes-wooden-table-stock-photo_140725-63060.jpg?_wi=1",
|
||||
imageAlt: "Assortment of organic fruits and vegetables",
|
||||
},
|
||||
id: "carousel-item-1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-spices-cut-yellow-bell-pepper-cauliflower-cut-red-cabbage-cut-green-tomatoes-wooden-table-stock-photo_140725-63060.jpg", imageAlt: "Assortment of organic fruits and vegetables"},
|
||||
{
|
||||
id: "carousel-item-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-cookies-with-sunflower-seed-linen-seed-sesame-seeds-top-view_114579-6985.jpg?_wi=1",
|
||||
imageAlt: "Variety of organic rice and millet grains",
|
||||
},
|
||||
id: "carousel-item-2", imageSrc: "http://img.b2bpic.net/free-photo/snack-cookies-with-sunflower-seed-linen-seed-sesame-seeds-top-view_114579-6985.jpg", imageAlt: "Variety of organic rice and millet grains"},
|
||||
{
|
||||
id: "carousel-item-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-honey-tasty-bread_23-2148371941.jpg?_wi=1",
|
||||
imageAlt: "Jar of pure organic honey with a wooden dipper",
|
||||
},
|
||||
id: "carousel-item-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-honey-tasty-bread_23-2148371941.jpg", imageAlt: "Jar of pure organic honey with a wooden dipper"},
|
||||
{
|
||||
id: "carousel-item-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-garlic-dill-green-onions-oil-bottle-turmeric-sea-salt-table_140725-147700.jpg",
|
||||
imageAlt: "Fresh organic herbs and spices",
|
||||
},
|
||||
id: "carousel-item-4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-garlic-dill-green-onions-oil-bottle-turmeric-sea-salt-table_140725-147700.jpg", imageAlt: "Fresh organic herbs and spices"},
|
||||
{
|
||||
id: "carousel-item-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-nuts-seeds-marble-background_114579-21193.jpg",
|
||||
imageAlt: "Bowl of organic nuts and seeds",
|
||||
},
|
||||
id: "carousel-item-5", imageSrc: "http://img.b2bpic.net/free-photo/plate-nuts-seeds-marble-background_114579-21193.jpg", imageAlt: "Bowl of organic nuts and seeds"},
|
||||
{
|
||||
id: "carousel-item-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-grassy-field-trees-distance-with-sun-shining-sky_181624-19020.jpg",
|
||||
imageAlt: "Lush green organic farm field at sunrise",
|
||||
},
|
||||
id: "carousel-item-6", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-grassy-field-trees-distance-with-sun-shining-sky_181624-19020.jpg", imageAlt: "Lush green organic farm field at sunrise"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -127,24 +90,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Nourishing Lives with Pure Organic Goodness",
|
||||
},
|
||||
type: "text", content: "Nourishing Lives with Pure Organic Goodness"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/stunning-shot-fresh-thick-grass-with-colors-twilight-sky_181624-43751.jpg",
|
||||
alt: "Farmer inspecting organic crops",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/stunning-shot-fresh-thick-grass-with-colors-twilight-sky_181624-43751.jpg", alt: "Farmer inspecting organic crops"},
|
||||
{
|
||||
type: "text",
|
||||
content: "From Our Farm to Your Table",
|
||||
},
|
||||
type: "text", content: "From Our Farm to Your Table"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More About Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
@@ -157,46 +111,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Uncompromised Quality Sourcing",
|
||||
description: "We meticulously select products from trusted organic farms, ensuring every item is free from chemicals and pesticides.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laboratory-samples-arrangement_23-2151134995.jpg",
|
||||
imageAlt: "Organic product quality inspection",
|
||||
},
|
||||
title: "Uncompromised Quality Sourcing", description: "We meticulously select products from trusted organic farms, ensuring every item is free from chemicals and pesticides.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laboratory-samples-arrangement_23-2151134995.jpg", imageAlt: "Organic product quality inspection"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delcious-yellow-vermicelli-with-vase-wheats_114579-33460.jpg",
|
||||
imageAlt: "Various organic rice and millet grains",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-spices-cut-yellow-bell-pepper-cauliflower-cut-red-cabbage-cut-green-tomatoes-wooden-table-stock-photo_140725-63060.jpg?_wi=2",
|
||||
imageAlt: "organic product quality inspection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delcious-yellow-vermicelli-with-vase-wheats_114579-33460.jpg", imageAlt: "Various organic rice and millet grains"}
|
||||
},
|
||||
{
|
||||
title: "Diverse & Wholesome Product Range",
|
||||
description: "Explore our extensive collection of organic rice varieties, millets, nuts, honey, and traditional Indian products.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fruit-arrangement-flat-lay_23-2148862638.jpg",
|
||||
imageAlt: "Organic honey and healthy nuts",
|
||||
},
|
||||
title: "Diverse & Wholesome Product Range", description: "Explore our extensive collection of organic rice varieties, millets, nuts, honey, and traditional Indian products.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fruit-arrangement-flat-lay_23-2148862638.jpg", imageAlt: "Organic honey and healthy nuts"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-through-window-shopping_329181-8073.jpg",
|
||||
imageAlt: "Happy customer at organic shop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-cookies-with-sunflower-seed-linen-seed-sesame-seeds-top-view_114579-6985.jpg?_wi=2",
|
||||
imageAlt: "organic product quality inspection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-through-window-shopping_329181-8073.jpg", imageAlt: "Happy customer at organic shop"}
|
||||
},
|
||||
{
|
||||
title: "Expert Guidance & Customer Satisfaction",
|
||||
description: "Our team offers well-explained information about our food, ensuring you make informed choices for a healthy lifestyle.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-small-pot_23-2148396831.jpg",
|
||||
imageAlt: "Organic farming expert advising",
|
||||
},
|
||||
title: "Expert Guidance & Customer Satisfaction", description: "Our team offers well-explained information about our food, ensuring you make informed choices for a healthy lifestyle.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-small-pot_23-2148396831.jpg", imageAlt: "Organic farming expert advising"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-kitchen-with-notebook-vegetables_169016-24198.jpg",
|
||||
imageAlt: "Healthy organic meal preparation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-honey-tasty-bread_23-2148371941.jpg?_wi=2",
|
||||
imageAlt: "organic product quality inspection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-kitchen-with-notebook-vegetables_169016-24198.jpg", imageAlt: "Healthy organic meal preparation"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -216,53 +146,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "rice-basmati",
|
||||
name: "Organic Basmati Rice",
|
||||
price: "₹199 / kg",
|
||||
variant: "Brown, Long Grain",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-spilled-from-bag_23-2147897531.jpg",
|
||||
imageAlt: "Bag of organic brown basmati rice",
|
||||
},
|
||||
id: "rice-basmati", name: "Organic Basmati Rice", price: "₹199 / kg", variant: "Brown, Long Grain", imageSrc: "http://img.b2bpic.net/free-photo/rice-spilled-from-bag_23-2147897531.jpg", imageAlt: "Bag of organic brown basmati rice"},
|
||||
{
|
||||
id: "millet-foxtail",
|
||||
name: "Organic Foxtail Millet",
|
||||
price: "₹99 / 500g",
|
||||
variant: "Gluten-Free, Nutrient-Rich",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-buckwheat-glass-jar-table-with-sketchbook_141793-6975.jpg",
|
||||
imageAlt: "Bowl of organic foxtail millet grains",
|
||||
},
|
||||
id: "millet-foxtail", name: "Organic Foxtail Millet", price: "₹99 / 500g", variant: "Gluten-Free, Nutrient-Rich", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-buckwheat-glass-jar-table-with-sketchbook_141793-6975.jpg", imageAlt: "Bowl of organic foxtail millet grains"},
|
||||
{
|
||||
id: "honey-multifloral",
|
||||
name: "Organic Multi-Floral Honey",
|
||||
price: "₹349 / 500g",
|
||||
variant: "Raw, Unfiltered",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-bee-nature_23-2151176578.jpg",
|
||||
imageAlt: "Jar of pure organic multi-floral honey",
|
||||
},
|
||||
id: "honey-multifloral", name: "Organic Multi-Floral Honey", price: "₹349 / 500g", variant: "Raw, Unfiltered", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-bee-nature_23-2151176578.jpg", imageAlt: "Jar of pure organic multi-floral honey"},
|
||||
{
|
||||
id: "nuts-almonds",
|
||||
name: "Organic Almonds",
|
||||
price: "₹499 / 250g",
|
||||
variant: "Raw, Unsalted",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-walnuts-basket-plate-wooden-horizontal_176474-4289.jpg",
|
||||
imageAlt: "Pile of organic raw almonds",
|
||||
},
|
||||
id: "nuts-almonds", name: "Organic Almonds", price: "₹499 / 250g", variant: "Raw, Unsalted", imageSrc: "http://img.b2bpic.net/free-photo/top-view-walnuts-basket-plate-wooden-horizontal_176474-4289.jpg", imageAlt: "Pile of organic raw almonds"},
|
||||
{
|
||||
id: "spice-turmeric",
|
||||
name: "Organic Turmeric Powder",
|
||||
price: "₹129 / 100g",
|
||||
variant: "Pure, Sundried",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peppers-wooden-spoon-with-red-pepper-flakes-high-angle-view-wooden_176474-7468.jpg",
|
||||
imageAlt: "Jar of organic turmeric powder",
|
||||
},
|
||||
id: "spice-turmeric", name: "Organic Turmeric Powder", price: "₹129 / 100g", variant: "Pure, Sundried", imageSrc: "http://img.b2bpic.net/free-photo/peppers-wooden-spoon-with-red-pepper-flakes-high-angle-view-wooden_176474-7468.jpg", imageAlt: "Jar of organic turmeric powder"},
|
||||
{
|
||||
id: "sweetener-jaggery",
|
||||
name: "Organic Jaggery Powder",
|
||||
price: "₹159 / 500g",
|
||||
variant: "Natural, Unrefined",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-arrangement_23-2149161534.jpg",
|
||||
imageAlt: "Bag of organic jaggery powder",
|
||||
},
|
||||
id: "sweetener-jaggery", name: "Organic Jaggery Powder", price: "₹159 / 500g", variant: "Natural, Unrefined", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jaggery-still-life-arrangement_23-2149161534.jpg", imageAlt: "Bag of organic jaggery powder"},
|
||||
]}
|
||||
title="Explore Our Bountiful Harvest"
|
||||
description="From staple grains to sweet delights, find everything you need for a healthy, organic pantry."
|
||||
@@ -279,50 +173,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Nandha HC",
|
||||
handle: "@NandhaHC",
|
||||
testimonial: "The experience was very very very good and very much inspirational. Good products quality and well explanation about food.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-red-holding-bananas-fruits-store_627829-9465.jpg",
|
||||
imageAlt: "Nandha HC, a satisfied customer",
|
||||
},
|
||||
id: "1", name: "Nandha HC", handle: "@NandhaHC", testimonial: "The experience was very very very good and very much inspirational. Good products quality and well explanation about food.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-red-holding-bananas-fruits-store_627829-9465.jpg", imageAlt: "Nandha HC, a satisfied customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Suresh Ks",
|
||||
handle: "@SureshKs",
|
||||
testimonial: "I recently purchased a few items from this organic store, and I’m truly impressed. Good service and quality products, plus excellent customer satisfaction.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-community-action_23-2149232492.jpg",
|
||||
imageAlt: "Suresh Ks, a satisfied customer",
|
||||
},
|
||||
id: "2", name: "Suresh Ks", handle: "@SureshKs", testimonial: "I recently purchased a few items from this organic store, and I’m truly impressed. Good service and quality products, plus excellent customer satisfaction.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-community-action_23-2149232492.jpg", imageAlt: "Suresh Ks, a satisfied customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dhanameena janakiram",
|
||||
handle: "@DhanameenaJ",
|
||||
testimonial: "It is healthy and organic product, there is no chemical usage it fully natural and also it's very tasty.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_52683-88103.jpg",
|
||||
imageAlt: "Dhanameena janakiram, a satisfied customer",
|
||||
},
|
||||
id: "3", name: "Dhanameena janakiram", handle: "@DhanameenaJ", testimonial: "It is healthy and organic product, there is no chemical usage it fully natural and also it's very tasty.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_52683-88103.jpg", imageAlt: "Dhanameena janakiram, a satisfied customer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Sharma",
|
||||
handle: "@AnjaliS",
|
||||
testimonial: "The rice items, nuts, and honey are so good! All varieties are excellent. It's truly a pleasure to shop here for genuine organic products.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-kombucha-outdoors_23-2150553748.jpg",
|
||||
imageAlt: "Anjali Sharma, a satisfied customer",
|
||||
},
|
||||
id: "4", name: "Anjali Sharma", handle: "@AnjaliS", testimonial: "The rice items, nuts, and honey are so good! All varieties are excellent. It's truly a pleasure to shop here for genuine organic products.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-kombucha-outdoors_23-2150553748.jpg", imageAlt: "Anjali Sharma, a satisfied customer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@RajeshK",
|
||||
testimonial: "Kaani Organic has become my go-to for healthy living. Their millets are fresh, and the team always provides fantastic service with detailed product knowledge.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-fresh-fruits-inside-plates-white-background-ripe-healthy-life-color-diet-exotic_140725-98376.jpg",
|
||||
imageAlt: "Rajesh Kumar, a satisfied customer",
|
||||
},
|
||||
id: "5", name: "Rajesh Kumar", handle: "@RajeshK", testimonial: "Kaani Organic has become my go-to for healthy living. Their millets are fresh, and the team always provides fantastic service with detailed product knowledge.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-fresh-fruits-inside-plates-white-background-ripe-healthy-life-color-diet-exotic_140725-98376.jpg", imageAlt: "Rajesh Kumar, a satisfied customer"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Customers Say"
|
||||
@@ -337,14 +201,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"USDA Organic",
|
||||
"Ecocert",
|
||||
"Fairtrade International",
|
||||
"Organic India",
|
||||
"GOTS Certified",
|
||||
"IFOAM Organics",
|
||||
"Organic Standard",
|
||||
]}
|
||||
"USDA Organic", "Ecocert", "Fairtrade International", "Organic India", "GOTS Certified", "IFOAM Organics", "Organic Standard"]}
|
||||
title="Trusted by the Organic Community"
|
||||
description="Our commitment to organic standards is recognized and supported by leading certifications and industry partners."
|
||||
tagAnimation="none"
|
||||
@@ -360,25 +217,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What makes Kaani products organic?",
|
||||
content: "Our products are sourced from certified organic farms that follow strict agricultural practices, avoiding synthetic pesticides, fertilizers, and GMOs.",
|
||||
},
|
||||
id: "faq-1", title: "What makes Kaani products organic?", content: "Our products are sourced from certified organic farms that follow strict agricultural practices, avoiding synthetic pesticides, fertilizers, and GMOs."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Yes, we offer convenient home delivery services to ensure you receive fresh organic products right at your doorstep. In-store pick-up is also available.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer home delivery?", content: "Yes, we offer convenient home delivery services to ensure you receive fresh organic products right at your doorstep. In-store pick-up is also available."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I visit your farm or store?",
|
||||
content: "Our main store is located at 152-A, Kumaran Street Thara Mahal, nearby Palladam Road, Pollachi. We welcome visitors during our operating hours. Farm visits can be arranged by appointment.",
|
||||
},
|
||||
id: "faq-3", title: "Can I visit your farm or store?", content: "Our main store is located at 152-A, Kumaran Street Thara Mahal, nearby Palladam Road, Pollachi. We welcome visitors during our operating hours. Farm visits can be arranged by appointment."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Are your products truly chemical-free?",
|
||||
content: "Absolutely. We are committed to providing 100% natural and chemical-free products. Our sourcing and quality control processes ensure purity from farm to consumer.",
|
||||
},
|
||||
id: "faq-4", title: "Are your products truly chemical-free?", content: "Absolutely. We are committed to providing 100% natural and chemical-free products. Our sourcing and quality control processes ensure purity from farm to consumer."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to common questions about our products, services, and organic practices."
|
||||
@@ -393,8 +238,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Our Store or Drop a Message"
|
||||
description="We're here to help you with all your organic needs. Contact us for inquiries, orders, or just to say hello!"
|
||||
@@ -415,54 +259,33 @@ export default function LandingPage() {
|
||||
logoText="Kaani Organic Products"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Rice & Grains",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Rice & Grains", href: "#products"},
|
||||
{
|
||||
label: "Millets",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Millets", href: "#products"},
|
||||
{
|
||||
label: "Honey & Sweeteners",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Honey & Sweeteners", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Certifications",
|
||||
href: "#social-proof",
|
||||
},
|
||||
label: "Certifications", href: "#social-proof"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user