Update src/app/services/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
|||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import { Award, CheckCircle, FileText, Palette, Smile, Hammer, CalendarCheck, LayoutTemplate, HardHat, Hourglass, CheckBadge } from "lucide-react";
|
import { Award, CheckCircle, FileText, Palette, Smile, Hammer, CalendarCheck, LayoutTemplate, HardHat, Hourglass } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
tag: "Restoration", title: "Expert Storm Damage Repair", subtitle: "Rapid response, stress-free claims.", description: "Texas weather can be harsh. Our specialists provide swift, comprehensive repair services for hail, wind, and storm damage, guiding you through insurance claims with ease.", imageSrc: "https://pixabay.com/get/gf8976c0b69d4043804eebfe9239b2d96aa854b27c0443518c33ce2d8bca5704a94165ffad977630a83d049ba4db633042c90e20e2e69f945e47fa2ba501505e5_1280.jpg", imageAlt: "storm damaged roof repair inspection", buttons: [
|
tag: "Restoration", title: "Expert Storm Damage Repair", subtitle: "Rapid response, stress-free claims.", description: "Texas weather can be harsh. Our specialists provide swift, comprehensive repair services for hail, wind, and storm damage, guiding you through insurance claims with ease.", imageSrc: "https://pixabay.com/get/gf8976c0b69d4043804eebfe9239b2d96aa854b27c0443518c33ce2d8bca5704a94165ffad977630a83d049ba4db633042c90e2e69f945e47fa2ba501505e5_1280.jpg", imageAlt: "storm damaged roof repair inspection", buttons: [
|
||||||
{
|
{
|
||||||
text: "Get Help Now", href: "#"},
|
text: "Get Help Now", href: "#"},
|
||||||
],
|
],
|
||||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
|||||||
id: "2", value: "99%", title: "Customer Satisfaction", description: "Our clients consistently rave about our service and craftsmanship.", icon: Smile,
|
id: "2", value: "99%", title: "Customer Satisfaction", description: "Our clients consistently rave about our service and craftsmanship.", icon: Smile,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", value: "A+", title: "BBB Rating", description: "Proudly maintaining a top rating with the Better Business Bureau.", icon: CheckBadge,
|
id: "3", value: "A+", title: "BBB Rating", description: "Proudly maintaining a top rating with the Better Business Bureau.", icon: CheckCircle,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Delivering Excellence Across Texas"
|
title="Delivering Excellence Across Texas"
|
||||||
|
|||||||
Reference in New Issue
Block a user