Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bee473961d | |||
| 7b97a65d5c | |||
| 317c1a0525 | |||
| 9f7d6ea270 |
@@ -43,7 +43,6 @@ 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,7 +129,16 @@ 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