Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 17:41:40 +00:00

View File

@@ -52,12 +52,11 @@ export default function LandingPage() {
description="Professional graphic design that helps your business stand out. Custom logos, branding, and visuals designed to attract customers and grow your business."
buttons={[
{
text: "Call Now", href: "tel:+10000000000"},
text: "Email Now", href: "mailto:fatimakinza673@gmail.com"},
{
text: "Get a Free Quote", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/graphic-digital-tablet-stationeries-pink-background_23-2147880567.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -75,7 +74,6 @@ export default function LandingPage() {
{
value: "5+", title: "Years Experience"},
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-confident-man_1098-18449.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -227,4 +225,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}