Update src/app/page.tsx

This commit is contained in:
2026-05-23 23:22:08 +00:00
parent 5a0148a86f
commit 347aa2157b

View File

@@ -9,7 +9,6 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { ShieldCheck, Zap, Award, Home, ListChecks } from "lucide-react";
export default function LandingPage() {
return (
@@ -53,6 +52,7 @@ export default function LandingPage() {
showStepNumbers={true}
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={false}
title="Why Choose Us"
description="Top-tier climate comfort systems backed by expert installation."
features={[
@@ -71,6 +71,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "h1", brand: "ProSeries", name: "Heating Maintenance", price: "$199", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg" },
{ id: "h2", brand: "ProSeries", name: "AC Installation", price: "$2999", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg" }
@@ -94,6 +95,7 @@ export default function LandingPage() {
{ id: "f1", title: "Do you service all unit models?", content: "Yes, our certified technicians are trained on all major HVAC brands." }
]}
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>