From c03fc5c75d4bbc635e89aae7577bf15a55f7bb7d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 29 May 2026 08:30:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 257 ++++++++++------------------------------------- 1 file changed, 53 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ea08a9..164a8da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Book, Leaf, Heart, ChefHat } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,29 +32,17 @@ export default function LandingPage() { @@ -62,41 +51,26 @@ export default function LandingPage() {
@@ -132,7 +96,6 @@ export default function LandingPage() { useInvertedBackground={true} tag="Our Story" title="Our Legacy of Flavor: Crafting Pickles Since Generations" - description="At Vijaya Sadhana, we believe in preserving the authentic taste of India. Our pickles are made with time-honored family recipes, carefully selected spices, and fresh, locally sourced produce. Every jar is a testament to our dedication to quality and tradition, ensuring a burst of exquisite flavor with every bite." /> @@ -142,32 +105,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Authentic Recipes", - description: "Passed down through generations, our recipes capture the true essence of traditional Indian pickling.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-separating-egg-bowl_23-2148368201.jpg", - imageAlt: "hand preparing indian food traditional", - buttonIcon: "Book", + title: "Authentic Recipes", description: "Passed down through generations, our recipes capture the true essence of traditional Indian pickling.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-separating-egg-bowl_23-2148368201.jpg", imageAlt: "hand preparing indian food traditional", buttonIcon: Book, }, { - title: "Premium Ingredients", - description: "We meticulously select fresh, high-quality spices and produce to ensure unparalleled taste and aroma.", - imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20782.jpg", - imageAlt: "fresh indian spices vibrant", - buttonIcon: "Leaf", + title: "Premium Ingredients", description: "We meticulously select fresh, high-quality spices and produce to ensure unparalleled taste and aroma.", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20782.jpg", imageAlt: "fresh indian spices vibrant", buttonIcon: Leaf, }, { - title: "Handcrafted with Care", - description: "Each batch is lovingly prepared by hand, maintaining traditional methods for superior quality and flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-hands-holding-homemade-vegan-raw-plum-jam-glass-jar_181624-27828.jpg", - imageAlt: "hands filling pickle jars homemade", - buttonIcon: "Heart", + title: "Handcrafted with Care", description: "Each batch is lovingly prepared by hand, maintaining traditional methods for superior quality and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-hands-holding-homemade-vegan-raw-plum-jam-glass-jar_181624-27828.jpg", imageAlt: "hands filling pickle jars homemade", buttonIcon: Heart, }, { - title: "Diverse & Delicious Range", - description: "From fiery non-vegetarian to tangy vegetarian varieties, our selection caters to every palate.", - imageSrc: "http://img.b2bpic.net/free-photo/lunch-course-ingredients-displayed-marble-surface_114579-69875.jpg", - imageAlt: "variety of indian pickle bowls", - buttonIcon: "ChefHat", + title: "Diverse & Delicious Range", description: "From fiery non-vegetarian to tangy vegetarian varieties, our selection caters to every palate.", imageSrc: "http://img.b2bpic.net/free-photo/lunch-course-ingredients-displayed-marble-surface_114579-69875.jpg", imageAlt: "variety of indian pickle bowls", buttonIcon: ChefHat, }, ]} title="Why Choose Vijaya Sadhana Pickles?" @@ -181,54 +128,25 @@ export default function LandingPage() { textboxLayout="default" gridVariant="two-columns-alternating-heights" useInvertedBackground={true} + animationType="blur-reveal" products={[ { - id: "chicken-bone-pickle", - name: "Chicken Bone Pickle", - price: "₹500 / 500g", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-legs-with-spices-salt-ready-cooking_114579-44459.jpg", - imageAlt: "chicken bone pickle authentic", - rating: 5, + id: "chicken-bone-pickle", name: "Chicken Bone Pickle", price: "₹500 / 500g", imageSrc: "http://img.b2bpic.net/free-photo/chicken-legs-with-spices-salt-ready-cooking_114579-44459.jpg", imageAlt: "chicken bone pickle authentic", rating: 5, }, { - id: "mutton-boneless-pickle", - name: "Mutton Boneless Pickle", - price: "₹1300 / 500g", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-dish-appetizing-dish-green-beans-tomatoes-wooden-cutting-board-dark-table_140725-123521.jpg", - imageAlt: "mutton boneless pickle spicy", - rating: 5, + id: "mutton-boneless-pickle", name: "Mutton Boneless Pickle", price: "₹1300 / 500g", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-dish-appetizing-dish-green-beans-tomatoes-wooden-cutting-board-dark-table_140725-123521.jpg", imageAlt: "mutton boneless pickle spicy", rating: 5, }, { - id: "fish-pickle", - name: "Fish Pickle", - price: "₹500 / 500g", - imageSrc: "http://img.b2bpic.net/free-photo/pickled-vegetables-sauerkraut-wooden-board_114579-57668.jpg", - imageAlt: "fish pickle indian style", - rating: 5, + id: "fish-pickle", name: "Fish Pickle", price: "₹500 / 500g", imageSrc: "http://img.b2bpic.net/free-photo/pickled-vegetables-sauerkraut-wooden-board_114579-57668.jpg", imageAlt: "fish pickle indian style", rating: 5, }, { - id: "mango-avakaya-pickle", - name: "Mango (Avakaya) Pickle", - price: "₹400 / 500g", - imageSrc: "http://img.b2bpic.net/free-photo/jar-fresh-lemon-curd-wooden-surface_23-2147938109.jpg", - imageAlt: "mango avakaya pickle traditional", - rating: 5, + id: "mango-avakaya-pickle", name: "Mango (Avakaya) Pickle", price: "₹400 / 500g", imageSrc: "http://img.b2bpic.net/free-photo/jar-fresh-lemon-curd-wooden-surface_23-2147938109.jpg", imageAlt: "mango avakaya pickle traditional", rating: 5, }, { - id: "gongura-pickle", - name: "Gongura Pickle", - price: "₹300 / 500g", - imageSrc: "http://img.b2bpic.net/free-photo/appetizing-dish-appetizing-dish-tomatoes-green-beans-dark-table_140725-119922.jpg", - imageAlt: "gongura pickle south indian", - rating: 5, + id: "gongura-pickle", name: "Gongura Pickle", price: "₹300 / 500g", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-dish-appetizing-dish-tomatoes-green-beans-dark-table_140725-119922.jpg", imageAlt: "gongura pickle south indian", rating: 5, }, { - id: "lemon-pickle", - name: "Lemon Pickle", - price: "₹400 / 500g", - imageSrc: "http://img.b2bpic.net/free-photo/milky-porridge-with-lemon-slices-top_114579-71197.jpg", - imageAlt: "lemon pickle indian style", - rating: 5, + id: "lemon-pickle", name: "Lemon Pickle", price: "₹400 / 500g", imageSrc: "http://img.b2bpic.net/free-photo/milky-porridge-with-lemon-slices-top_114579-71197.jpg", imageAlt: "lemon pickle indian style", rating: 5, }, ]} title="Our Exquisite Range of Pickles" @@ -243,50 +161,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Unforgettable Flavors!", - quote: "Vijaya Sadhana Pickles are simply incredible. Each bite takes me back to my childhood. The chicken pickle is a must-try!", - name: "Priya Sharma", - role: "Food Blogger", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-charming-cheerful-student-girl-with-happy-smile-spending-leisure-time-park-garden-recharging-after-lessons-college-people-nature-joy-rest-relaxation-concept_343059-308.jpg", - imageAlt: "happy indian woman smiling portrait", - }, + id: "1", title: "Unforgettable Flavors!", quote: "Vijaya Sadhana Pickles are simply incredible. Each bite takes me back to my childhood. The chicken pickle is a must-try!", name: "Priya Sharma", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-charming-cheerful-student-girl-with-happy-smile-spending-leisure-time-park-garden-recharging-after-lessons-college-people-nature-joy-rest-relaxation-concept_343059-308.jpg", imageAlt: "happy indian woman smiling portrait"}, { - id: "2", - title: "Authenticity in Every Jar", - quote: "I've tried many pickles, but Vijaya Sadhana truly captures the authentic taste of homemade. The mango avakaya is divine.", - name: "Rajesh Kumar", - role: "Home Cook", - imageSrc: "http://img.b2bpic.net/free-photo/authentic-person-eating-fresh-cheese_23-2150220507.jpg", - imageAlt: "indian man satisfied portrait", - }, + id: "2", title: "Authenticity in Every Jar", quote: "I've tried many pickles, but Vijaya Sadhana truly captures the authentic taste of homemade. The mango avakaya is divine.", name: "Rajesh Kumar", role: "Home Cook", imageSrc: "http://img.b2bpic.net/free-photo/authentic-person-eating-fresh-cheese_23-2150220507.jpg", imageAlt: "indian man satisfied portrait"}, { - id: "3", - title: "My Family's New Favorite!", - quote: "Since discovering Vijaya Sadhana, our dinner table is never complete without their pickles. The mutton boneless is a family favorite.", - name: "Sneha Reddy", - role: "Homemaker", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture_1258-254022.jpg", - imageAlt: "young indian woman smiling natural", - }, + id: "3", title: "My Family's New Favorite!", quote: "Since discovering Vijaya Sadhana, our dinner table is never complete without their pickles. The mutton boneless is a family favorite.", name: "Sneha Reddy", role: "Homemaker", imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture_1258-254022.jpg", imageAlt: "young indian woman smiling natural"}, { - id: "4", - title: "Exceptional Quality", - quote: "The quality and taste of Vijaya Sadhana's pickles are exceptional. You can tell they use only the best ingredients. Highly recommended!", - name: "Anil Verma", - role: "Restaurant Owner", - imageSrc: "http://img.b2bpic.net/free-photo/two-men-discussing-content-laptop-cafe_1170-511.jpg", - imageAlt: "middle-aged indian man thoughtful smile", - }, + id: "4", title: "Exceptional Quality", quote: "The quality and taste of Vijaya Sadhana's pickles are exceptional. You can tell they use only the best ingredients. Highly recommended!", name: "Anil Verma", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/two-men-discussing-content-laptop-cafe_1170-511.jpg", imageAlt: "middle-aged indian man thoughtful smile"}, { - id: "5", - title: "Taste of Tradition", - quote: "These pickles remind me of my grandmother's cooking. The gongura pickle is perfectly spiced and takes me right back to my roots.", - name: "Deepa Singh", - role: "Culinary Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/happy-little-girl-sitting-shopping-cart_171337-2376.jpg", - imageAlt: "indian family happy expression", - }, + id: "5", title: "Taste of Tradition", quote: "These pickles remind me of my grandmother's cooking. The gongura pickle is perfectly spiced and takes me right back to my roots.", name: "Deepa Singh", role: "Culinary Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/happy-little-girl-sitting-shopping-cart_171337-2376.jpg", imageAlt: "indian family happy expression"}, ]} title="What Our Customers Say" description="Hear from our happy customers who have savored the authentic taste and quality of Vijaya Sadhana Pickles." @@ -299,25 +182,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "What makes Vijaya Sadhana Pickles authentic?", - content: "Our pickles are crafted using traditional family recipes passed down through generations, combined with hand-selected, fresh ingredients and authentic Indian spices to ensure a truly traditional taste.", - }, + id: "faq1", title: "What makes Vijaya Sadhana Pickles authentic?", content: "Our pickles are crafted using traditional family recipes passed down through generations, combined with hand-selected, fresh ingredients and authentic Indian spices to ensure a truly traditional taste."}, { - id: "faq2", - title: "What is the shelf life of your pickles?", - content: "When stored in a cool, dry place and refrigerated after opening, our pickles typically last for 6 to 12 months. Always ensure to use a dry spoon to prevent spoilage.", - }, + id: "faq2", title: "What is the shelf life of your pickles?", content: "When stored in a cool, dry place and refrigerated after opening, our pickles typically last for 6 to 12 months. Always ensure to use a dry spoon to prevent spoilage."}, { - id: "faq3", - title: "Do you offer vegetarian and non-vegetarian options?", - content: "Yes, we offer a wide range of both vegetarian pickles like Mango Avakaya and Lemon, as well as non-vegetarian options including Chicken, Mutton, and Fish pickles.", - }, + id: "faq3", title: "Do you offer vegetarian and non-vegetarian options?", content: "Yes, we offer a wide range of both vegetarian pickles like Mango Avakaya and Lemon, as well as non-vegetarian options including Chicken, Mutton, and Fish pickles."}, { - id: "faq4", - title: "How can I place an order? (Currently call-based)", - content: "You can place your order by calling us directly at the numbers provided in the contact section. We'll be happy to assist you with your selection and arrange delivery.", - }, + id: "faq4", title: "How can I place an order? (Currently call-based)", content: "You can place your order by calling us directly at the numbers provided in the contact section. We'll be happy to assist you with your selection and arrange delivery."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Find quick answers to common queries about our pickles, ordering process, ingredients, and storage." @@ -330,16 +201,13 @@ export default function LandingPage() { @@ -349,50 +217,31 @@ export default function LandingPage() { logoText="Vijaya Sadhana Pickles" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Pickles", - href: "#products", - }, + label: "Our Pickles", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQs", - href: "#faqs", - }, + label: "FAQs", href: "#faqs"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "+91 8919269415", - href: "tel:+918919269415", - }, + label: "+91 8919269415", href: "tel:+918919269415"}, { - label: "+91 7702723381", - href: "tel:+917702723381", - }, + label: "+91 7702723381", href: "tel:+917702723381"}, ], }, ]}