3 Commits

Author SHA1 Message Date
92910c5686 Update src/app/page.tsx 2026-03-12 09:17:32 +00:00
2e856dc0ca Merge version_1 into main
Merge version_1 into main
2026-03-12 09:16:20 +00:00
254d93f625 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:15:51 +00:00

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
description="We are a branding and marketing agency dedicated to helping businesses grow their brand presence online. Our team combines creative design expertise with marketing strategy to deliver comprehensive branding solutions that elevate your business and connect with your audience."
tag="Who We Are"
buttons={[
{ text: "Explore Our Services" }
{ text: "Explore Our Services", href: "#services" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq4GR4KjFwRGVJPZ4lPalKUGgE/a-professional-team-collaboration-image--1773306863362-46833d81.png"
imageAlt="Elevate Digital team collaborating on branding projects"
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}