From af407475c1dfc9db7c6b6fb5f2e84431675ab8ce Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:21:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feeb905..62804c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,14 +47,15 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/golden-pheasant-chrysolophus-pictus-chinese-pheasant-outdoors_1321-2140.jpg" imageAlt="Premium savel rooster" mediaAnimation="slide-up" + background={{ variant: "plain" }} testimonials={[ { name: "Ramesh Kumar", handle: "Poultry Farmer", testimonial: "Best quality roosters I've ever purchased. Excellent breeding stock!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-caring-protecting-mother-earth-earth-day_23-2151262746.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/person-caring-protecting-mother-earth-earth-day_23-2151262746.jpg" }, { name: "Priya Sharma", handle: "Farm Owner", testimonial: "Outstanding service and healthy birds. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-gardeners-taking-care-their-garden_329181-16509.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-gardeners-taking-care-their-garden_329181-16509.jpg" } ]} buttons={[ @@ -139,11 +140,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ramesh Kumar", handle: "Farmer, Coimbatore", testimonial: "Exceptional quality roosters with excellent breeding potential. The birds are healthy and well-maintained. Highly recommended for anyone serious about poultry farming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-caring-protecting-mother-earth-earth-day_23-2151262746.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/person-caring-protecting-mother-earth-earth-day_23-2151262746.jpg" }, { id: "2", name: "Priya Sharma", handle: "Farm Owner, Erode", testimonial: "Outstanding service from start to finish. Delivery was quick and safe. The roosters have exceeded my expectations. Customer support is excellent!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-gardeners-taking-care-their-garden_329181-16509.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-gardeners-taking-care-their-garden_329181-16509.jpg" }, { id: "3", name: "Arjun Patel", handle: "Poultry Enthusiast", testimonial: "Premium quality birds with authentic savel breeding. The seller provides great guidance on care and breeding. Worth every penny!", rating: 5, -- 2.49.1