diff --git a/src/app/page.tsx b/src/app/page.tsx index c4a191d..cf38cb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,13 +142,16 @@ export default function LandingPage() { animationType="slide-up" 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={[ @@ -170,16 +173,20 @@ export default function LandingPage() { animationType="slide-up" 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={[ diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8874b7f..b7fea35 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,20 +5,20 @@ /* --background: #ffffff;; --card: #f9f9f9;; --foreground: #120a00e6;; - --primary-cta: #FF7B05;; + --primary-cta: #0a7039;; --secondary-cta: #f9f9f9;; --accent: #e2e2e2;; - --background-accent: #FF7B05;; */ + --background-accent: #0a7039;; */ --background: #ffffff;; --card: #f9f9f9;; --foreground: #120a00e6;; - --primary-cta: #FF7B05;; + --primary-cta: #0a7039;; --primary-cta-text: #ffffff;; --secondary-cta: #f9f9f9;; --secondary-cta-text: #120a00e6;; --accent: #e2e2e2;; - --background-accent: #FF7B05;; + --background-accent: #0a7039;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);