Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
handle: "@pallavi",
|
||||
testimonial: "My go-to place for Karwa Chauth! Everything from mathhi to feniyan is available locally with such great quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pieces-bamboo_1122-1232.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pieces-bamboo_1122-1232.jpg?_wi=1",
|
||||
imageAlt: "traditional indian sweets display",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
handle: "@ganesh",
|
||||
testimonial: "I have purchased sweets many times. Quality is generally good and perfect for gifting.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-bowl-cone-shape-corn-snacks-beige-wooden-table_141793-88612.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-bowl-cone-shape-corn-snacks-beige-wooden-table_141793-88612.jpg?_wi=1",
|
||||
imageAlt: "traditional indian sweets display",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
handle: "@raghu",
|
||||
testimonial: "A reliable spot for festive sweets and daily snacks.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-plate-flat-lay_23-2149312389.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-plate-flat-lay_23-2149312389.jpg?_wi=1",
|
||||
imageAlt: "traditional indian sweets display",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
handle: "@sunita",
|
||||
testimonial: "The samosas are always fresh and taste homemade.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg?_wi=1",
|
||||
imageAlt: "traditional indian sweets display",
|
||||
},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
handle: "@rahul",
|
||||
testimonial: "Excellent variety of packaged foods and dry fruits.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muesli-granola-transparent-jar-close-up_176420-7005.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muesli-granola-transparent-jar-close-up_176420-7005.jpg?_wi=1",
|
||||
imageAlt: "traditional indian sweets display",
|
||||
},
|
||||
]}
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pieces-bamboo_1122-1232.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pieces-bamboo_1122-1232.jpg?_wi=2"
|
||||
imageAlt="traditional indian sweets display"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -179,25 +179,25 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Crispy Samosa",
|
||||
price: "₹20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-bowl-cone-shape-corn-snacks-beige-wooden-table_141793-88612.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-bowl-cone-shape-corn-snacks-beige-wooden-table_141793-88612.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Besan Ladoo",
|
||||
price: "₹450/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-plate-flat-lay_23-2149312389.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-plate-flat-lay_23-2149312389.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Salty Mathri",
|
||||
price: "₹150/pkt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Premium Dry Fruits Mix",
|
||||
price: "₹800/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muesli-granola-transparent-jar-close-up_176420-7005.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muesli-granola-transparent-jar-close-up_176420-7005.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
|
||||
Reference in New Issue
Block a user