Update src/app/page.tsx
This commit is contained in:
@@ -5,13 +5,13 @@ import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -159,26 +159,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", handle: "@sarahsmiller", testimonial: "West Lane Digital changed how we look online. Finally, a site that reflects our quality.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg" },
|
||||
{ id: "2", name: "Mark Davis", handle: "@mdavis_builds", testimonial: "No corporate nonsense. He delivered a high-end site faster than any agency I've tried.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg" },
|
||||
{ id: "3", name: "Jenny Wilson", handle: "@jennyw_cafe", testimonial: "Simple process, incredible outcome. My local traffic has increased by 40%.", imageSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg" },
|
||||
{ id: "4", name: "David Thorne", handle: "@dthorne_law", testimonial: "Professional, direct, and very talented. A true local partner.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg" },
|
||||
{ id: "5", name: "Elena Rodriguez", handle: "@elena_wellness", testimonial: "I finally feel proud to send my clients to my website. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
title="Clients Who Get It"
|
||||
description="Small business owners who needed a real digital partner."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", date: "Oct 2024", title: "Owner", quote: "West Lane Digital changed how we look online. Finally, a site that reflects our quality.", tag: "Retail", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg" },
|
||||
{ id: "2", name: "Mark Davis", date: "Nov 2024", title: "Owner", quote: "No corporate nonsense. He delivered a high-end site faster than any agency I've tried.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg" },
|
||||
{ id: "3", name: "Jenny Wilson", date: "Dec 2024", title: "Owner", quote: "Simple process, incredible outcome. My local traffic has increased by 40%.", tag: "Cafe", avatarSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "1", title: "How long does a typical build take?", content: "Most projects are completed within 3-4 weeks depending on the complexity." },
|
||||
{ id: "2", title: "Do you provide maintenance?", content: "Yes, I offer ongoing maintenance packages to ensure your site stays fast and secure." },
|
||||
@@ -202,13 +199,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterLogoReveal
|
||||
logoText="West Lane Digital"
|
||||
columns={[
|
||||
{ title: "Site", items: [{ label: "Services", href: "#services" }, { label: "Portfolio", href: "#work" }, { label: "Pricing", href: "#pricing" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact", href: "#contact" }, { label: "Email", href: "mailto:hello@westlanedigital.com" }] },
|
||||
]}
|
||||
copyrightText="© 2025 West Lane Digital. NC Based."
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "© 2025 West Lane Digital", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user