Compare commits
2 Commits
version_14
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| c62f7bfdf7 | |||
| 2768a2fa4e |
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Smile, Users, Star } from "lucide-react";
|
||||
import { Award, Smile, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -149,6 +149,9 @@ export default function LandingPage() {
|
||||
title="FAQs"
|
||||
description="Common inquiries answered."
|
||||
faqsAnimation="slide-up"
|
||||
titleImageWrapperClassName="relative w-full aspect-video overflow-hidden rounded-lg"
|
||||
titleImageClassName="object-cover"
|
||||
titleSegments={[{ type: "image", src: "https://img.b2bpic.net/free-photo/gardener-mowing-lawn_23-2148206894.jpg", alt: "Person cutting grass" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,6 +163,7 @@ export default function LandingPage() {
|
||||
title="Ready for a Garden Makeover?"
|
||||
description="Located at 2014 S Hackberry St, San Antonio, TX 78210. Reach out to us to schedule your free consultation today at 13467041501. Hours: Mon-Fri, 7am-5pm."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:info@americanlawn.com" }]}
|
||||
className="bg-[url('https://img.b2bpic.net/free-photo/professional-landscaper-mowing_23-2148858275.jpg')] bg-cover bg-center bg-blend-overlay bg-black/50"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,9 +176,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
logoText="American Lawn & Garden"
|
||||
copyrightText="© 2025 American Lawn & Garden LLC"
|
||||
className="bg-[url('https://img.b2bpic.net/free-photo/gardener-pushing-mower_23-2148206894.jpg')] bg-cover bg-center bg-blend-overlay bg-black/80"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user