Merge version_3 into main #2
@@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Droplets, Gauge, ShieldCheck, Wind } from "lucide-react";
|
||||
@@ -127,24 +127,24 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Smart Heat Pump", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250267.jpg"},
|
||||
id: "p1", name: "Smart Heat Pump", price: "$1,200", variant: "Energy Saver", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250267.jpg"},
|
||||
{
|
||||
id: "p2", name: "Air Purifier", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg"},
|
||||
id: "p2", name: "Air Purifier", price: "$450", variant: "Pro Series", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg"},
|
||||
{
|
||||
id: "p3", name: "Digital Thermostat", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg"},
|
||||
id: "p3", name: "Digital Thermostat", price: "$150", variant: "Wifi Enabled", imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg"},
|
||||
{
|
||||
id: "p4", name: "Ventilation System", price: "$800", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388990.jpg"},
|
||||
id: "p4", name: "Ventilation System", price: "$800", variant: "Ultra Quiet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388990.jpg"},
|
||||
{
|
||||
id: "p5", name: "Humidifier", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250257.jpg"},
|
||||
id: "p5", name: "Humidifier", price: "$250", variant: "Smart Mode", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250257.jpg"},
|
||||
{
|
||||
id: "p6", name: "AC Condenser", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207757.jpg"},
|
||||
id: "p6", name: "AC Condenser", price: "$2,100", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207757.jpg"},
|
||||
]}
|
||||
title="Latest HVAC Equipment"
|
||||
description="Choose from our high-performance systems for energy efficiency and long-term comfort."
|
||||
|
||||
Reference in New Issue
Block a user