Update src/app/page.tsx

This commit is contained in:
2026-04-05 19:09:54 +00:00
parent 8f7e717372
commit 2e9d2ce994

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
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", imageAlt: "Starlight Pod Glamping" },
{ 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" },
@@ -63,7 +63,7 @@ export default function LandingPage() {
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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARmvwfqc0yDbci2Zr7MQSIYS9f/uploaded-1775416153899-nhe9dkix.jpg?_wi=2"
useInvertedBackground={true}
/>
</div>
@@ -93,7 +93,7 @@ export default function LandingPage() {
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" },
{ 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" },
]}