diff --git a/src/app/page.tsx b/src/app/page.tsx index 946188e..aab6619 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,10 @@ const testimonials = [ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-psd/portrait-modern-woman_23-2150116726.jpg", imageAlt: "professional headshot corporate business"}, ]; +const brandNames = [ + "Microsoft", "Google", "Apple", "Amazon", "Salesforce", "HubSpot", "Slack", "Adobe", "Figma" +]; + export default function LandingPage() { return (