Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15f65a0dcb | |||
| 8176110679 | |||
| 4ba3f78942 |
@@ -7,48 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const poppins = Poppins({
|
const poppins = Poppins({
|
||||||
variable: "--font-poppins",
|
variable: "--font-poppins", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Lalitha's Kitchen - Authentic Homemade Traditional Foods",
|
title: "Lalitha's Kitchen - Authentic Homemade Traditional Foods", description: "Discover authentic homemade traditional foods from Lalitha's Kitchen. 100% natural ingredients, no preservatives, small batch production. Shop pickles, coconut oil, and more.", keywords: "homemade foods, traditional pickles, organic coconut oil, Indian food, authentic recipes, ginger jaggery", metadataBase: new URL("https://lalithaskitchen.com"),
|
||||||
description: "Discover authentic homemade traditional foods from Lalitha's Kitchen. 100% natural ingredients, no preservatives, small batch production. Shop pickles, coconut oil, and more.",
|
|
||||||
keywords: "homemade foods, traditional pickles, organic coconut oil, Indian food, authentic recipes, ginger jaggery",
|
|
||||||
metadataBase: new URL("https://lalithaskitchen.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://lalithaskitchen.com",
|
canonical: "https://lalithaskitchen.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Lalitha's Kitchen - Grandma's Secret, Our Promise",
|
title: "Lalitha's Kitchen - Grandma's Secret, Our Promise", description: "Authentic homemade traditional foods with no artificial preservatives. Small batch production using natural ingredients.", url: "https://lalithaskitchen.com", siteName: "Lalitha's Kitchen", type: "website", images: [
|
||||||
description: "Authentic homemade traditional foods with no artificial preservatives. Small batch production using natural ingredients.",
|
|
||||||
url: "https://lalithaskitchen.com",
|
|
||||||
siteName: "Lalitha's Kitchen",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg",
|
url: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg", alt: "Lalitha's Kitchen - Homemade Foods"},
|
||||||
alt: "Lalitha's Kitchen - Homemade Foods",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Lalitha's Kitchen - Authentic Homemade Foods", description: "Discover authentic homemade traditional foods with 100% natural ingredients.", images: ["http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg"],
|
||||||
title: "Lalitha's Kitchen - Authentic Homemade Foods",
|
|
||||||
description: "Discover authentic homemade traditional foods with 100% natural ingredients.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
217
src/app/page.tsx
217
src/app/page.tsx
@@ -21,204 +21,89 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const testimonials = [
|
const testimonials = [
|
||||||
{
|
{
|
||||||
name: "Priya Sharma",
|
name: "Priya Sharma", handle: "Customer", testimonial: "Amazing homemade taste! Exactly what I was looking for.", rating: 5,
|
||||||
handle: "Customer",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Priya Sharma"},
|
||||||
testimonial: "Amazing homemade taste! Exactly what I was looking for.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
|
||||||
imageAlt: "Priya Sharma",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rajesh Kumar",
|
name: "Rajesh Kumar", handle: "Regular Customer", testimonial: "Best ginger jaggery mix I've tried. Pure traditional flavor.", rating: 5,
|
||||||
handle: "Regular Customer",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
|
||||||
testimonial: "Best ginger jaggery mix I've tried. Pure traditional flavor.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
|
||||||
imageAlt: "Rajesh Kumar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Anjali Patel",
|
name: "Anjali Patel", handle: "Food Enthusiast", testimonial: "Exactly like traditional village pickles. Love it!", rating: 5,
|
||||||
handle: "Food Enthusiast",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Anjali Patel"},
|
||||||
testimonial: "Exactly like traditional village pickles. Love it!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
|
||||||
imageAlt: "Anjali Patel",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const products = [
|
const products = [
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", brand: "Lalitha's Kitchen", name: "Ginger Jaggery Dynamite", price: "₹299", rating: 5,
|
||||||
brand: "Lalitha's Kitchen",
|
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-jaggery-still-life-composition_23-2149161614.jpg?_wi=1", imageAlt: "Ginger Jaggery Dynamite package"},
|
||||||
name: "Ginger Jaggery Dynamite",
|
|
||||||
price: "₹299",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "2.3k",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-jaggery-still-life-composition_23-2149161614.jpg?_wi=1",
|
|
||||||
imageAlt: "Ginger Jaggery Dynamite package",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", brand: "Lalitha's Kitchen", name: "Gongura Pickle", price: "₹299", rating: 5,
|
||||||
brand: "Lalitha's Kitchen",
|
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pickled-cucumbers-with-chili_329181-1297.jpg?_wi=1", imageAlt: "Gongura Pickle jar"},
|
||||||
name: "Gongura Pickle",
|
|
||||||
price: "₹299",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "1.8k",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-pickled-cucumbers-with-chili_329181-1297.jpg?_wi=1",
|
|
||||||
imageAlt: "Gongura Pickle jar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", brand: "Lalitha's Kitchen", name: "Avvakai Pickle", price: "₹299", rating: 5,
|
||||||
brand: "Lalitha's Kitchen",
|
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-cheese-with-lemon-piece-seasonings-dark-meal-food-snack-photo-color-free-place_140725-93140.jpg?_wi=1", imageAlt: "Avvakai Pickle jar"},
|
||||||
name: "Avvakai Pickle",
|
|
||||||
price: "₹299",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "2.1k",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-cheese-with-lemon-piece-seasonings-dark-meal-food-snack-photo-color-free-place_140725-93140.jpg?_wi=1",
|
|
||||||
imageAlt: "Avvakai Pickle jar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", brand: "Lalitha's Kitchen", name: "Wood Pressed Coconut Oil", price: "₹299", rating: 5,
|
||||||
brand: "Lalitha's Kitchen",
|
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/jug-coconut-oil-whit-coconut-put-dark-background_1150-28249.jpg?_wi=1", imageAlt: "Wood Pressed Coconut Oil bottle"},
|
||||||
name: "Wood Pressed Coconut Oil",
|
|
||||||
price: "₹299",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "1.5k",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/jug-coconut-oil-whit-coconut-put-dark-background_1150-28249.jpg?_wi=1",
|
|
||||||
imageAlt: "Wood Pressed Coconut Oil bottle",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const features = [
|
const features = [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Homemade Recipes",
|
title: "Homemade Recipes", description: "Prepared using traditional family recipes passed down through generations with authentic taste and quality.", phoneOne: {
|
||||||
description: "Prepared using traditional family recipes passed down through generations with authentic taste and quality.",
|
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=1", imageAlt: "Homemade preparation"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=1",
|
|
||||||
imageAlt: "Homemade preparation",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg?_wi=1", imageAlt: "Traditional kitchen"},
|
||||||
imageAlt: "Traditional kitchen",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "No Artificial Preservatives",
|
title: "No Artificial Preservatives", description: "100% natural ingredients with no harmful additives or artificial preservatives. Just pure, wholesome goodness.", phoneOne: {
|
||||||
description: "100% natural ingredients with no harmful additives or artificial preservatives. Just pure, wholesome goodness.",
|
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=2", imageAlt: "Natural ingredients"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=2",
|
|
||||||
imageAlt: "Natural ingredients",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg?_wi=2", imageAlt: "Quality preparation"},
|
||||||
imageAlt: "Quality preparation",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Premium Ingredients",
|
title: "Premium Ingredients", description: "We source only the finest, carefully selected natural ingredients to ensure the best taste and nutrition.", phoneOne: {
|
||||||
description: "We source only the finest, carefully selected natural ingredients to ensure the best taste and nutrition.",
|
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=3", imageAlt: "Premium selection"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=3",
|
|
||||||
imageAlt: "Premium selection",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg?_wi=3",
|
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg?_wi=3", imageAlt: "Careful selection"},
|
||||||
imageAlt: "Careful selection",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const testimonialsList = [
|
const testimonialsList = [
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Deepa Nair", handle: "@deepa_nair", testimonial: "Amazing homemade taste! I've tried many brands but this feels like my grandmother's kitchen. Highly recommend!", rating: 5,
|
||||||
name: "Deepa Nair",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Deepa Nair"},
|
||||||
handle: "@deepa_nair",
|
|
||||||
testimonial: "Amazing homemade taste! I've tried many brands but this feels like my grandmother's kitchen. Highly recommend!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
|
|
||||||
imageAlt: "Deepa Nair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Vikram Singh", handle: "@vikram_food", testimonial: "Exactly like traditional village pickles. The authenticity and quality are unmatched. Worth every rupee!", rating: 5,
|
||||||
name: "Vikram Singh",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Vikram Singh"},
|
||||||
handle: "@vikram_food",
|
|
||||||
testimonial: "Exactly like traditional village pickles. The authenticity and quality are unmatched. Worth every rupee!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
|
||||||
imageAlt: "Vikram Singh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Meera Gupta", handle: "@meera_kitchen", testimonial: "Best ginger jaggery mix I've tried. The flavor is pure and natural. My whole family loves it!", rating: 5,
|
||||||
name: "Meera Gupta",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Meera Gupta"},
|
||||||
handle: "@meera_kitchen",
|
|
||||||
testimonial: "Best ginger jaggery mix I've tried. The flavor is pure and natural. My whole family loves it!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4",
|
|
||||||
imageAlt: "Meera Gupta",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Arjun Reddy", handle: "@arjun_foodie", testimonial: "Fresh, authentic, and delivered quickly. This is what real homemade food should taste like!", rating: 5,
|
||||||
name: "Arjun Reddy",
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", imageAlt: "Arjun Reddy"},
|
||||||
handle: "@arjun_foodie",
|
|
||||||
testimonial: "Fresh, authentic, and delivered quickly. This is what real homemade food should taste like!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
|
|
||||||
imageAlt: "Arjun Reddy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Sneha Iyer", handle: "@sneha_healthy", testimonial: "No artificial ingredients, no preservatives - just pure goodness. Perfect for my family!", rating: 5,
|
||||||
name: "Sneha Iyer",
|
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Sneha Iyer"},
|
||||||
handle: "@sneha_healthy",
|
|
||||||
testimonial: "No artificial ingredients, no preservatives - just pure goodness. Perfect for my family!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
|
||||||
imageAlt: "Sneha Iyer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Rohan Sharma", handle: "@rohan_taste", testimonial: "Finally found a brand that understands quality. The taste takes me back to childhood memories!", rating: 5,
|
||||||
name: "Rohan Sharma",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Rohan Sharma"},
|
||||||
handle: "@rohan_taste",
|
|
||||||
testimonial: "Finally found a brand that understands quality. The taste takes me back to childhood memories!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
|
||||||
imageAlt: "Rohan Sharma",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const faqs = [
|
const faqs = [
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Are your products really homemade?", content: "Yes! All our products are handcrafted in small batches using traditional family recipes. We prepare everything with love and care to ensure authentic taste and quality."},
|
||||||
title: "Are your products really homemade?",
|
|
||||||
content: "Yes! All our products are handcrafted in small batches using traditional family recipes. We prepare everything with love and care to ensure authentic taste and quality.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "What are the ingredients used?", content: "We use only natural, carefully selected ingredients. No artificial preservatives, colors, or additives. Each product is made with traditional spices and natural components."},
|
||||||
title: "What are the ingredients used?",
|
|
||||||
content: "We use only natural, carefully selected ingredients. No artificial preservatives, colors, or additives. Each product is made with traditional spices and natural components.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "How long does delivery take?", content: "We deliver within 2-3 business days across most locations in India. Orders are packaged carefully to ensure freshness upon delivery."},
|
||||||
title: "How long does delivery take?",
|
|
||||||
content: "We deliver within 2-3 business days across most locations in India. Orders are packaged carefully to ensure freshness upon delivery.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Do you have a return policy?", content: "We offer a 100% satisfaction guarantee. If you're not happy with your purchase, contact us within 7 days for a full refund or replacement."},
|
||||||
title: "Do you have a return policy?",
|
|
||||||
content: "We offer a 100% satisfaction guarantee. If you're not happy with your purchase, contact us within 7 days for a full refund or replacement.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "What payment methods do you accept?", content: "We accept all major payment methods including UPI (Google Pay, PhonePe, Paytm), debit cards, credit cards, and net banking through Razorpay."},
|
||||||
title: "What payment methods do you accept?",
|
|
||||||
content: "We accept all major payment methods including UPI (Google Pay, PhonePe, Paytm), debit cards, credit cards, and net banking through Razorpay.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "Can I order on WhatsApp?", content: "Absolutely! Contact us on WhatsApp at 9790777232 for personalized assistance and direct ordering. We're available to help!"},
|
||||||
title: "Can I order on WhatsApp?",
|
|
||||||
content: "Absolutely! Contact us on WhatsApp at 9790777232 for personalized assistance and direct ordering. We're available to help!",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -250,7 +135,7 @@ export default function HomePage() {
|
|||||||
testimonials={testimonials}
|
testimonials={testimonials}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "/products" },
|
{ text: "Shop Now", href: "/products" },
|
||||||
{ text: "View Products", href: "#products" },
|
{ text: "Shop All Products", href: "#products" },
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -316,15 +201,7 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
names={[
|
names={[
|
||||||
"Over 5000+ Happy Customers",
|
"Over 5000+ Happy Customers", "100% Natural Ingredients", "Small Batch Production", "Authentic Recipes", "Fresh Homemade Quality", "Traditional Taste", "Premium Products", "Customer Satisfaction Guaranteed"]}
|
||||||
"100% Natural Ingredients",
|
|
||||||
"Small Batch Production",
|
|
||||||
"Authentic Recipes",
|
|
||||||
"Fresh Homemade Quality",
|
|
||||||
"Traditional Taste",
|
|
||||||
"Premium Products",
|
|
||||||
"Customer Satisfaction Guaranteed",
|
|
||||||
]}
|
|
||||||
speed={40}
|
speed={40}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -336,14 +213,10 @@ export default function HomePage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "https://instagram.com/_.lalithaskitchen._",
|
href: "https://instagram.com/_.lalithaskitchen._", ariaLabel: "Follow us on Instagram"},
|
||||||
ariaLabel: "Follow us on Instagram",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: MessageCircle,
|
icon: MessageCircle,
|
||||||
href: "https://wa.me/919790777232",
|
href: "https://wa.me/919790777232", ariaLabel: "Contact us on WhatsApp"},
|
||||||
ariaLabel: "Contact us on WhatsApp",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user