diff --git a/src/app/page.tsx b/src/app/page.tsx
index a5bfa14..ab9013c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,86 +31,38 @@ export default function LandingPage() {
@@ -119,19 +71,9 @@ export default function LandingPage() {
@@ -143,21 +85,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
- {
- title: "Beachfront Suites",
- description: "Wake up to the sound of waves.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-sun-shining-from-clouds-reflecting-off-sea_181624-45456.jpg",
- },
- {
- title: "Blackeye Brewery",
- description: "Small-batch craft beer on-site.",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-beer-marble-table-high-quality-photo_114579-67357.jpg",
- },
- {
- title: "Sunset Terrace",
- description: "Relax with our signature brew.",
- imageSrc: "http://img.b2bpic.net/free-photo/grass-beach-surrounded-by-sea-beautiful-sunset-jesolo-italy_181624-61474.jpg",
- },
+ { title: "Beachfront Suites", description: "Wake up to the sound of waves.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-sun-shining-from-clouds-reflecting-off-sea_181624-45456.jpg" },
+ { title: "Blackeye Brewery", description: "Small-batch craft beer on-site.", imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-beer-marble-table-high-quality-photo_114579-67357.jpg" },
+ { title: "Sunset Terrace", description: "Relax with our signature brew.", imageSrc: "http://img.b2bpic.net/free-photo/grass-beach-surrounded-by-sea-beautiful-sunset-jesolo-italy_181624-61474.jpg" }
]}
title="Amenities & Experiences"
description="Discover everything Kayla's has to offer, from private beachfront suites to our signature Blackeye Brewing craft brewery."
@@ -171,48 +101,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Golden Sunset Ale",
- price: "$8",
- variant: "Light & Crisp",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-with-bubbles_23-2148215852.jpg",
- },
- {
- id: "p2",
- name: "Coastal Haze IPA",
- price: "$9",
- variant: "Hoppy & Floral",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg",
- },
- {
- id: "p3",
- name: "Midnight Tide Stout",
- price: "$10",
- variant: "Rich & Dark",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65351.jpg",
- },
- {
- id: "p4",
- name: "Lemon Breezy Wheat",
- price: "$8",
- variant: "Fresh & Tart",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-pouring-drink_23-2149454390.jpg",
- },
- {
- id: "p5",
- name: "Tropical Hop Wave",
- price: "$9",
- variant: "Citrusy",
- imageSrc: "http://img.b2bpic.net/free-photo/barman-brown-apron-pouring-fresh-beer-with-foam_651396-1299.jpg",
- },
- {
- id: "p6",
- name: "Sand Dune Amber",
- price: "$8",
- variant: "Smooth",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-13584.jpg",
- },
+ { id: "p1", name: "Golden Sunset Ale", price: "$8", variant: "Light & Crisp", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-with-bubbles_23-2148215852.jpg" },
+ { id: "p2", name: "Coastal Haze IPA", price: "$9", variant: "Hoppy & Floral", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg" },
+ { id: "p3", name: "Midnight Tide Stout", price: "$10", variant: "Rich & Dark", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65351.jpg" },
+ { id: "p4", name: "Lemon Breezy Wheat", price: "$8", variant: "Fresh & Tart", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-pouring-drink_23-2149454390.jpg" },
+ { id: "p5", name: "Tropical Hop Wave", price: "$9", variant: "Citrusy", imageSrc: "http://img.b2bpic.net/free-photo/barman-brown-apron-pouring-fresh-beer-with-foam_651396-1299.jpg" },
+ { id: "p6", name: "Sand Dune Amber", price: "$8", variant: "Smooth", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-13584.jpg" }
]}
title="Blackeye Brewing Signature Ales"
description="Handcrafted perfection poured daily."
@@ -225,59 +119,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
plans={[
- {
- id: "standard",
- badge: "Popular",
- price: "$250/nt",
- subtitle: "Beach View Standard",
- buttons: [
- {
- text: "Book",
- href: "#contact",
- },
- ],
- features: [
- "Wifi",
- "Private Balcony",
- "Beach Access",
- ],
- },
- {
- id: "deluxe",
- badge: "Premium",
- price: "$450/nt",
- subtitle: "Deluxe Ocean Suite",
- buttons: [
- {
- text: "Book",
- href: "#contact",
- },
- ],
- features: [
- "Wifi",
- "Private Balcony",
- "Beach Access",
- "Breakfast",
- ],
- },
- {
- id: "ultra",
- badge: "Luxury",
- price: "$750/nt",
- subtitle: "Beach Villa",
- buttons: [
- {
- text: "Book",
- href: "#contact",
- },
- ],
- features: [
- "Wifi",
- "Private Balcony",
- "Private Pool",
- "Butler",
- ],
- },
+ { id: "standard", badge: "Popular", price: "$250/nt", subtitle: "Beach View Standard", buttons: [{ text: "Book", href: "#contact" }], features: ["Wifi", "Private Balcony", "Beach Access"] },
+ { id: "deluxe", badge: "Premium", price: "$450/nt", subtitle: "Deluxe Ocean Suite", buttons: [{ text: "Book", href: "#contact" }], features: ["Wifi", "Private Balcony", "Beach Access", "Breakfast"] },
+ { id: "ultra", badge: "Luxury", price: "$750/nt", subtitle: "Beach Villa", buttons: [{ text: "Book", href: "#contact" }], features: ["Wifi", "Private Balcony", "Private Pool", "Butler"] }
]}
title="Stay With Us"
description="Choose your ideal beach getaway plan."
@@ -288,37 +132,11 @@ export default function LandingPage() {