From 04f38c1154496f9bab69adecc92ebc53a343e404 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:23:31 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 776a741..eac80f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { imageAlt="Professional HVAC technicians installing equipment in a commercial building" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "24/7 Emergency Service", icon: Phone }, - { type: "text", text: "Energy Efficient Systems", icon: Leaf }, - { type: "text", text: "Satisfaction Guaranteed", icon: Smile } + { type: "icon", icon: Phone, text: "24/7 Emergency Service" }, + { type: "icon", icon: Leaf, text: "Energy Efficient Systems" }, + { type: "icon", icon: Smile, text: "Satisfaction Guaranteed" } ]} marqueeSpeed={30} showMarqueeCard={true} @@ -89,7 +89,7 @@ export default function LandingPage() { { title: "Energy Efficient Systems", description: "We install high-efficiency HVAC systems that reduce energy consumption and lower utility bills.", icon: Leaf }, { title: "Fast & Reliable Service", description: "Quick response times and guaranteed solutions for all your heating and cooling emergencies.", icon: Clock } ]} - imageSrc="https://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg" imageAlt="HVAC technicians installing equipment in a commercial building" mediaAnimation="slide-up" imagePosition="left" @@ -154,7 +154,7 @@ export default function LandingPage() { }, { id: "testimonial-3", name: "Emily Rodriguez", role: "Operations Director", company: "GreenLeaf Solutions", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=2", imageAlt: "Emily Rodriguez, Operations Director at GreenLeaf Solutions" + imageSrc: "https://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg", imageAlt: "Emily Rodriguez, Operations Director at GreenLeaf Solutions" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1 From 88799eebfd8efa120155df5601091730c8f086b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:23:32 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 62868d6..ccee8da 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -94,8 +94,8 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} - brandName="HVAC Pro Construction" button={{ text: "Cart", onClick: () => setCartOpen(true) }} + brandName="HVAC Pro Construction" />
@@ -127,8 +127,8 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} - brandName="HVAC Pro Construction" button={{ text: "Cart", onClick: () => setCartOpen(true) }} + brandName="HVAC Pro Construction" />
@@ -167,8 +167,8 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} - brandName="HVAC Pro Construction" button={{ text: "Cart", onClick: () => setCartOpen(true) }} + brandName="HVAC Pro Construction" />
-- 2.49.1 From 9665ee9bb3249507aaee65f5c9e81aa401f72913 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:23:33 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 1b8c881..7fd6bec 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,6 +37,7 @@ function ShopPageContent() { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} + button={{ text: "Get Quote", href: "#contact" }} brandName="HVAC Pro Construction" />
@@ -68,6 +69,7 @@ function ShopPageContent() { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} + button={{ text: "Get Quote", href: "#contact" }} brandName="HVAC Pro Construction" /> -- 2.49.1