Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5efb491f05 | |||
| fd4cef71b6 | |||
| 0782c5f9e3 | |||
| 57846ea357 | |||
| fc8b4a032c | |||
| 7f1147ff04 | |||
| 4c83e35e84 | |||
| 355aea3d4e | |||
| 793406ebed | |||
| 926bddb567 | |||
| dd7122a4df | |||
| 941765457b | |||
| 38e4ea7de5 | |||
| 96909df733 | |||
| 8e7486284b | |||
| 36504804fd | |||
| 03a0f27e12 | |||
| 845df9a0fe |
@@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Droplet, Flame, Phone, Settings, ShieldCheck, Wind, Wrench } from "lucide-react";
|
||||
import { Droplet, Flame, Phone, Settings, ShieldCheck, Star, Wind, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [
|
||||
@@ -50,14 +50,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
title="YOUR AC BREAKS AT 3AM? WE ARRIVE IN UNDER 1 HOUR."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="At your backing call - 24/7 service"
|
||||
description="Don't suffer in the Florida heat. Our certified experts provide 24/7 emergency service in Miami-Dade & Broward. Fast, licensed, and 40% cheaper than the big guys."
|
||||
buttons={[
|
||||
{ text: "Call Now: (954) 994-3434", href: "tel:9549943434" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/striped-christmas-background-blue-tones_1048-465.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Binp2q4LZDuXKDXzZDq3pywIUG/uploaded-1774983913848-2gv8so8z.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,8 +67,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Wrench, title: "Emergency Repair", description: "24/7 rapid response for cooling emergencies." },
|
||||
{ icon: Settings, title: "New Installation", description: "Professional setup with 10-year warranty coverage." },
|
||||
{ icon: ShieldCheck, title: "Maintenance", description: "Preventive checks to extend system life." },
|
||||
{ icon: Settings, title: "New Installation", description: "Professional setup with 10-year warranty coverage.\n\n\n\n" },
|
||||
{ icon: ShieldCheck, title: "Maintenance", description: "Preventive checks to extend system life.\n\n" },
|
||||
{ icon: Wind, title: "Air Ducts", description: "Cleaning and sealing for efficient airflow." },
|
||||
{ icon: Droplet, title: "HVAC Coating", description: "Protective treatments against salt air damage." },
|
||||
{ icon: Flame, title: "Heating Services", description: "Full heating system diagnostics and repair." },
|
||||
@@ -81,6 +80,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTen
|
||||
tag="Rated 4.8/5 Stars"
|
||||
tagIcon={Star}
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
|
||||
Reference in New Issue
Block a user