5 Commits

Author SHA1 Message Date
81dfaa39e3 Update src/app/page.tsx 2026-03-02 20:31:32 +00:00
e77063ed27 Merge version_3 into main
Merge version_3 into main
2026-03-02 20:28:24 +00:00
eb5ba01500 Update src/app/styles/variables.css 2026-03-02 20:28:20 +00:00
ac68793033 Update src/app/page.tsx 2026-03-02 20:28:19 +00:00
2f827b373e Merge version_2 into main
Merge version_2 into main
2026-03-02 20:25:24 +00:00
2 changed files with 20 additions and 13 deletions

View File

@@ -142,13 +142,16 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
products={[ products={[
{ {
id: "1", brand: "Residential", name: "Complete Yard Transformation", price: "Featured", rating: 5, reviewCount: "3 weeks", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Complete yard transformation with new landscaping design" id: "1", brand: "Residential", name: "Complete Yard Transformation", price: "Featured", rating: 5,
reviewCount: "3 weeks", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Complete yard transformation with new landscaping design"
}, },
{ {
id: "2", brand: "Commercial", name: "Office Building Grounds", price: "Featured", rating: 5, reviewCount: "Ongoing", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Professional commercial landscaping maintenance" id: "2", brand: "Commercial", name: "Office Building Grounds", price: "Featured", rating: 5,
reviewCount: "Ongoing", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Professional commercial landscaping maintenance"
}, },
{ {
id: "3", brand: "Residential", name: "Tree Removal & Stump", price: "Featured", rating: 5, reviewCount: "2 days", imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", imageAlt: "Safe tree removal and stump grinding project" id: "3", brand: "Residential", name: "Tree Removal & Stump", price: "Featured", rating: 5,
reviewCount: "2 days", imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", imageAlt: "Safe tree removal and stump grinding project"
} }
]} ]}
buttons={[ buttons={[
@@ -170,16 +173,20 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "North Bloomington", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3" id: "1", name: "Sarah Johnson", role: "Homeowner", company: "North Bloomington", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3"
}, },
{ {
id: "2", name: "Michael Chen", role: "Property Manager", company: "Corporate Office Park", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4" id: "2", name: "Michael Chen", role: "Property Manager", company: "Corporate Office Park", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4"
}, },
{ {
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Downtown Bloomington", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Downtown Bloomington", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
}, },
{ {
id: "4", name: "David Kim", role: "Business Owner", company: "Retail Center Manager", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5" id: "4", name: "David Kim", role: "Business Owner", company: "Retail Center Manager", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5"
} }
]} ]}
kpiItems={[ kpiItems={[
@@ -234,8 +241,8 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Get Free Quote", href: "#" }, { text: "Get Free Quote Today", href: "#" },
{ text: "Call (555) 123-4567", href: "tel:(555) 123-4567" } { text: "Call Now", href: "tel:(555) 123-4567" }
]} ]}
/> />
</div> </div>

View File

@@ -5,20 +5,20 @@
/* --background: #ffffff;; /* --background: #ffffff;;
--card: #f9f9f9;; --card: #f9f9f9;;
--foreground: #120a00e6;; --foreground: #120a00e6;;
--primary-cta: #FF7B05;; --primary-cta: #0a7039;;
--secondary-cta: #f9f9f9;; --secondary-cta: #f9f9f9;;
--accent: #e2e2e2;; --accent: #e2e2e2;;
--background-accent: #FF7B05;; */ --background-accent: #0a7039;; */
--background: #ffffff;; --background: #ffffff;;
--card: #f9f9f9;; --card: #f9f9f9;;
--foreground: #120a00e6;; --foreground: #120a00e6;;
--primary-cta: #FF7B05;; --primary-cta: #0a7039;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;; --secondary-cta: #f9f9f9;;
--secondary-cta-text: #120a00e6;; --secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;; --accent: #e2e2e2;;
--background-accent: #FF7B05;; --background-accent: #0a7039;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);