Update src/app/page.tsx
This commit is contained in:
@@ -62,9 +62,9 @@ export default function LandingPage() {
|
||||
imageAlt="Professional HVAC technicians installing equipment in a commercial building"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "icon", icon: Phone, text: "24/7 Emergency Service" },
|
||||
{ type: "icon", icon: Leaf, text: "Energy Efficient Systems" },
|
||||
{ type: "icon", icon: Smile, text: "Satisfaction Guaranteed" }
|
||||
{ type: "text-icon", icon: Phone, text: "24/7 Emergency Service" },
|
||||
{ type: "text-icon", icon: Leaf, text: "Energy Efficient Systems" },
|
||||
{ type: "text-icon", icon: Smile, text: "Satisfaction Guaranteed" }
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
|
||||
Reference in New Issue
Block a user