5 Commits

Author SHA1 Message Date
2e9d2ce994 Update src/app/page.tsx 2026-04-05 19:09:54 +00:00
8f7e717372 Update src/app/page.tsx 2026-04-05 19:09:30 +00:00
61cec609b0 Merge version_1 into main
Merge version_1 into main
2026-04-04 21:33:19 +00:00
32ad87c362 Merge version_1 into main
Merge version_1 into main
2026-04-04 21:32:52 +00:00
fba3b2f043 Merge version_1 into main
Merge version_1 into main
2026-04-04 21:32:21 +00:00

View File

@@ -3,198 +3,137 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Leaf, MapPin, Sparkles, Coffee, ShieldCheck } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="noise"
cardStyle="glass-depth"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
headingFontWeight="light"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "#hero"},
{
name: "About", id: "#about"},
{
name: "Amenities", id: "#amenities"},
{
name: "Booking", id: "#booking"},
]}
brandName="Starlight Pod"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Amenities", id: "#amenities" },
{ name: "Booking", id: "#booking" },
]}
brandName="Starlight Pod"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars"}}
title="Starlight Pod"
description="Your private escape in the heart of Pembrokeshire"
buttons={[
{
text: "Book Direct", href: "#booking"},
]}
carouselItems={[
{
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/tent-interior-glamping-night_1268-20438.jpg?_wi=1", imageAlt: "Starlight Pod Exterior"},
{
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/tent-interior-glamping-night_1268-20438.jpg?_wi=2", imageAlt: "Glamping view"},
{
id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/wooden-road-red-cliff-near-beach-sylt-germany_181624-13251.jpg?_wi=1", imageAlt: "Pembrokeshire coast"},
{
id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-woman-glamping_1268-20725.jpg?_wi=1", imageAlt: "Private hot tub"},
{
id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-couple-holding-guitar_23-2148503450.jpg?_wi=1", imageAlt: "Firepit area"},
{
id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-couple-nature_23-2148316064.jpg?_wi=1", imageAlt: "Woodland scenery"},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Starlight Pod"
description="Rustic luxury nestled in the heart of Pembrokeshire's ancient woodland."
buttons={[{ text: "Book Your Escape", href: "#booking" }]}
slides={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARmvwfqc0yDbci2Zr7MQSIYS9f/uploaded-1775416153899-nhe9dkix.jpg?_wi=1", imageAlt: "Starlight Pod Glamping" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tent-interior-glamping-night_1268-20438.jpg?_wi=1", imageAlt: "Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-road-red-cliff-near-beach-sylt-germany_181624-13251.jpg?_wi=1", imageAlt: "Coast" },
{ imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-woman-glamping_1268-20725.jpg?_wi=1", imageAlt: "Hot Tub" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-couple-holding-guitar_23-2148503450.jpg?_wi=1", imageAlt: "Firepit" },
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-couple-nature_23-2148316064.jpg?_wi=1", imageAlt: "Forest" },
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={true}
title="A Unique Escape"
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: "Top", title: "Location"},
]}
imageSrc="http://img.b2bpic.net/free-photo/big-soft-bed-beautiful-pair-lovers-rests_197531-29047.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
tag="Our Story"
tagIcon={Leaf}
title="Wild at Heart, Comfort in Soul"
description="Starlight Pod was born from a desire to connect people with the raw beauty of Pembrokeshire, without sacrificing the luxuries of home."
subdescription="From our hand-built structure to the quiet rustle of the forest outside your window, every detail is designed for grounding and rejuvenation."
icon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARmvwfqc0yDbci2Zr7MQSIYS9f/uploaded-1775416153899-nhe9dkix.jpg?_wi=2"
useInvertedBackground={true}
/>
</div>
<div id="amenities" data-section="amenities">
<FeatureCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
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: "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: "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: "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: "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: "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="Amenities"
description="Everything you need for a comfortable stay."
/>
</div>
<div id="amenities" data-section="amenities">
<FeatureCardTwentyThree
title="Nature Meets Luxury"
description="Unwind with high-end amenities curated for the discerning traveler."
animationType="slide-up"
textboxLayout="split"
features={[
{ id: "f1", title: "Private Hot Tub", tags: ["Luxury", "Relaxation"], imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-woman-glamping_1268-20725.jpg?_wi=2" },
{ id: "f2", title: "Firepit Lounge", tags: ["Rustic", "Social"], imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-couple-holding-guitar_23-2148503450.jpg?_wi=2" },
{ id: "f3", title: "Chef's Kitchen", tags: ["Utility", "Modern"], imageSrc: "http://img.b2bpic.net/free-photo/pottery-workplace-with-different-creations-table_23-2148970743.jpg?_wi=1" },
{ id: "f4", title: "Nature Trails", tags: ["Adventure", "Local"], imageSrc: "http://img.b2bpic.net/free-photo/wooden-road-red-cliff-near-beach-sylt-germany_181624-13251.jpg?_wi=2" },
]}
useInvertedBackground={false}
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1", name: "Exterior", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/tent-interior-glamping-night_1268-20438.jpg?_wi=4"},
{
id: "p2", name: "Landscape", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/wooden-road-red-cliff-near-beach-sylt-germany_181624-13251.jpg?_wi=3"},
{
id: "p3", name: "Hot Tub", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-woman-glamping_1268-20725.jpg?_wi=3"},
{
id: "p4", name: "Firepit", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-couple-holding-guitar_23-2148503450.jpg?_wi=3"},
{
id: "p5", name: "Kitchen", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/pottery-workplace-with-different-creations-table_23-2148970743.jpg?_wi=2"},
{
id: "p6", name: "Sunset", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-couple-nature_23-2148316064.jpg?_wi=3"},
]}
title="Our Sanctuary"
description="A glimpse into your next retreat."
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardTwo
title="Capture the Magic"
description="A visual journey through Starlight Pod."
textboxLayout="default"
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"
useInvertedBackground={true}
products={[
{ id: "g1", brand: "Exterior", name: "Golden Hour", price: "", rating: 5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARmvwfqc0yDbci2Zr7MQSIYS9f/uploaded-1775416153899-nhe9dkix.jpg?_wi=3" },
{ id: "g2", brand: "Interior", name: "Night Sky View", price: "", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/tent-interior-glamping-night_1268-20438.jpg?_wi=4" },
{ id: "g3", brand: "Surrounds", name: "Pembrokeshire Coast", price: "", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/wooden-road-red-cliff-near-beach-sylt-germany_181624-13251.jpg?_wi=3" },
]}
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="An absolutely magical experience. The pod was pristine and the location is perfect for coastal walks."
rating={5}
author="Sarah Miller"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-wearing-hat_23-2148631369.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/charming-male-female-friends-smiling-pink-background-woman-purple-sweatshirt-man-brown-outfit-look-into-camera_197531-27607.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/low-angle-female-traveler-bridge_23-2148362056.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-resting-log_23-2147835308.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28948.jpg", alt: "Guest"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardSix
title="What Our Guests Say"
description="Belonging to the forest, remembered by the heart."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Elena V.", handle: "@traveler", testimonial: "The most grounding experience. Waking up to the sounds of the woods was life-changing.", icon: ShieldCheck },
{ id: "t2", name: "Marcus P.", handle: "@naturelover", testimonial: "Luxury and simplicity perfectly balanced. Will definitely be back.", icon: Coffee },
]}
/>
</div>
<div id="booking" data-section="booking">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Booking"
title="Check Availability"
description="Select your dates and book your Pembrokeshire escape."
buttons={[
{
text: "Book Now", href: "#"},
]}
/>
</div>
<div id="booking" data-section="booking">
<ContactCTA
tag="Book Direct"
title="Ready for Your Escape?"
description="Secure your dates at Starlight Pod for an unforgettable retreat in the Pembrokeshire wild."
buttons={[{ text: "Check Availability", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Starlight Pod"
columns={[
{
title: "Location", items: [
{
label: "Maidenwells, Pembrokeshire", href: "#"},
],
},
{
title: "Navigation", items: [
{
label: "Home", href: "#hero"},
{
label: "Booking", href: "#booking"},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Starlight Pod"
columns={[
{ title: "Visit", items: [{ label: "Pembrokeshire, UK", href: "#" }] },
{ title: "Help", items: [{ label: "Contact", href: "#booking" }, { label: "Privacy", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);