4 Commits

Author SHA1 Message Date
4203c48406 Update src/app/styles/variables.css 2026-05-12 03:38:51 +00:00
6647a014c3 Update src/app/page.tsx 2026-05-12 03:38:50 +00:00
dd025de608 Merge version_1 into main
Merge version_1 into main
2026-05-12 03:32:07 +00:00
b5b1d20fa5 Merge version_1 into main
Merge version_1 into main
2026-05-12 03:31:31 +00:00
2 changed files with 6 additions and 26 deletions

View File

@@ -8,7 +8,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout';
import { Droplets, Scissors, Star } from "lucide-react";
@@ -94,35 +93,16 @@ export default function LandingPage() {
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Residential Mowing", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg" },
{ id: "p2", name: "Tree Care", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light_23-2149194835.jpg" },
{ id: "p3", name: "Pressure Washing", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562140.jpg" },
{ id: "p4", name: "Land Clearing", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/serious-bearded-gardener-preparing-floral-plants-market_74855-16439.jpg" },
{ id: "p5", name: "Fence Installation", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-cutting-pine-branches_23-2148396752.jpg" },
{ id: "p6", name: "Flower Bed Maintenance", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-themed-party_23-2149431649.jpg" }
]}
title="Our Recent Work"
description="Showcasing the results of our professional landscape maintenance."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Homeowner", quote: "Incredibly dependable and thorough.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg" },
{ id: "t2", name: "Mark R.", date: "Nov 2023", title: "Resident", quote: "Niño's team transformed my lawn completely.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-taking-selfie-videocalling-with-digital-tablet_176420-19041.jpg" },
{ id: "t3", name: "Emily D.", date: "Jan 2024", title: "Local", quote: "Affordable, professional, and friendly.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/gardening-nature-plant-agriculture-growth_53876-167078.jpg" },
{ id: "t4", name: "David L.", date: "Feb 2024", title: "Client", quote: "Attention to detail is unmatched.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-grass-reading_23-2147657211.jpg" },
{ id: "t5", name: "Jason W.", date: "Mar 2024", title: "Regular", quote: "Great service every time. Highly recommended.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-sunglasses-lying-grass-outdoors-with-tablet-computer-looking-camera_171337-12744.jpg" }
{ id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Homeowner", quote: "Incredibly dependable and thorough.", tag: "5 Stars", avatarSrc: "" },
{ id: "t2", name: "Mark R.", date: "Nov 2023", title: "Resident", quote: "Niño's team transformed my lawn completely.", tag: "5 Stars", avatarSrc: "" },
{ id: "t3", name: "Emily D.", date: "Jan 2024", title: "Local", quote: "Affordable, professional, and friendly.", tag: "5 Stars", avatarSrc: "" },
{ id: "t4", name: "David L.", date: "Feb 2024", title: "Client", quote: "Attention to detail is unmatched.", tag: "5 Stars", avatarSrc: "" },
{ id: "t5", name: "Jason W.", date: "Mar 2024", title: "Regular", quote: "Great service every time. Highly recommended.", tag: "5 Stars", avatarSrc: "" }
]}
title="What Our Clients Say"
description="Trusted by hundreds across East Texas for dependability and detail."

View File

@@ -11,7 +11,7 @@
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #121212;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #80da9b;
--primary-cta-text: #000802;