Update src/app/page.tsx

This commit is contained in:
2026-06-03 13:55:41 +00:00
parent 5790b342c9
commit 10210f34c4

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -52,11 +52,11 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
<HeroBillboardScroll
background={{
variant: "radial-gradient"}}
logoText="Eternity Venues"
description="Your Dream Wedding Starts Here. Stunning spaces, flawless execution, and memories that last forever."
title="Eternity Venues: Your Dream Wedding Starts Here"
description="Stunning spaces, flawless execution, and memories that last forever."
buttons={[
{
text: "Explore Our Venue", href: "#about"},
@@ -65,7 +65,6 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/couple-newlyweds-hugging-luxury-hall-castle_8353-12333.jpg"
imageAlt="Grand wedding hall decorated for a ceremony"
mediaAnimation="slide-up"
/>
</div>
@@ -299,4 +298,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}