Update src/app/page.tsx

This commit is contained in:
2026-04-09 06:42:24 +00:00
parent 8bd79ede00
commit 7be5433011

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactForm from '@/components/form/ContactForm';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
@@ -10,7 +9,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import { MapPin, Mail, Phone, Clock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -96,6 +94,7 @@ export default function LandingPage() {
testimonial="Sunrise Construction delivered our project on time and within budget. Professionalism at its best!"
rating={5}
author="Robert & Sarah Jenkins"
avatars={[]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={true}
@@ -109,6 +108,7 @@ export default function LandingPage() {
description="Contact us for a professional consultation and a competitive quote for your building needs."
buttons={[{ text: "Call Us Today", href: "tel:+15551234567" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>