Compare commits
2 Commits
version_2_
...
version_3_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76fa499d19 | ||
| af432f94b2 |
@@ -1,4 +1,3 @@
|
||||
import AboutText from '@/components/sections/about/AboutText';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeaturesBentoGridCta from '@/components/sections/features/FeaturesBentoGridCta';
|
||||
@@ -7,6 +6,7 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -51,9 +51,15 @@ export default function HomePage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Your Trusted Partner for Outdoor Beauty"
|
||||
/>
|
||||
<section className="bg-background flex flex-col items-center justify-center text-center px-6">
|
||||
<div className="max-w-content-width mx-auto">
|
||||
<ScrollReveal variant="slide-up">
|
||||
<h2 className="text-3xl md:text-5xl font-bold text-foreground tracking-tight">
|
||||
Your Trusted Partner for Outdoor Beauty
|
||||
</h2>
|
||||
</ScrollReveal>
|
||||
</div>
|
||||
</section>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
@@ -191,8 +197,7 @@ export default function HomePage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
tag="Got Questions?"
|
||||
title="Frequently Asked Questions"
|
||||
tag="Got Questions?"title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries about our services, process, and what makes Texas GreenScapes the right choice for your landscaping needs."
|
||||
items={[
|
||||
{
|
||||
@@ -224,8 +229,7 @@ export default function HomePage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready for a Greener Space?"
|
||||
text="Let's create the outdoor environment you've always dreamed of. Contact us today for a personalized consultation and a free estimate!"
|
||||
tag="Ready for a Greener Space?"text="Let's create the outdoor environment you've always dreamed of. Contact us today for a personalized consultation and a free estimate!"
|
||||
primaryButton={{
|
||||
text: "Schedule a Consultation",
|
||||
href: "mailto:info@texasgreenscapes.com",
|
||||
|
||||
Reference in New Issue
Block a user