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() {