2 Commits

Author SHA1 Message Date
0370d8fc54 Update src/app/page.tsx 2026-04-22 15:42:15 +00:00
c1bb8812e2 Merge version_2 into main
Merge version_2 into main
2026-04-22 15:39:42 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Work", id: "work" }, { name: "Work", id: "work" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Whirlad Inspired" brandName="RK Inspired"
/> />
</div> </div>
@@ -115,7 +115,7 @@ export default function LandingPage() {
title="Voices of Excellence" title="Voices of Excellence"
description="Hear how we've helped leaders transform their brand presence." description="Hear how we've helped leaders transform their brand presence."
testimonials={[ testimonials={[
{ id: "1", name: "Alex Rivers", handle: "@arivers", 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: "1", name: "Alex Rivers", handle: "@arivers", testimonial: "RK-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: "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" }, { 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" },
]} ]}
@@ -150,7 +150,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
logoText="Whirlad Inspired" logoText="RK Inspired"
imageSrc="http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30489.jpg" imageSrc="http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30489.jpg"
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }] }, { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }] },
@@ -162,4 +162,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }