Update src/app/page.tsx

This commit is contained in:
2026-06-03 20:18:27 +00:00
parent f25383ad80
commit d2f54a2b74

View File

@@ -166,7 +166,7 @@ export default function LandingPage() {
description="Explore our portfolio of stunning landscape transformations and custom outdoor living spaces, each crafted with precision and care."
buttons={[
{
text: "View Our Portfolio", href: "#projects"
text: "View Our Portfolio", href: "#footer"
}
]}
/>
@@ -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>
);
}
}