From 5c0bd7bf5d10a0fabb92f4087c7e5305a1ee7f19 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 05:05:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 261 +++++++---------------------------------------- 1 file changed, 35 insertions(+), 226 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4740c3b..dd4d7bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { History, Leaf } from "lucide-react"; +import { History, Leaf, Zap, Palette, History as HistoryIcon, Leaf as LeafIcon } from "lucide-react"; export default function LandingPage() { return ( @@ -32,56 +32,25 @@ export default function LandingPage() {
@@ -286,21 +138,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Do you offer free quotes?", - content: "Yes, we provide free initial estimates.", - }, - { - id: "f2", - title: "Are you fully insured?", - content: "Yes, we are licensed and insured.", - }, - { - id: "f3", - title: "What areas do you serve?", - content: "We serve the entire surrounding area.", - }, + { id: "f1", title: "Do you offer free quotes?", content: "Yes, we provide free initial estimates." }, + { id: "f2", title: "Are you fully insured?", content: "Yes, we are licensed and insured." }, + { id: "f3", title: "What areas do you serve?", content: "We serve the entire surrounding area." }, ]} title="Frequently Asked Questions" faqsAnimation="slide-up" @@ -311,16 +151,9 @@ export default function LandingPage() {
@@ -328,32 +161,8 @@ export default function LandingPage() {
-- 2.49.1