From b1061487e5ca631440e9f4c9098c9c5c997d22ae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 09:06:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe7f591..da656f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-city-background_53876-104034.jpg", imageAlt: "Businesswoman working on a laptop city background" }, { imageSrc: "http://img.b2bpic.net/free-photo/positive-manager-dancing-having-fun-startup-office-enjoying-listening-music-work-break-businesswoman-wearing-headphone-while-working-overtime-financial-growth-report_482257-66843.jpg", imageAlt: "Positive manager dancing and having fun in startup office" } ]} - buttons={[{ text: "Start Project", href: "#contact" }]} + buttons={[{ text: "Start Project", href: "#contact" }, { text: "View Portfolio", href: "#blog" }]} avatars={[ { src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg", alt: "Elegant 50 year old female" }, { src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Smiling businessman" }, -- 2.49.1