3 Commits

Author SHA1 Message Date
d1d612eb07 Merge version_4 into main
Merge version_4 into main
2026-05-12 23:25:51 +00:00
053578c903 Update src/app/page.tsx 2026-05-12 23:25:48 +00:00
455092fb48 Merge version_3 into main
Merge version_3 into main
2026-05-12 23:24:14 +00:00

View File

@@ -4,15 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, CheckCircle, ShieldCheck, Zap, AlertTriangle, Circle, Phone } from "lucide-react";
import { Award, CheckCircle, ShieldCheck, Zap, AlertTriangle, Circle } from "lucide-react";
export default function LandingPage() {
return (
@@ -36,8 +34,6 @@ export default function LandingPage() {
name: "Home", id: "hero"},
{
name: "Services", id: "features"},
{
name: "Testimonials", id: "testimonials"},
{
name: "Contact", id: "contact"},
]}
@@ -146,51 +142,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Sarah Miller", role: "Homeowner", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg"},
{
id: "2", name: "James Henderson", role: "Property Manager", company: "Housing Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/countryside-life-naature-close-up-outdoor-portrait-young-attractive-bearded-caucasian-man-blue-t-shirt-smiling_176420-19896.jpg"},
{
id: "3", name: "Linda Thompson", role: "Homeowner", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg"},
{
id: "4", name: "David Clark", role: "Small Business Owner", company: "Local Business", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selling-crops-from-his-garden_329181-16538.jpg"},
{
id: "5", name: "Rachel Baker", role: "Homeowner", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-lumberjack-woodcutter-standing-by-tree-trunk-woods-holding-chainsaw_342744-251.jpg"},
]}
title="Client Success Stories"
description="Hear what our local clients have to say about the professionalism and quality of our work."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "Are you fully insured?", content: "Yes, we carry comprehensive general liability and workers' compensation insurance to ensure safety for you and your property."},
{
id: "q2", title: "When is the best time to prune trees?", content: "Dormant season is typically best for major pruning, though some maintenance can be done year-round."},
{
id: "q3", title: "Do you offer emergency services?", content: "Absolutely. We are available for emergency storm cleanups, particularly for hazardous or fallen trees that pose a safety risk."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find answers to the most common questions regarding our tree care services."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
@@ -222,8 +173,6 @@ export default function LandingPage() {
title: "Company", items: [
{
label: "About Us", href: "#"},
{
label: "FAQs", href: "#faq"},
{
label: "Contact", href: "#contact"},
],