Merge version_1 into main #1
@@ -10,13 +10,13 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { AlertCircle, Activity, Wrench, Package, Settings, Headphones, Shield, Calendar, Phone, Droplet, Gauge, Check, Zap, Star, Clock, Users, Lightbulb, TrendingUp } from "lucide-react";
|
||||
import { AlertCircle, Activity, Wrench, Package, Settings, Headphones, Shield, Calendar, Phone, Droplet, Gauge, Check, Zap, Star, Clock, Users, Lightbulb, TrendingUp, Thermometer } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
imageAlt="Professional HVAC service team"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Emergency Repairs", description: "24/7 emergency repair service for when you need us most", bentoComponent: "phone", statusIcon: AlertCircle,
|
||||
alertIcon: Zap,
|
||||
alertIcon: Thermometer,
|
||||
alertTitle: "AC Emergency", alertMessage: "Call now for immediate assistance", apps: [
|
||||
{ name: "Diagnostics", icon: Activity },
|
||||
{ name: "Repairs", icon: Wrench },
|
||||
|
||||
Reference in New Issue
Block a user