Merge version_3 into main #4
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroSignup from '@/components/sections/hero/HeroSignup';
|
||||
@@ -12,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Truck, ShieldCheck, Clock, CheckCircle } from 'lucide-react';
|
||||
import { ShieldCheck } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -55,6 +54,7 @@ export default function LandingPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by thousands of families"
|
||||
description="Our proven track record speaks for itself in every home we move."
|
||||
names={["BBB Accredited", "A+ Rating", "Licensed & Insured", "Local Expert", "National Reach"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -80,6 +80,7 @@ export default function LandingPage() {
|
||||
description="Our 3-step approach takes the heavy lifting off your shoulders."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "1. Schedule & Quote", description: "Fill out our simple form to get a transparent estimate tailored to your move size.", imageSrc: "https://images.unsplash.com/photo-1544465544-d6217f73f27f?auto=format&fit=crop&q=80&w=800" },
|
||||
@@ -95,6 +96,8 @@ export default function LandingPage() {
|
||||
description="We offer a full suite of relocation solutions to meet your unique needs."
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "s1", value: "Residential", description: "Home moving across town or across the country." },
|
||||
{ id: "s2", value: "Storage", description: "Secure, temperature-controlled storage options." },
|
||||
@@ -110,6 +113,7 @@ export default function LandingPage() {
|
||||
description="Hear why families and businesses trust New Era with their most important transitions."
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
kpiItems={[
|
||||
{ value: "4.9/5", label: "Customer Rating" },
|
||||
{ value: "10k+", label: "Moves Completed" },
|
||||
@@ -125,8 +129,11 @@ export default function LandingPage() {
|
||||
<div id="trust" data-section="trust">
|
||||
<SocialProofOne
|
||||
title="Credentials & Partners"
|
||||
description="We are fully licensed, insured, and BBB accredited for your peace of mind."
|
||||
names={["American Moving & Storage Assoc.", "Better Business Bureau", "FMCSA Licensed", "Verified Reviews"]
|
||||
}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user