4 Commits

Author SHA1 Message Date
fd4cef71b6 Update src/app/page.tsx 2026-03-31 19:11:43 +00:00
0782c5f9e3 Merge version_7 into main
Merge version_7 into main
2026-03-31 19:06:29 +00:00
57846ea357 Update src/app/page.tsx 2026-03-31 19:06:26 +00:00
fc8b4a032c Merge version_6 into main
Merge version_6 into main
2026-03-31 19:05:32 +00:00

View File

@@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; 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() { export default function LandingPage() {
const navItems = [ const navItems = [
@@ -67,7 +67,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ icon: Wrench, title: "Emergency Repair", description: "24/7 rapid response for cooling emergencies." }, { 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![Installation](https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Binp2q4LZDuXKDXzZDq3pywIUG/uploaded-1774983679139-e4knse2l.jpg)" }, { icon: Settings, title: "New Installation", description: "Professional setup with 10-year warranty coverage.\n\n![Installation](https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Binp2q4LZDuXKDXzZDq3pywIUG/uploaded-1774983679139-e4knse2l.jpg)\n\n![Photo](https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Binp2q4LZDuXKDXzZDq3pywIUG/uploaded-1774984288615-il12u8a8.png)" },
{ icon: ShieldCheck, title: "Maintenance", description: "Preventive checks to extend system life.\n\n![Maintenance](https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Binp2q4LZDuXKDXzZDq3pywIUG/uploaded-1774983679139-a7wsqmwj.png)" }, { icon: ShieldCheck, title: "Maintenance", description: "Preventive checks to extend system life.\n\n![Maintenance](https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Binp2q4LZDuXKDXzZDq3pywIUG/uploaded-1774983679139-a7wsqmwj.png)" },
{ icon: Wind, title: "Air Ducts", description: "Cleaning and sealing for efficient airflow." }, { 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: 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"> <div id="reviews" data-section="reviews">
<TestimonialCardTen <TestimonialCardTen
tag="Rated 4.8/5 Stars"
tagIcon={Star}
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[