diff --git a/src/app/page.tsx b/src/app/page.tsx
index ab9013c..cf021cc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,7 +33,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
- { name: "Brews", id: "products" },
+ { name: "Resort", id: "pricing" },
{ name: "Contact", id: "contact" }
]}
brandName="Kayla's Beach Resort & Blackeye Brewing"
@@ -44,26 +44,12 @@ export default function LandingPage() {
@@ -71,9 +57,8 @@ export default function LandingPage() {
@@ -85,31 +70,12 @@ 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: "3-Star Rating", description: "Comfortable and quality service for all our guests.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-sun-shining-from-clouds-reflecting-off-sea_181624-45456.jpg" },
+ { title: "Convenient Hours", description: "Check-in at 2:00 PM, Check-out at 12:00 PM.", imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-beer-marble-table-high-quality-photo_114579-67357.jpg" },
+ { title: "Local Brewing", description: "Artisan Blackeye Brewing right on your doorstep.", 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."
- />
-
-
-
@@ -119,73 +85,34 @@ 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: "Stay", price: "Relax", subtitle: "Book directly for best rates", buttons: [{ text: "Contact", href: "#contact" }], features: ["Prime Beachfront", "Artisan Craft Beer", "Quality Service"] }
]}
- title="Stay With Us"
- description="Choose your ideal beach getaway plan."
- />
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file