Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fa2fa254b | |||
| c1bb8812e2 |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Whirlad Inspired"
|
||||
brandName="Needthebentley Inspired"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
title="Voices of Excellence"
|
||||
description="Hear how we've helped leaders transform their brand presence."
|
||||
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: "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" },
|
||||
]}
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="Whirlad Inspired"
|
||||
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" }] },
|
||||
@@ -162,4 +162,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user