Compare commits
4 Commits
version_75
...
version_76
| Author | SHA1 | Date | |
|---|---|---|---|
| d37ee27d8e | |||
| 935624581f | |||
| 1220704cfb | |||
| ed3c7dd60d |
@@ -9,7 +9,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import { Award, CheckCircle, Clock, Home, Shield, ShieldCheck, Star, Hammer, PaintBucket, Ruler, Factory, Fence, Triangle } from "lucide-react";
|
||||
import { Award, CheckCircle, Clock, Home, Shield, ShieldCheck, Star, Hammer, PaintBucket, Factory, Fence } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -68,9 +68,12 @@ export default function LandingPage() {
|
||||
title="Why Choose Arch Roofing Systems"
|
||||
description="We are dedicated to providing the highest quality roofing solutions in Northern Alabama, combining years of expertise with a commitment to customer satisfaction."
|
||||
features={[
|
||||
{ id: "1", title: "Expert Craftsmanship", tags: ["Quality", "Reliability"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=1" },
|
||||
{ id: "2", title: "Local Roots", tags: ["Gadsden", "Community"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=2" },
|
||||
{ id: "3", title: "Full Service", tags: ["Insurance", "Repair"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=3" }
|
||||
{ id: "1", title: "Licensed & Insured", tags: ["Reliability", "Safety"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=1" },
|
||||
{ id: "2", title: "A+ BBB Rating", tags: ["Excellence", "Trust"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=2" },
|
||||
{ id: "3", title: "Financing Available", tags: ["Convenience"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=3" },
|
||||
{ id: "4", title: "Fast Free Inspections", tags: ["Service", "Responsive"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=4" },
|
||||
{ id: "5", title: "Local to NE Alabama", tags: ["Community"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=5" },
|
||||
{ id: "6", title: "Industry Warranties", tags: ["Protection"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=6" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,4 +158,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user