Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-16 21:01:24 +00:00

View File

@@ -127,19 +127,19 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Julie Bauer", role: "Customer", company: "Resident, Downtown", rating: 5,
id: "t1", name: "Julie Bauer", role: "Customer", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-woman-posing-selfie_1262-2966.jpg"},
{
id: "t2", name: "Fernando Stowell-Flores", role: "Customer", company: "Resident, North Hills", rating: 5,
id: "t2", name: "Fernando Stowell-Flores", role: "Customer", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"},
{
id: "t3", name: "Justin M.", role: "Customer", company: "Resident, Riverside", rating: 5,
id: "t3", name: "Justin M.", role: "Customer", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
{
id: "t4", name: "Karen Howard", role: "Customer", company: "Resident, Oakwood", rating: 5,
id: "t4", name: "Karen Howard", role: "Customer", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-white-scarf-smiling-broadly-showing-teeth_141793-55062.jpg"},
{
id: "t5", name: "Danielle S.", role: "Customer", company: "Resident, Westside", rating: 5,
id: "t5", name: "Danielle S.", role: "Customer", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095749.jpg"},
]}
kpiItems={[
@@ -206,4 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}