diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fbeaa8..e6d4d59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import { AlertTriangle, Shield, Wrench, BadgeCheck, Zap, HandCoins } from "lucide-react"; +import { BadgeCheck, Zap, HandCoins } from "lucide-react"; export default function LandingPage() { return ( @@ -62,11 +62,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Project Alpha", description: "Custom slate installation with precision detailing.", icon: BadgeCheck, + title: "Project Alpha", description: "Custom slate installation with precision detailing.", icon: BadgeCheck, mediaItems: [{ imageSrc: "https://pixabay.com/get/g4340cc520d981a55d30d0df656237044ce61de95473a737c22a7916f0c7b7f6aa84bb250749de4160a34211fc8cc83f4_1280.jpg" }, { imageSrc: "https://pixabay.com/get/g7d40c1df2d2962c9b79882f86b7ba114956ea615ce892f0c04dd484dff6a15f2be5ad10a98618d4c1724546c716098fb6da3d449eb2515f72f71fd2451bd631b_1280.jpg" }] }, { - title: "Project Beta", description: "Modern metal roofing with architectural accents.", icon: Zap, + title: "Project Beta", description: "Modern metal roofing with architectural accents.", icon: Zap, mediaItems: [{ imageSrc: "https://pixabay.com/get/g90475ef083931e50d0c8c88972bbc3f25942efd3cc126118711e304d2b34244ed8875479185a086c26be7f40de71f51a45c62f5144005ca1982c257ea0c8d22e_1280.jpg" }, { imageSrc: "https://pixabay.com/get/ge6de5a3ed08cebcd048c1507f04082653be467cdcee3591e238c57a77cd6de7054a0bcbaef034a028fcbd1bc1590ea5fc16fb907c310506f7fa836833bab783f_1280.jpg" }] } ]} @@ -82,8 +82,8 @@ export default function LandingPage() { title="Flexible Financing" description="We make your roof replacement affordable with flexible payment options tailored to your budget." features={[ - { tag: "$0 Down", title: "Zero Down Programs", subtitle: "No upfront cost", description: "Start your project today without needing cash on hand.", icon: HandCoins }, - { tag: "Flexible", title: "Monthly Plans", subtitle: "Low monthly installments", description: "Choose a payment plan that fits your family's needs perfectly.", icon: HandCoins } + { tag: "$0 Down", title: "Zero Down Programs", subtitle: "No upfront cost", description: "Start your project today without needing cash on hand.", imageSrc: "https://pixabay.com/get/g89f6e8b075c9f8e08f584501485afeb8e492e3f9b313fe07b24a238234b2cd0fad75a140d6bf91c8526e24a48de7099fe97b6c954af19e9e39b73bdcb2b95e43_1280.jpg" }, + { tag: "Flexible", title: "Monthly Plans", subtitle: "Low monthly installments", description: "Choose a payment plan that fits your family's needs perfectly.", imageSrc: "https://pixabay.com/get/g89f6e8b075c9f8e08f584501485afeb8e492e3f9b313fe07b24a238234b2cd0fad75a140d6bf91c8526e24a48de7099fe97b6c954af19e9e39b73bdcb2b95e43_1280.jpg" } ]} />