From 0a599503999de2e1c2487bf297d05906f3442e41 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:32:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 ++++++++++------------------------------------- 1 file changed, 39 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9937824..be7a9ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,47 +45,26 @@ export default function LandingPage() {
@@ -105,13 +76,9 @@ export default function LandingPage() { description="A unique and tranquil glamping pod set in beautiful Pembrokeshire countryside. Close to stunning coastal walks and south Pembrokeshire beaches. The perfect escape to recharge and unwind." metrics={[ { - value: "100%", - title: "Relaxation", - }, + value: "100%", title: "Relaxation"}, { - value: "Top", - title: "Location", - }, + value: "Top", title: "Location"}, ]} imageSrc="http://img.b2bpic.net/free-photo/big-soft-bed-beautiful-pair-lovers-rests_197531-29047.jpg" mediaAnimation="slide-up" @@ -127,41 +94,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Private Hot Tub", - description: "Soak under the stars", - imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-woman-glamping_1268-20725.jpg?_wi=2", - imageAlt: "Hot Tub", - }, + title: "Private Hot Tub", description: "Soak under the stars", imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-woman-glamping_1268-20725.jpg", imageAlt: "Hot Tub"}, { - title: "Firepit & BBQ", - description: "Evening fires and grilling", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-couple-holding-guitar_23-2148503450.jpg?_wi=2", - imageAlt: "Firepit", - }, + title: "Firepit & BBQ", description: "Evening fires and grilling", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-couple-holding-guitar_23-2148503450.jpg", imageAlt: "Firepit"}, { - title: "Modern Kitchen", - description: "Fully equipped facilities", - imageSrc: "http://img.b2bpic.net/free-photo/pottery-workplace-with-different-creations-table_23-2148970743.jpg?_wi=1", - imageAlt: "Kitchen", - }, + title: "Modern Kitchen", description: "Fully equipped facilities", imageSrc: "http://img.b2bpic.net/free-photo/pottery-workplace-with-different-creations-table_23-2148970743.jpg", imageAlt: "Kitchen"}, { - title: "Air Conditioning", - description: "Stay cool year-round", - imageSrc: "http://img.b2bpic.net/free-photo/tent-interior-glamping-night_1268-20438.jpg?_wi=3", - imageAlt: "Interior", - }, + title: "Air Conditioning", description: "Stay cool year-round", imageSrc: "http://img.b2bpic.net/free-photo/tent-interior-glamping-night_1268-20438.jpg", imageAlt: "Interior"}, { - title: "WiFi & TV", - description: "Stay connected or relax", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-couple-nature_23-2148316064.jpg?_wi=2", - imageAlt: "Lounge", - }, + title: "WiFi & TV", description: "Stay connected or relax", imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-couple-nature_23-2148316064.jpg", imageAlt: "Lounge"}, { - title: "Beach Access", - description: "Minutes to the sand", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-road-red-cliff-near-beach-sylt-germany_181624-13251.jpg?_wi=2", - imageAlt: "Coast", - }, + title: "Beach Access", description: "Minutes to the sand", imageSrc: "http://img.b2bpic.net/free-photo/wooden-road-red-cliff-near-beach-sylt-germany_181624-13251.jpg", imageAlt: "Coast"}, ]} title="Amenities" description="Everything you need for a comfortable stay." @@ -170,52 +113,23 @@ export default function LandingPage() { @@ -278,25 +179,17 @@ export default function LandingPage() { logoText="Starlight Pod" columns={[ { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Maidenwells, Pembrokeshire", - href: "#", - }, + label: "Maidenwells, Pembrokeshire", href: "#"}, ], }, { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Booking", - href: "#booking", - }, + label: "Booking", href: "#booking"}, ], }, ]}