From 68a7426d99be663447e30c491d26e99d87d06740 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 7 May 2026 17:34:24 +0000 Subject: [PATCH] feat: Add button to About Us section --- src/pages/HomePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index be343d0..0031850 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -35,6 +35,7 @@ export default function HomePage() { title="Your Dedicated Partner in Digital Success" description="At [Agency Name], we're more than just a marketing agency; we're an extension of your team. With years of expertise in the ever-evolving digital landscape, we bring innovative strategies, creative solutions, and data-driven insights to help businesses like yours thrive. Our passion is to connect your brand with its audience, driving engagement, conversions, and sustainable growth." imageSrc="http://img.b2bpic.net/free-photo/empty-interior-with-chess-board-game-chips-table-space-prepared-fun-get-together-with-friends-no-people-living-room-decorated-with-leisure-activity-games-enjoy-gathering_482257-43520.jpg" + primaryButton={{ text: "Learn More", href: "#" }} /> -- 2.49.1