Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
398
src/app/page.tsx
398
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Ruji Pickles"
|
||||
/>
|
||||
@@ -66,106 +54,61 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience the Authentic Taste of Ruji Pickles"
|
||||
description="Handcrafted with generational recipes and the freshest ingredients, our pickles bring a burst of traditional flavor to your table. Taste the legacy, savor the spice."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "@spicymoments",
|
||||
testimonial: "Ruji Pickles are an absolute delight! The flavor is so authentic, just like my grandmother used to make. Highly recommend the Mango Pickle!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smelling-potato_23-2148899063.jpg",
|
||||
},
|
||||
name: "Priya Sharma", handle: "@spicymoments", testimonial: "Ruji Pickles are an absolute delight! The flavor is so authentic, just like my grandmother used to make. Highly recommend the Mango Pickle!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smelling-potato_23-2148899063.jpg"},
|
||||
{
|
||||
name: "Rahul Singh",
|
||||
handle: "@foodieguru",
|
||||
testimonial: "I've tried many pickles, but Ruji's are unmatched. The perfect balance of spice and tang. My favorite is the Mixed Vegetable Pickle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-recommending-cakes_1163-1356.jpg",
|
||||
},
|
||||
name: "Rahul Singh", handle: "@foodieguru", testimonial: "I've tried many pickles, but Ruji's are unmatched. The perfect balance of spice and tang. My favorite is the Mixed Vegetable Pickle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-recommending-cakes_1163-1356.jpg"},
|
||||
{
|
||||
name: "Anjali Mehta",
|
||||
handle: "@homestylecook",
|
||||
testimonial: "These pickles take me back to my childhood. The quality and taste are consistently excellent. A must-have in every Indian pantry!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515903.jpg",
|
||||
},
|
||||
name: "Anjali Mehta", handle: "@homestylecook", testimonial: "These pickles take me back to my childhood. The quality and taste are consistently excellent. A must-have in every Indian pantry!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515903.jpg"},
|
||||
{
|
||||
name: "Suresh Kumar",
|
||||
handle: "@traditionallover",
|
||||
testimonial: "Finally found pickles that taste genuinely homemade. The Garlic Pickle has an incredible aroma and bite. Ruji Pickles is my new go-to!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663866.jpg",
|
||||
},
|
||||
name: "Suresh Kumar", handle: "@traditionallover", testimonial: "Finally found pickles that taste genuinely homemade. The Garlic Pickle has an incredible aroma and bite. Ruji Pickles is my new go-to!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663866.jpg"},
|
||||
{
|
||||
name: "Deepa Rao",
|
||||
handle: "@spiceadventures",
|
||||
testimonial: "The Lemon Pickle is absolutely divine – zesty, spicy, and perfectly cured. Ruji Pickles has mastered the art of pickle making!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-male-chef-smelling-tasty-soup-ladle_23-2147863710.jpg",
|
||||
},
|
||||
name: "Deepa Rao", handle: "@spiceadventures", testimonial: "The Lemon Pickle is absolutely divine – zesty, spicy, and perfectly cured. Ruji Pickles has mastered the art of pickle making!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-male-chef-smelling-tasty-soup-ladle_23-2147863710.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543781.jpg",
|
||||
alt: "Priya Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543781.jpg", alt: "Priya Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-food_23-2149461768.jpg",
|
||||
alt: "Rahul Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-food_23-2149461768.jpg", alt: "Rahul Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-female-with-curly-bushy-hairstyle-shares-media-social-networks-uses-free-internet-connection-chating-with-friends-listening-favourite-music-headphones-leisure-concept_273609-2467.jpg",
|
||||
alt: "Anjali Mehta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-female-with-curly-bushy-hairstyle-shares-media-social-networks-uses-free-internet-connection-chating-with-friends-listening-favourite-music-headphones-leisure-concept_273609-2467.jpg", alt: "Anjali Mehta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/looking-side-middle-aged-male-cook-chef-uniform-holding-saucepan-points-finger-up-isolated-pink-wall_141793-36833.jpg",
|
||||
alt: "Suresh Kumar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/looking-side-middle-aged-male-cook-chef-uniform-holding-saucepan-points-finger-up-isolated-pink-wall_141793-36833.jpg", alt: "Suresh Kumar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1349.jpg",
|
||||
alt: "Deepa Rao",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1349.jpg", alt: "Deepa Rao"},
|
||||
]}
|
||||
avatarText="Join 10,000+ happy customers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pickled-red-peppers-mushrooms-glass-jar-marble-table-with-bowl-pickled-tomatoes_114579-14343.jpg"
|
||||
imageAlt="Assortment of Ruji Pickles jars"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Spicy Mango Pickle",
|
||||
type: "text", text: "Spicy Mango Pickle"},
|
||||
{
|
||||
type: "text-icon", text: "Freshly Made Daily", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Made Daily",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Traditional Recipes", icon: Book,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Traditional Recipes",
|
||||
icon: Book,
|
||||
type: "text-icon", text: "Delivered to Your Door", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Delivered to Your Door",
|
||||
icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Customer Favorites",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Customer Favorites", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -178,17 +121,11 @@ export default function LandingPage() {
|
||||
description="Ruji Pickles is more than just food; it's a legacy. Passed down through generations, our recipes use time-honored techniques and the finest, freshest ingredients to create an unforgettable taste. We believe in preserving tradition, one delicious jar at a time."
|
||||
metrics={[
|
||||
{
|
||||
value: "3+",
|
||||
title: "Generations of Expertise",
|
||||
},
|
||||
value: "3+", title: "Generations of Expertise"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Natural Ingredients",
|
||||
},
|
||||
value: "100%", title: "Natural Ingredients"},
|
||||
{
|
||||
value: "15+",
|
||||
title: "Unique Pickle Varieties",
|
||||
},
|
||||
value: "15+", title: "Unique Pickle Varieties"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-female-hands-cutting-fresh-soft-persimmon-wooden-kitchen-board-with-knife-wooden-surface_141793-80585.jpg"
|
||||
imageAlt="Traditional Indian kitchen preparing pickles"
|
||||
@@ -206,29 +143,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Spice Blends",
|
||||
description: "Our unique blend of aromatic spices is roasted and ground fresh, bringing out the rich, traditional flavors that define Ruji Pickles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spices-composition_23-2147684885.jpg",
|
||||
imageAlt: "Assorted Indian spices for pickle",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-seeds-concept_23-2148578406.jpg",
|
||||
buttonText: "Discover More",
|
||||
},
|
||||
title: "Authentic Spice Blends", description: "Our unique blend of aromatic spices is roasted and ground fresh, bringing out the rich, traditional flavors that define Ruji Pickles.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spices-composition_23-2147684885.jpg", imageAlt: "Assorted Indian spices for pickle", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-seeds-concept_23-2148578406.jpg", buttonText: "Discover More"},
|
||||
{
|
||||
title: "Farm-Fresh Ingredients",
|
||||
description: "We source only the freshest fruits and vegetables directly from local farms, ensuring every pickle jar is packed with natural goodness and vibrant taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-black-eyed-peas-spices-small-bowls-cut-vegetables-tomatoes-white-table_140725-146061.jpg",
|
||||
imageAlt: "Fresh mangoes and chilies for pickles",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-different-ingredients-salads_23-2148537180.jpg",
|
||||
buttonText: "Our Ingredients",
|
||||
},
|
||||
title: "Farm-Fresh Ingredients", description: "We source only the freshest fruits and vegetables directly from local farms, ensuring every pickle jar is packed with natural goodness and vibrant taste.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-black-eyed-peas-spices-small-bowls-cut-vegetables-tomatoes-white-table_140725-146061.jpg", imageAlt: "Fresh mangoes and chilies for pickles", titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-different-ingredients-salads_23-2148537180.jpg", buttonText: "Our Ingredients"},
|
||||
{
|
||||
title: "Traditional Craftsmanship",
|
||||
description: "Each batch of Ruji Pickles is lovingly handmade using time-honored methods, slow-cured to perfection, just as our ancestors intended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shabzi-made-from-meat-with-greens_140725-3005.jpg",
|
||||
imageAlt: "Hands preparing pickles in traditional pot",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/wood-utensils_74190-7689.jpg",
|
||||
buttonText: "See Process",
|
||||
},
|
||||
title: "Traditional Craftsmanship", description: "Each batch of Ruji Pickles is lovingly handmade using time-honored methods, slow-cured to perfection, just as our ancestors intended.", imageSrc: "http://img.b2bpic.net/free-photo/shabzi-made-from-meat-with-greens_140725-3005.jpg", imageAlt: "Hands preparing pickles in traditional pot", titleImageSrc: "http://img.b2bpic.net/free-photo/wood-utensils_74190-7689.jpg", buttonText: "See Process"},
|
||||
]}
|
||||
title="Our Secret to Irresistible Pickles"
|
||||
description="Experience the difference that comes from passion, purity, and perfect preparation."
|
||||
@@ -244,47 +163,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "mango-pickle",
|
||||
name: "Spicy Mango Pickle",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168869.jpg",
|
||||
imageAlt: "Jar of Spicy Mango Pickle",
|
||||
},
|
||||
id: "mango-pickle", name: "Spicy Mango Pickle", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168869.jpg", imageAlt: "Jar of Spicy Mango Pickle"},
|
||||
{
|
||||
id: "mixed-pickle",
|
||||
name: "Mixed Vegetable Pickle",
|
||||
price: "$10.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pickled-cucumbers-with-pepper-corns-fresh-garlic_2831-8376.jpg",
|
||||
imageAlt: "Jar of Mixed Vegetable Pickle",
|
||||
},
|
||||
id: "mixed-pickle", name: "Mixed Vegetable Pickle", price: "$10.49", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pickled-cucumbers-with-pepper-corns-fresh-garlic_2831-8376.jpg", imageAlt: "Jar of Mixed Vegetable Pickle"},
|
||||
{
|
||||
id: "chilli-pickle",
|
||||
name: "Hot Chilli Pickle",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-pickle-jar-pickle-jar_114579-88577.jpg",
|
||||
imageAlt: "Jar of Hot Chilli Pickle",
|
||||
},
|
||||
id: "chilli-pickle", name: "Hot Chilli Pickle", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/opened-pickle-jar-pickle-jar_114579-88577.jpg", imageAlt: "Jar of Hot Chilli Pickle"},
|
||||
{
|
||||
id: "garlic-pickle",
|
||||
name: "Zesty Garlic Pickle",
|
||||
price: "$9.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fermented-garlic-sticks-platter_114579-51418.jpg",
|
||||
imageAlt: "Jar of Zesty Garlic Pickle",
|
||||
},
|
||||
id: "garlic-pickle", name: "Zesty Garlic Pickle", price: "$9.49", imageSrc: "http://img.b2bpic.net/free-photo/fermented-garlic-sticks-platter_114579-51418.jpg", imageAlt: "Jar of Zesty Garlic Pickle"},
|
||||
{
|
||||
id: "lemon-pickle",
|
||||
name: "Tangy Lemon Pickle",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-lemon-juice-with-lemons-wooden-crate-leaves-wooden-white-surface-vertical-space-text_176474-14145.jpg",
|
||||
imageAlt: "Jar of Tangy Lemon Pickle",
|
||||
},
|
||||
id: "lemon-pickle", name: "Tangy Lemon Pickle", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lemon-juice-with-lemons-wooden-crate-leaves-wooden-white-surface-vertical-space-text_176474-14145.jpg", imageAlt: "Jar of Tangy Lemon Pickle"},
|
||||
{
|
||||
id: "ginger-pickle",
|
||||
name: "Fiery Ginger Pickle",
|
||||
price: "$9.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-organic-medicinal-spices-herbs_23-2148776475.jpg",
|
||||
imageAlt: "Jar of Fiery Ginger Pickle",
|
||||
},
|
||||
id: "ginger-pickle", name: "Fiery Ginger Pickle", price: "$9.49", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-organic-medicinal-spices-herbs_23-2148776475.jpg", imageAlt: "Jar of Fiery Ginger Pickle"},
|
||||
]}
|
||||
title="Our Delicious Pickle Varieties"
|
||||
description="Explore our range of handcrafted pickles, each bursting with authentic Indian flavors."
|
||||
@@ -298,53 +187,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "single-jar",
|
||||
title: "Single Jar Bliss",
|
||||
price: "$9.99",
|
||||
period: "per jar",
|
||||
features: [
|
||||
"Choose any 1 pickle variety",
|
||||
"Perfect for trying out",
|
||||
"Taste the authentic flavor",
|
||||
],
|
||||
id: "single-jar", title: "Single Jar Bliss", price: "$9.99", period: "per jar", features: [
|
||||
"Choose any 1 pickle variety", "Perfect for trying out", "Taste the authentic flavor"],
|
||||
button: {
|
||||
text: "Add to Cart",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-waitress-putting-plate-with-tartines-table_23-2147830517.jpg",
|
||||
imageAlt: "Single pickle jar",
|
||||
},
|
||||
text: "Add to Cart"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-waitress-putting-plate-with-tartines-table_23-2147830517.jpg", imageAlt: "Single pickle jar"},
|
||||
{
|
||||
id: "family-pack",
|
||||
title: "Family Favorite Pack",
|
||||
price: "$28.99",
|
||||
period: "for 3 jars",
|
||||
features: [
|
||||
"Choose any 3 pickle varieties",
|
||||
"Great for family meals",
|
||||
"Save on bulk purchase",
|
||||
],
|
||||
id: "family-pack", title: "Family Favorite Pack", price: "$28.99", period: "for 3 jars", features: [
|
||||
"Choose any 3 pickle varieties", "Great for family meals", "Save on bulk purchase"],
|
||||
button: {
|
||||
text: "Buy Pack",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pickled-cucumbers-glass-jars-blue_114579-15503.jpg",
|
||||
imageAlt: "Three pickle jars in a pack",
|
||||
},
|
||||
text: "Buy Pack"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pickled-cucumbers-glass-jars-blue_114579-15503.jpg", imageAlt: "Three pickle jars in a pack"},
|
||||
{
|
||||
id: "subscription-box",
|
||||
title: "Monthly Pickle Box",
|
||||
price: "$19.99",
|
||||
period: "/month",
|
||||
features: [
|
||||
"2 unique pickles every month",
|
||||
"Discover new flavors",
|
||||
"Free shipping",
|
||||
],
|
||||
id: "subscription-box", title: "Monthly Pickle Box", price: "$19.99", period: "/month", features: [
|
||||
"2 unique pickles every month", "Discover new flavors", "Free shipping"],
|
||||
button: {
|
||||
text: "Subscribe Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-pickled-vegetables-white-plate-with-tablecloth_114579-15509.jpg",
|
||||
imageAlt: "Subscription box with two pickle jars",
|
||||
},
|
||||
text: "Subscribe Now"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-pickled-vegetables-white-plate-with-tablecloth_114579-15509.jpg", imageAlt: "Subscription box with two pickle jars"},
|
||||
]}
|
||||
title="Choose Your Pickle Experience"
|
||||
description="Find the perfect Ruji Pickles package that fits your taste and needs."
|
||||
@@ -357,65 +216,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
date: "May 20, 2024",
|
||||
title: "Authenticity in Every Bite!",
|
||||
quote: "Ruji Pickles are an absolute delight! The flavor is so authentic, just like my grandmother used to make. Highly recommend the Mango Pickle. It's truly a taste of home.",
|
||||
tag: "Mango Pickle Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-puts-honey-her-bread-traditional-breakfast-setup_140725-10826.jpg",
|
||||
avatarAlt: "Priya Sharma avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-ethnic-woman-enjoys-applying-face-mask-isolated_273609-34934.jpg",
|
||||
imageAlt: "Woman happily tasting Ruji Mango Pickle",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", date: "May 20, 2024", title: "Authenticity in Every Bite!", quote: "Ruji Pickles are an absolute delight! The flavor is so authentic, just like my grandmother used to make. Highly recommend the Mango Pickle. It's truly a taste of home.", tag: "Mango Pickle Lover", avatarSrc: "http://img.b2bpic.net/free-photo/woman-puts-honey-her-bread-traditional-breakfast-setup_140725-10826.jpg", avatarAlt: "Priya Sharma avatar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-ethnic-woman-enjoys-applying-face-mask-isolated_273609-34934.jpg", imageAlt: "Woman happily tasting Ruji Mango Pickle"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Singh",
|
||||
date: "April 12, 2024",
|
||||
title: "Unmatched Quality and Taste",
|
||||
quote: "I've tried many pickles, but Ruji's are unmatched. The perfect balance of spice and tang. My favorite is the Mixed Vegetable Pickle, it pairs perfectly with any meal.",
|
||||
tag: "Pickle Connoisseur",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-eating-checking-his-smartphone_23-2149409591.jpg",
|
||||
avatarAlt: "Rahul Singh avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist-with-special-things-rituals_1157-41085.jpg",
|
||||
imageAlt: "Man enjoying Ruji Mixed Vegetable Pickle with meal",
|
||||
},
|
||||
id: "2", name: "Rahul Singh", date: "April 12, 2024", title: "Unmatched Quality and Taste", quote: "I've tried many pickles, but Ruji's are unmatched. The perfect balance of spice and tang. My favorite is the Mixed Vegetable Pickle, it pairs perfectly with any meal.", tag: "Pickle Connoisseur", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-eating-checking-his-smartphone_23-2149409591.jpg", avatarAlt: "Rahul Singh avatar", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist-with-special-things-rituals_1157-41085.jpg", imageAlt: "Man enjoying Ruji Mixed Vegetable Pickle with meal"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Mehta",
|
||||
date: "March 28, 2024",
|
||||
title: "A True Taste of Childhood",
|
||||
quote: "These pickles take me back to my childhood. The quality and taste are consistently excellent. A must-have in every Indian pantry, bringing back nostalgic memories.",
|
||||
tag: "Nostalgia Seeker",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-making-healthy-food-frying-pan_291650-891.jpg",
|
||||
avatarAlt: "Anjali Mehta avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-holding-dried-bananas_23-2148648971.jpg",
|
||||
imageAlt: "Woman smiling with a jar of Ruji Pickles",
|
||||
},
|
||||
id: "3", name: "Anjali Mehta", date: "March 28, 2024", title: "A True Taste of Childhood", quote: "These pickles take me back to my childhood. The quality and taste are consistently excellent. A must-have in every Indian pantry, bringing back nostalgic memories.", tag: "Nostalgia Seeker", avatarSrc: "http://img.b2bpic.net/free-photo/woman-making-healthy-food-frying-pan_291650-891.jpg", avatarAlt: "Anjali Mehta avatar", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-holding-dried-bananas_23-2148648971.jpg", imageAlt: "Woman smiling with a jar of Ruji Pickles"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Suresh Kumar",
|
||||
date: "February 15, 2024",
|
||||
title: "Incredible Aroma and Bite!",
|
||||
quote: "Finally found pickles that taste genuinely homemade. The Garlic Pickle has an incredible aroma and bite, enhancing every dish. Ruji Pickles is my new go-to!",
|
||||
tag: "Garlic Pickle Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-outdoors-garden-celebration-senior-birthday-party_23-2150657126.jpg",
|
||||
avatarAlt: "Suresh Kumar avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-lunch-together-dining-room-focus-is-senior-man_637285-2866.jpg",
|
||||
imageAlt: "Man happily eating Ruji Garlic Pickle",
|
||||
},
|
||||
id: "4", name: "Suresh Kumar", date: "February 15, 2024", title: "Incredible Aroma and Bite!", quote: "Finally found pickles that taste genuinely homemade. The Garlic Pickle has an incredible aroma and bite, enhancing every dish. Ruji Pickles is my new go-to!", tag: "Garlic Pickle Fan", avatarSrc: "http://img.b2bpic.net/free-photo/people-outdoors-garden-celebration-senior-birthday-party_23-2150657126.jpg", avatarAlt: "Suresh Kumar avatar", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-lunch-together-dining-room-focus-is-senior-man_637285-2866.jpg", imageAlt: "Man happily eating Ruji Garlic Pickle"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepa Rao",
|
||||
date: "January 05, 2024",
|
||||
title: "Masterpiece of Pickle Making",
|
||||
quote: "The Lemon Pickle is absolutely divine – zesty, spicy, and perfectly cured. Ruji Pickles has truly mastered the art of pickle making. A flavor explosion!",
|
||||
tag: "Lemon Pickle Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1369.jpg",
|
||||
avatarAlt: "Deepa Rao avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-cuts-ripe-red-tomatoes-summer-healthy-vegetable-salad-wooden-board-arranged-with-cucumber-lettuce-parsley-vertical-top-view-still-life-flat-lay-copy-space_639032-433.jpg",
|
||||
imageAlt: "Woman preparing a meal with Ruji Lemon Pickle",
|
||||
},
|
||||
id: "5", name: "Deepa Rao", date: "January 05, 2024", title: "Masterpiece of Pickle Making", quote: "The Lemon Pickle is absolutely divine – zesty, spicy, and perfectly cured. Ruji Pickles has truly mastered the art of pickle making. A flavor explosion!", tag: "Lemon Pickle Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1369.jpg", avatarAlt: "Deepa Rao avatar", imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-cuts-ripe-red-tomatoes-summer-healthy-vegetable-salad-wooden-board-arranged-with-cucumber-lettuce-parsley-vertical-top-view-still-life-flat-lay-copy-space_639032-433.jpg", imageAlt: "Woman preparing a meal with Ruji Lemon Pickle"},
|
||||
]}
|
||||
title="What Our Happy Customers Say"
|
||||
description="Don't just take our word for it – hear from our community of pickle lovers!"
|
||||
@@ -427,14 +236,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Taste of India Magazine",
|
||||
"Local Foodie Blog",
|
||||
"Gourmet Pantry Review",
|
||||
"Spice Route Diaries",
|
||||
"Culinary Craft Awards",
|
||||
"Heritage Food Network",
|
||||
"Artisan Bazaar Monthly",
|
||||
]}
|
||||
"Taste of India Magazine", "Local Foodie Blog", "Gourmet Pantry Review", "Spice Route Diaries", "Culinary Craft Awards", "Heritage Food Network", "Artisan Bazaar Monthly"]}
|
||||
title="As Seen In & Recognized By"
|
||||
description="Trusted by culinary experts and featured in leading food publications."
|
||||
/>
|
||||
@@ -446,30 +248,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your main ingredients?",
|
||||
content: "We use only fresh, locally sourced fruits and vegetables, premium quality spices, and traditional cold-pressed oils. Our recipes are free from artificial preservatives and colors.",
|
||||
},
|
||||
id: "faq-1", title: "What are your main ingredients?", content: "We use only fresh, locally sourced fruits and vegetables, premium quality spices, and traditional cold-pressed oils. Our recipes are free from artificial preservatives and colors."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How should I store Ruji Pickles?",
|
||||
content: "For best results, store Ruji Pickles in a cool, dry place away from direct sunlight. Once opened, refrigerate to maintain freshness and extend shelf life. Always use a dry spoon.",
|
||||
},
|
||||
id: "faq-2", title: "How should I store Ruji Pickles?", content: "For best results, store Ruji Pickles in a cool, dry place away from direct sunlight. Once opened, refrigerate to maintain freshness and extend shelf life. Always use a dry spoon."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Currently, we ship within India. We are working on expanding our reach for international deliveries. Please sign up for our newsletter for updates.",
|
||||
},
|
||||
id: "faq-3", title: "Do you offer international shipping?", content: "Currently, we ship within India. We are working on expanding our reach for international deliveries. Please sign up for our newsletter for updates."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Are your pickles vegetarian/vegan?",
|
||||
content: "Yes, all our Ruji Pickles varieties are 100% vegetarian and vegan-friendly, made with plant-based ingredients and no animal products.",
|
||||
},
|
||||
id: "faq-4", title: "Are your pickles vegetarian/vegan?", content: "Yes, all our Ruji Pickles varieties are 100% vegetarian and vegan-friendly, made with plant-based ingredients and no animal products."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What is the shelf life of your pickles?",
|
||||
content: "Our pickles have a shelf life of 12 months unopened. Once opened and refrigerated, they typically remain fresh and delicious for up to 3-6 months, provided proper storage.",
|
||||
},
|
||||
id: "faq-5", title: "What is the shelf life of your pickles?", content: "Our pickles have a shelf life of 12 months unopened. Once opened and refrigerated, they typically remain fresh and delicious for up to 3-6 months, provided proper storage."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/food-preservation-with-jars_23-2149239016.jpg"
|
||||
imageAlt="Jars of Ruji Pickles on a pantry shelf"
|
||||
@@ -488,28 +275,17 @@ export default function LandingPage() {
|
||||
description="Have a question about our products, a bulk order inquiry, or just want to share your feedback? We'd love to hear from you!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
required: true,
|
||||
name: "subject", type: "text", placeholder: "Subject", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-inquires-about-food-ethical-sourcing_482257-76734.jpg"
|
||||
@@ -528,49 +304,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Pickles",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Pickles", href: "#products"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Customer Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Customer Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Shipping Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Info", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user