Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a80551678 | |||
| e8217d9f44 | |||
| c7c3879409 | |||
| 29b0aaa15d | |||
| dad14b033e | |||
| 6397db9641 | |||
| 42bac56f02 |
@@ -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={[
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Excellence in Event Management"
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
buttons={[{ text: "View Our Event Portfolio", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user