Compare commits
6 Commits
version_9
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e6b186c8b | |||
| 39805b036e | |||
| 4ca2451c4d | |||
| fea802191b | |||
| 8903562d19 | |||
| 973d931da6 |
@@ -1,6 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics" className="mt-20">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
title="Our Legacy of Strength"
|
title="Our Legacy of Strength"
|
||||||
description="Decades of unwavering commitment to protecting homes, one roof at a time, backed by solid numbers."
|
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"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
uniformGridCustomHeightClasses="min-h-24"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", icon: CalendarDays,
|
id: "1", icon: CalendarDays,
|
||||||
|
|||||||
Reference in New Issue
Block a user