Update src/app/page.tsx

This commit is contained in:
2026-03-04 10:47:47 +00:00
parent 7813435fa5
commit 94c9beedcc

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/colored-ice-cream-white-background_1268-31784.jpg", imageAlt: "Colorful ice cream collection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg", imageAlt: "Premium vanilla ice cream"},
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg?_wi=1", imageAlt: "Premium vanilla ice cream"},
]}
rating={5}
ratingText="Loved by 31 Years of Loyal Customers"
@@ -74,7 +74,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Baskin-Robbins", name: "Classic Vanilla", price: "$5.99", rating: 5,
reviewCount: "8.2k", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg", imageAlt: "Classic Vanilla Ice Cream"},
reviewCount: "8.2k", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg?_wi=2", imageAlt: "Classic Vanilla Ice Cream"},
{
id: "2", brand: "Baskin-Robbins", name: "Rich Chocolate", price: "$5.99", rating: 5,
reviewCount: "7.8k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-chocolate-ice-cream-flavor_23-2148422062.jpg", imageAlt: "Rich Chocolate Ice Cream"},
@@ -137,17 +137,17 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen"},
{
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Emma Rodriguez"},
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Emma Rodriguez"},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "David Kim"},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "David Kim"},
{
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Jessica Martinez"},
{
id: "6", name: "Tom Wilson", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Tom Wilson"},
id: "6", name: "Tom Wilson", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Tom Wilson"},
]}
cardTitle="Over 30 Million Customers Love Our Ice Cream Every Year"
cardTag="Customer Favorites"