Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 28d4ae010a | |||
| 929c2ac262 | |||
| 88b411d338 | |||
| e816cbead6 | |||
| ae58216c0f | |||
| 3ff7766315 | |||
| 590099faf2 | |||
| ce6d7b0131 | |||
| 8ded9dde60 | |||
| 928327b0c4 | |||
| 258e5825c0 | |||
| a51cd057b6 | |||
| 5c6f28cd44 | |||
| 4c7d327d6a | |||
| fb7e0aadf2 |
@@ -43,6 +43,7 @@ export const metadata: Metadata = {
|
||||
};
|
||||
|
||||
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
@@ -8,7 +8,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Facebook, Linkedin, Star, Twitter } from "lucide-react";
|
||||
@@ -129,16 +129,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Licensed", "Insured", "5-Star Rated", "Free Estimates", "Local Experts", "Quality Craftsmanship", "Customer Focused"]}
|
||||
title="Our Promise to You"
|
||||
description="Building trust with every project, Lake Construction & Design LLC is committed to excellence and customer confidence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
|
||||
Reference in New Issue
Block a user