1 Commits

Author SHA1 Message Date
fb5f446dd3 Update src/app/page.tsx 2026-05-09 16:11:56 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="VISUAL LUXURY"
description="Redefining visual excellence through refined aesthetics and strategic brand clarity. Where sophistication meets digital presence."
buttons={[{ text: "Start Your Project", href: "#contact" }]}
buttons={[{ text: "Inquire Now", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-nature-with-camera-close-up_23-2148877544.jpg"
mediaAnimation="slide-up"
avatars={[
@@ -132,7 +132,7 @@ export default function LandingPage() {
<ContactCenter
tag="Get in Touch"
title="Let's Create Something Extraordinary"
description="Premium consultation for brands seeking aesthetic distinction."
description="Join 150+ brands that have successfully elevated their market presence. Premium consultation for brands seeking aesthetic distinction."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>
@@ -150,4 +150,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}