5 Commits

Author SHA1 Message Date
1a80551678 Merge version_4 into main
Merge version_4 into main
2026-04-25 17:04:52 +00:00
e8217d9f44 Merge version_3 into main
Merge version_3 into main
2026-04-25 17:04:50 +00:00
c7c3879409 Update src/app/page.tsx 2026-04-25 17:04:49 +00:00
29b0aaa15d Update src/app/page.tsx 2026-04-25 17:04:46 +00:00
dad14b033e Merge version_2 into main
Merge version_2 into main
2026-04-25 17:03:54 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
description="Your premier partner for unforgettable event management and organization in Chandigarh. We turn visions into exceptional experiences."
tag="Chandigarh's Finest"
buttons={[
{ text: "Explore Services", href: "#features" },
{ text: "View Our Services", href: "#features" },
{ text: "Contact Us", href: "#contact" },
]}
mediaItems={[
@@ -147,7 +147,7 @@ export default function LandingPage() {
tag="Let's Get Started"
title="Ready to Plan Your Next Event?"
description="Contact Unive Media today to discuss your requirements and get a personalized consultation."
buttons={[{ text: "Contact Us", href: "#" }]}
buttons={[{ text: "Get a Free Consultation", href: "#" }]}
/>
</div>
@@ -161,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}