diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 04e8c5d..788b50c 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -52,28 +37,14 @@ export default function LandingPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index de05de4..1b820e1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -58,41 +43,14 @@ export default function LandingPage() {
@@ -104,24 +62,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Award-Winning Bloody Marys",
- description: "Locally famous and crafted to perfection — they're the talk of the neighborhood.",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-domestic-tomato-juice_93675-129819.jpg?_wi=2",
- imageAlt: "Bloody Mary",
- },
- {
- title: "Fresh Caught Seafood",
- description: "From local shrimp to our daily catch, experience the true flavor of the Keys.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg?_wi=2",
- imageAlt: "Local Seafood",
- },
- {
- title: "Crowd-Favorite Eats",
- description: "Crispy conch fritters, chicken wings, and fried ravioli — classic comfort, Keys style.",
- imageSrc: "http://img.b2bpic.net/free-photo/cheese-balls-with-french-fries-table_140725-1310.jpg?_wi=2",
- imageAlt: "Conch Fritters",
- },
+ { title: "Award-Winning Bloody Marys", description: "Locally famous and crafted to perfection — they're the talk of the neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-domestic-tomato-juice_93675-129819.jpg", imageAlt: "Bloody Mary" },
+ { title: "Fresh Caught Seafood", description: "From local shrimp to our daily catch, experience the true flavor of the Keys.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg", imageAlt: "Local Seafood" },
+ { title: "Crowd-Favorite Eats", description: "Crispy conch fritters, chicken wings, and fried ravioli — classic comfort, Keys style.", imageSrc: "http://img.b2bpic.net/free-photo/cheese-balls-with-french-fries-table_140725-1310.jpg", imageAlt: "Conch Fritters" }
]}
title="A True Local Watering Hole"
description="Deeply rooted in our community, we serve as the neighborhood hub for casual lunches, friend gatherings, and holiday traditions."
@@ -135,26 +78,11 @@ export default function LandingPage() {
rating={5}
author="Jimmy B."
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
- alt: "Local regular",
- },
- {
- src: "http://img.b2bpic.net/free-photo/carefree-couple-enjoying-lunch-time-restaurant_637285-9035.jpg",
- alt: "Returning visitor",
- },
- {
- src: "http://img.b2bpic.net/free-photo/man-woman-with-beer-bar_23-2147680747.jpg",
- alt: "Bar patron",
- },
- {
- src: "http://img.b2bpic.net/free-photo/selfie-happy-friends_1098-14659.jpg",
- alt: "Happy dining guest",
- },
- {
- src: "http://img.b2bpic.net/free-photo/close-up-women-with-watermelon_23-2148947886.jpg",
- alt: "Local group",
- },
+ { src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", alt: "Local regular" },
+ { src: "http://img.b2bpic.net/free-photo/carefree-couple-enjoying-lunch-time-restaurant_637285-9035.jpg", alt: "Returning visitor" },
+ { src: "http://img.b2bpic.net/free-photo/man-woman-with-beer-bar_23-2147680747.jpg", alt: "Bar patron" },
+ { src: "http://img.b2bpic.net/free-photo/selfie-happy-friends_1098-14659.jpg", alt: "Happy dining guest" },
+ { src: "http://img.b2bpic.net/free-photo/close-up-women-with-watermelon_23-2148947886.jpg", alt: "Local group" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -166,13 +94,7 @@ export default function LandingPage() {
layout="section"
title="House Rules"
sections={[
- {
- heading: "Safety & Conduct",
- content: {
- type: "paragraph",
- text: "We pride ourselves on a safe, respectful environment for all locals and visitors.",
- },
- },
+ { heading: "Safety & Conduct", content: { text: "We pride ourselves on a safe, respectful environment for all locals and visitors." } }
]}
/>
@@ -180,59 +102,24 @@ export default function LandingPage() {