diff --git a/src/app/page.tsx b/src/app/page.tsx
index 22f3c69..c2fa520 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { MessageCircle, Sparkles, Star, Tool } from "lucide-react";
+import { MessageCircle, Sparkles, Star, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,27 +31,17 @@ export default function LandingPage() {
@@ -59,19 +49,14 @@ export default function LandingPage() {
@@ -142,27 +104,16 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
+ animationType="entrance-slide"
metrics={[
{
- id: "1",
- value: "01",
- description: "Book your inspection: Schedule a free, no-pressure roof inspection with a team that shows up on time and explains things clearly.",
- },
+ id: "1", value: "01", description: "Book your inspection: Schedule a free, no-pressure roof inspection with a team that shows up on time and explains things clearly."},
{
- id: "2",
- value: "02",
- description: "See exactly what is going on: We document the condition of your roof, walk you through options, and explain whether repair or replacement makes the most sense.",
- },
+ id: "2", value: "02", description: "See exactly what is going on: We document the condition of your roof, walk you through options, and explain whether repair or replacement makes the most sense."},
{
- id: "3",
- value: "03",
- description: "We handle the work: From claim coordination to installation and cleanup, the entire process is managed with speed, care, and communication.",
- },
+ id: "3", value: "03", description: "We handle the work: From claim coordination to installation and cleanup, the entire process is managed with speed, care, and communication."},
{
- id: "4",
- value: "04",
- description: "Enjoy the result: You get a roof that looks sharp, protects your home, and gives you confidence the next time weather hits.",
- },
+ id: "4", value: "04", description: "Enjoy the result: You get a roof that looks sharp, protects your home, and gives you confidence the next time weather hits."},
]}
title="Simple enough for the homeowner. Sharp enough to feel premium."
tag="Process"
@@ -176,49 +127,20 @@ export default function LandingPage() {