Compare commits
6 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| b06ed93759 | |||
| 39805b036e | |||
| 4ca2451c4d | |||
| fea802191b | |||
| 8903562d19 | |||
| 973d931da6 |
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
title: "New Roof Installation", description: "Expert installation of durable roofing systems for new constructions and complete replacements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EYnezFJ1ZeM41Reh2j46V6O7DH/tmp/roofing-work-1780867120704-1f139046.png", imageAlt: "Roof installation"
|
||||
},
|
||||
{
|
||||
title: "Roof Repair & Maintenance", description: "Prompt and effective repairs for leaks, damaged shingles, and general wear and tear to extend roof life.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EYnezFJ1ZeM41Reh2j46V6O7DH/tmp/roofing-work-1780867222704-2f0b61ff.png", imageAlt: "Roof repair"
|
||||
title: ".", description: "Prompt and effective repairs for leaks, damaged shingles, and general wear and tear to extend roof life.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EYnezFJ1ZeM41Reh2j46V6O7DH/tmp/roofing-work-1780867222704-2f0b61ff.png", imageAlt: "Roof repair"
|
||||
},
|
||||
{
|
||||
title: "Thorough Roof Inspections", description: "Comprehensive assessments to identify potential issues and ensure the structural integrity of your roof.", imageSrc: "https://images.unsplash.com/photo-1547701323-28f0e0c09191?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Roof inspection"
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<div id="metrics" data-section="metrics" className="mt-20">
|
||||
<MetricCardThree
|
||||
title="Our Legacy of Strength"
|
||||
description="Decades of unwavering commitment to protecting homes, one roof at a time, backed by solid numbers."
|
||||
@@ -119,6 +119,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
uniformGridCustomHeightClasses="min-h-24"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", icon: CalendarDays,
|
||||
@@ -216,4 +217,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user