Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd4cef71b6 | |||
| 0782c5f9e3 | |||
| 57846ea357 | |||
| fc8b4a032c |
@@ -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 = [
|
||||
@@ -67,7 +67,7 @@ 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.\n\n" },
|
||||
{ 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." },
|
||||
@@ -80,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