diff --git a/src/app/page.tsx b/src/app/page.tsx index 169f33c..34f73a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, + { name: "Why Us", id: "why-us" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -73,10 +74,10 @@ export default function LandingPage() { tagIcon={Leaf} tagAnimation="slide-up" title="Carpe Diem Services LLC - Seize Your Outdoor Potential" - description="Veteran-Owned Excellence in Landscaping" - subdescription="Serving Augusta and surrounding communities with pride and commitment" + description="Professional Landscaping Excellence in Augusta, GA" + subdescription="We are a veteran-owned landscaping company dedicated to transforming outdoor spaces into beautiful, functional environments. With years of expertise in lawn care, landscape design, and property maintenance, we serve residential and commercial clients throughout Augusta and surrounding communities. Our commitment to quality, reliability, and customer satisfaction sets us apart. We believe in treating every project with the same care and attention to detail as if it were our own property." icon={Sprout} - imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500819.jpg?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApOWYgtAjPyD0k7bXBjAL1glBq/uploaded-1773288207666-yffnxe42.png" imageAlt="Carpe Diem Services landscape team at work" mediaAnimation="slide-up" useInvertedBackground={false} @@ -86,8 +87,8 @@ export default function LandingPage() {
@@ -214,7 +209,7 @@ export default function LandingPage() { { title: "Services", items: [ { label: "Lawn Mowing", href: "#services" }, - { label: "Landscaping Design", href: "#services" }, + { label: "Landscape Design", href: "#services" }, { label: "Tree Trimming", href: "#services" }, { label: "Mulch Installation", href: "#services" } ] @@ -230,7 +225,7 @@ export default function LandingPage() { { title: "Connect", items: [ { label: "Facebook", href: "https://www.facebook.com/profile.php?id=61558051820491" }, - { label: "Get Quote", href: "#contact" }, + { label: "Request Quote", href: "#contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" } ]