Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 19:56:11 +00:00

View File

@@ -48,6 +48,9 @@ const testimonialItems = [
},
{
id: "4", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/confused-senior-businessman-wearing-suit_1262-3747.jpg", imageAlt: "David Park"
},
{
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-standing-indoors_1262-107.jpg", imageAlt: "Jessica Lee"
}
];
@@ -213,4 +216,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}