Merge version_1 into main #2
@@ -105,14 +105,14 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
tag="Our Story"
|
||||
tagAnimation="entrance-slide"
|
||||
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="slide-up"
|
||||
mediaAnimation="entrance-slide"
|
||||
imageAlt="Inviting interior of Duke & Devines pub"
|
||||
/>
|
||||
</div>
|
||||
@@ -120,7 +120,6 @@ 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={[
|
||||
@@ -141,7 +140,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="slide-up"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaPosition="right"
|
||||
imageAlt="Live music performance at Duke & Devines pub"
|
||||
/>
|
||||
@@ -151,6 +150,7 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="entrance-slide"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
@@ -275,6 +275,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
useInvertedBackground={false}
|
||||
animationType="entrance-slide"
|
||||
faqs={[
|
||||
{
|
||||
id: "contact-faq-1",
|
||||
|
||||
Reference in New Issue
Block a user