Update src/app/page.tsx

This commit is contained in:
2026-02-26 19:10:32 +00:00
parent 47021aa26e
commit 65f6f6bd2a

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
@@ -71,7 +71,7 @@ export default function LandingPage() {
},
{
id: "2", name: "Jessica Chen", role: "Customer", company: "Anniversary Celebration", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg"
},
{
id: "3", name: "Michael Torres", role: "Groom", company: "Wedding Day", rating: 5,
@@ -79,11 +79,11 @@ export default function LandingPage() {
},
{
id: "4", name: "Emily Rodriguez", role: "Regular Customer", company: "Birthday Bouquets", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg"
}
]}
title="Loved by Our Customers"
description="\"Absolutely beautiful flowers and great service! The bouquet was fresh, elegant, and exactly what I wanted. Delivery was fast and right on time. Will definitely order again.\""
description="Absolutely beautiful flowers and great service! The bouquet was fresh, elegant, and exactly what I wanted. Delivery was fast and right on time. Will definitely order again."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"