diff --git a/src/app/page.tsx b/src/app/page.tsx index 7501b37..7b8b971 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -29,137 +29,33 @@ export default function LandingPage() {
-
@@ -168,18 +64,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "A place for those who ", - }, + type: "text", content: "A place for those who "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/girl-playing-guitar-front-view_23-2149835627.jpg", - alt: "Listening", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/girl-playing-guitar-front-view_23-2149835627.jpg", alt: "Listening"}, { - type: "text", - content: " listen", - }, + type: "text", content: " listen"}, ]} /> @@ -192,25 +81,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hi-Fi Sound", - description: "Elite vinyl collection with a proper DJ booth and audiophile-grade system.", - imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-44.jpg?_wi=2", - }, + title: "Hi-Fi Sound", description: "Elite vinyl collection with a proper DJ booth and audiophile-grade system.", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-44.jpg?_wi=2"}, { - title: "Curated Drinks", - description: "Thoughtful selection of drinks crafted with the same care as the music.", - imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-cocktail-table_140725-6757.jpg?_wi=2", - }, + title: "Curated Drinks", description: "Thoughtful selection of drinks crafted with the same care as the music.", imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-cocktail-table_140725-6757.jpg?_wi=2"}, { - title: "Dog Friendly", - description: "Bring your four-legged friend — they're always welcome at Lazy.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg?_wi=2", - }, + title: "Dog Friendly", description: "Bring your four-legged friend — they're always welcome at Lazy.", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg?_wi=2"}, { - title: "Live Program", - description: "Eclectic events from intimate DJ sets to live performances.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-attending-vibrant-techno-music-party_23-2150551544.jpg", - }, + title: "Live Program", description: "Eclectic events from intimate DJ sets to live performances.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-attending-vibrant-techno-music-party_23-2150551544.jpg"}, ]} title="Our Experience" description="What makes Bar Lazy the heartbeat of Maastricht's nightlife." @@ -222,12 +99,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Music Lovers", - "Vinyl Enthusiasts", - "Local Community", - "Nightlife Seekers", - "Cocktail Connoisseurs", - ]} + "Music Lovers", "Vinyl Enthusiasts", "Local Community", "Nightlife Seekers", "Cocktail Connoisseurs"]} title="The Community" description="Join our growing community of music lovers." /> @@ -237,20 +109,15 @@ export default function LandingPage() { @@ -260,33 +127,21 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/pub-interior-with-motorcycle-installation_1262-3608.jpg" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Experience", - href: "#experience", - }, + label: "Experience", href: "#experience"}, { - label: "Reviews", - href: "#home", - }, + label: "Reviews", href: "#home"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "https://www.instagram.com/bar___lazy/", - }, + label: "Instagram", href: "https://www.instagram.com/bar___lazy/"}, { - label: "Call Us", - href: "tel:+31628403971", - }, + label: "Call Us", href: "tel:+31628403971"}, ], }, ]} @@ -297,4 +152,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file