Update src/app/page.tsx

This commit is contained in:
2026-03-24 22:32:34 +00:00
parent 3647acb771
commit 8c23e7d51d

View File

@@ -105,13 +105,14 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={true}
animationType="slide-up"
tag="Our Story"
title="Experience Authentic Irish Hospitality"
description="More than just a pub, Duke & Devines is a vibrant community hub where every visit feels like coming home. Indulge in our carefully crafted menu, enjoy lively entertainment, and create lasting memories."
subdescription="We pride ourselves on exceptional service, a welcoming ambiance, and a commitment to quality that shines through every dish and drink."
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-closeup-bar-green-chairs-counter-closeup-selective-focus-bar-view-blur-focus-bar-decoration-idea-photo-interior_166373-2947.jpg"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
imageAlt="Inviting interior of Duke & Devines pub"
/>
</div>
@@ -119,6 +120,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyOne
useInvertedBackground={false}
animationType="slide-up"
title="Live Music & Private Events"
description="From toe-tapping traditional Irish sessions to vibrant local bands, our stage is always alive. Looking for a unique venue? Host your next private event or corporate gathering in our versatile spaces, tailored to your every need."
accordionItems={[
@@ -139,7 +141,7 @@ export default function LandingPage() {
},
]}
imageSrc="http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
mediaPosition="right"
imageAlt="Live music performance at Duke & Devines pub"
/>
@@ -266,7 +268,7 @@ export default function LandingPage() {
]}
title="Frequently Asked Questions"
description="Find quick answers to your questions about reservations, private events, and what makes Duke & Devines a truly special place."
faqsAnimation="entrance-slide"
faqsAnimation="slide-up"
/>
</div>