Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 09:17:36 +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>
);
}
}