4 Commits

Author SHA1 Message Date
3fa2fa254b Update src/app/page.tsx 2026-04-22 15:42:29 +00:00
c1bb8812e2 Merge version_2 into main
Merge version_2 into main
2026-04-22 15:39:42 +00:00
ca1c83536c Update src/app/page.tsx 2026-04-22 15:39:39 +00:00
d5c2383a2c Merge version_1 into main
Merge version_1 into main
2026-04-22 15:38:13 +00:00

View File

@@ -3,14 +3,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqBase from '@/components/sections/faq/FaqBase';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Work", id: "work" },
{ name: "Contact", id: "contact" },
]}
brandName="Whirlad Inspired"
brandName="Needthebentley Inspired"
/>
</div>
@@ -108,24 +108,22 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
<TestimonialCardSix
textboxLayout="default"
useInvertedBackground={true}
animationType="blur-reveal"
testimonials={[
{ id: "1", name: "Alex Rivers", role: "CMO", testimonial: "Whirlad-level sophistication that yielded immediate, measurable results for our brand.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg" },
{ id: "2", name: "Elena Vance", role: "Director", testimonial: "The clarity of strategy provided was second to none. Absolutely transformative partnership.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg" },
{ id: "3", name: "Marcus Thorne", role: "Founder", testimonial: "They don't just design; they understand our business better than we do. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-red-tie-shirt-wearing-glasses-looking-camera-smiling-presenting-copy-space-with-arm-his-handstanding-orange-background_141793-110723.jpg" },
{ id: "4", name: "Sara Chen", role: "Head of Marketing", testimonial: "Unmistakable impact from day one. A truly top-tier agency experience.", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg" },
{ id: "5", name: "Julian Pike", role: "CEO", testimonial: "Professional, precise, and visually stunning work that genuinely moved the needle.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-supporting-by-wall_23-2148289223.jpg" },
]}
title="Voices of Excellence"
description="Hear how we've helped leaders transform their brand presence."
testimonials={[
{ id: "1", name: "Alex Rivers", handle: "@arivers", testimonial: "Needthebentley-level sophistication that yielded immediate, measurable results for our brand.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg" },
{ id: "2", name: "Elena Vance", handle: "@evance", testimonial: "The clarity of strategy provided was second to none. Absolutely transformative partnership.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg" },
{ id: "3", name: "Marcus Thorne", handle: "@mthorne", testimonial: "They don't just design; they understand our business better than we do. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-red-tie-shirt-wearing-glasses-looking-camera-smiling-presenting-copy-space-with-arm-his-handstanding-orange-background_141793-110723.jpg" },
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="blur-reveal"
@@ -136,6 +134,7 @@ export default function LandingPage() {
]}
title="Common Questions"
description="Clarifying our process and partnership approach."
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-business-people-meeting_1163-4903.jpg"
/>
</div>
@@ -150,13 +149,14 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterMedia
logoText="Needthebentley Inspired"
imageSrc="http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30489.jpg"
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }] },
{ title: "Services", items: [{ label: "Strategy", href: "#services" }, { label: "Design", href: "#services" }, { label: "Analytics", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
]}
logoText="Whirlad Inspired"
/>
</div>
</ReactLenis>