diff --git a/src/app/page.tsx b/src/app/page.tsx index 968cb85..d6b749b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Work", id: "work" }, { name: "Contact", id: "contact" }, ]} - brandName="Whirlad Inspired" + brandName="RK Inspired" /> @@ -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: "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: "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() {