diff --git a/src/app/page.tsx b/src/app/page.tsx
index c22f168..f76cf03 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,31 +32,19 @@ export default function LandingPage() {
@@ -66,39 +54,23 @@ export default function LandingPage() {
description="Cocktails that hit right. People that feel like home."
buttons={[
{
- text: "View Menu",
- href: "#menu",
- },
+ text: "View Menu", href: "#menu"},
{
- text: "Find Us Tonight",
- href: "#location",
- },
+ text: "Find Us Tonight", href: "#location"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-bartender-shirt-apron-splits-ice-make-cocktail-bar-counter-background_613910-20095.jpg",
- imageAlt: "Dim lit bar with glowing drinks",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-bartender-shirt-apron-splits-ice-make-cocktail-bar-counter-background_613910-20095.jpg", imageAlt: "Dim lit bar with glowing drinks"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-adding-ice-with-scoop_23-2148209383.jpg",
- imageAlt: "Smiling bartender mid-pour",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-adding-ice-with-scoop_23-2148209383.jpg", imageAlt: "Smiling bartender mid-pour"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-friends-drinking-beer-bar_171337-13520.jpg",
- imageAlt: "Happy customers laughing at the bar",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-friends-drinking-beer-bar_171337-13520.jpg", imageAlt: "Happy customers laughing at the bar"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-iced-cocktail-with-dried-lemons-black-board_181624-57689.jpg",
- imageAlt: "Close-up of a classic lemon drop cocktail",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-iced-cocktail-with-dried-lemons-black-board_181624-57689.jpg", imageAlt: "Close-up of a classic lemon drop cocktail"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-holding-hands-with-cheerful-woman-lying-legs_23-2148016834.jpg",
- imageAlt: "Cozy bar corner with soft lighting",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-holding-hands-with-cheerful-woman-lying-legs_23-2148016834.jpg", imageAlt: "Cozy bar corner with soft lighting"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-garnished-with-cucumber-olive_140725-4886.jpg",
- imageAlt: "Glowing bottles behind the bar",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-garnished-with-cucumber-olive_140725-4886.jpg", imageAlt: "Glowing bottles behind the bar"},
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -108,26 +80,18 @@ export default function LandingPage() {
@@ -255,33 +171,13 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
- id: "kevin",
- name: "Kevin",
- role: "The Energy",
- imageSrc: "http://img.b2bpic.net/free-photo/this-is-you_1098-18043.jpg",
- imageAlt: "Kevin the bartender",
- },
+ id: "kevin", name: "Kevin", role: "The Energy", imageSrc: "http://img.b2bpic.net/free-photo/this-is-you_1098-18043.jpg", imageAlt: "Kevin the bartender"},
{
- id: "angel",
- name: "Angel",
- role: "The Lemon Drop King",
- imageSrc: "http://img.b2bpic.net/free-photo/man-looking-glass-red-wine_107420-65878.jpg",
- imageAlt: "Angel the bartender",
- },
+ id: "angel", name: "Angel", role: "The Lemon Drop King", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-glass-red-wine_107420-65878.jpg", imageAlt: "Angel the bartender"},
{
- id: "bartender-3",
- name: "Maya",
- role: "The Connoisseur",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg",
- imageAlt: "Maya the bartender",
- },
+ id: "bartender-3", name: "Maya", role: "The Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg", imageAlt: "Maya the bartender"},
{
- id: "bartender-4",
- name: "Leo",
- role: "The Storyteller",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-standing-front-table-with-drinks-shakers-white-wall-night-drink-club-alcohol-bar-male_140725-122144.jpg",
- imageAlt: "Leo the bartender",
- },
+ id: "bartender-4", name: "Leo", role: "The Storyteller", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-standing-front-table-with-drinks-shakers-white-wall-night-drink-club-alcohol-bar-male_140725-122144.jpg", imageAlt: "Leo the bartender"},
]}
title="Meet the Faces Behind the Bar"
description="Our bartenders are the heart of Cafe Terminus, bringing personality, passion, and the perfect pour to every guest, creating connections that turn customers into regulars."
@@ -292,8 +188,7 @@ export default function LandingPage() {