Update src/app/page.tsx

This commit is contained in:
2026-03-06 09:25:42 +00:00
parent 1bd561325a
commit 46166ea211

View File

@@ -25,7 +25,7 @@ export default function HomePage() {
handle: "Customer",
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
{
@@ -33,7 +33,7 @@ export default function HomePage() {
handle: "Regular Customer",
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Rajesh Kumar",
},
{
@@ -41,7 +41,7 @@ export default function HomePage() {
handle: "Food Enthusiast",
testimonial: "Exactly like traditional village pickles. Love it!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
imageAlt: "Anjali Patel",
},
];
@@ -54,7 +54,7 @@ export default function HomePage() {
price: "₹299",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-jaggery-still-life-composition_23-2149161614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-jaggery-still-life-composition_23-2149161614.jpg?_wi=1",
imageAlt: "Ginger Jaggery Dynamite package",
},
{
@@ -64,7 +64,7 @@ export default function HomePage() {
price: "₹299",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-pickled-cucumbers-with-chili_329181-1297.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-pickled-cucumbers-with-chili_329181-1297.jpg?_wi=1",
imageAlt: "Gongura Pickle jar",
},
{
@@ -74,7 +74,7 @@ export default function HomePage() {
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",
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",
},
{
@@ -84,7 +84,7 @@ export default function HomePage() {
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",
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",
},
];
@@ -95,11 +95,11 @@ export default function HomePage() {
title: "Homemade Recipes",
description: "Prepared using traditional family recipes passed down through generations with authentic taste and quality.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=1",
imageAlt: "Homemade preparation",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg?_wi=1",
imageAlt: "Traditional kitchen",
},
},
@@ -108,11 +108,11 @@ export default function HomePage() {
title: "No Artificial Preservatives",
description: "100% natural ingredients with no harmful additives or artificial preservatives. Just pure, wholesome goodness.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=2",
imageAlt: "Natural ingredients",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg?_wi=2",
imageAlt: "Quality preparation",
},
},
@@ -121,11 +121,11 @@ export default function HomePage() {
title: "Premium Ingredients",
description: "We source only the finest, carefully selected natural ingredients to ensure the best taste and nutrition.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=3",
imageAlt: "Premium selection",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-showing-how-using-cookies-shape-grandchild_482257-22650.jpg?_wi=3",
imageAlt: "Careful selection",
},
},
@@ -138,7 +138,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
imageAlt: "Deepa Nair",
},
{
@@ -147,7 +147,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Vikram Singh",
},
{
@@ -156,7 +156,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4",
imageAlt: "Meera Gupta",
},
{
@@ -244,7 +244,7 @@ export default function HomePage() {
title="Lalitha's Kitchen"
description="Grandma's secret, our promise. Authentic homemade traditional foods prepared with love and natural ingredients."
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg"
imageSrc="http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg?_wi=4"
imageAlt="Homemade foods, pickles and spices"
mediaAnimation="slide-up"
testimonials={testimonials}