Merge version_14 into main

Merge version_14 into main
This commit was merged in pull request #11.
This commit is contained in:
2026-06-03 20:40:21 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "#home"},
name: "Home", id: "/"},
{
name: "Services", id: "#services"},
{
@@ -210,7 +210,7 @@ export default function LandingPage() {
{
id: "4", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg", imageAlt: "Photo of Michael Chen"},
{
id: "5", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/attractive-charming-girl-with-green-eyes-sits-cozy-place-comfortable-position-looks-into-lens-fulllength-photo-model-soft-sweater_197531-25975.jpg", imageAlt: "Photo of Emily Rodriguez"},
id: "5", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/attractive-charming-girl-with-green-eyes-sits-cozy-place-comfortable-position-looks-into-lens-fulllength-photo-model-soft-sweater_197531-25975.jpg", alt: "Photo of Emily Rodriguez"},
]}
cardTitle="What Our Clients Say"
cardTag="5.0 Google Rating"
@@ -304,4 +304,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}