Update src/app/page.tsx
This commit is contained in:
227
src/app/page.tsx
227
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "The Cottage",
|
||||
id: "about",
|
||||
},
|
||||
name: "The Cottage", id: "about"},
|
||||
{
|
||||
name: "Highlights",
|
||||
id: "features",
|
||||
},
|
||||
name: "Highlights", id: "features"},
|
||||
{
|
||||
name: "Area Guide",
|
||||
id: "guide",
|
||||
},
|
||||
name: "Area Guide", id: "guide"},
|
||||
{
|
||||
name: "Guest Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Guest Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Book Now", id: "contact"},
|
||||
]}
|
||||
brandName="St Ebba's Peep"
|
||||
/>
|
||||
@@ -62,32 +52,20 @@ export default function LandingPage() {
|
||||
description="Experience the rugged beauty of the Northumbrian coast from the comfort of St Ebba's Peep. A sanctuary of sand, sea, and solace."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enquire Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sea-wave-storm_1398-471.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-family-together-walking-forest-winter-time_1303-20027.jpg",
|
||||
alt: "Happy guest profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-family-together-walking-forest-winter-time_1303-20027.jpg", alt: "Happy guest profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-woman-with-champagne-glasses-children-near_23-2147580713.jpg",
|
||||
alt: "Happy guest profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-woman-with-champagne-glasses-children-near_23-2147580713.jpg", alt: "Happy guest profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-happy-people-seaside_23-2149487116.jpg",
|
||||
alt: "Happy guest profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-happy-people-seaside_23-2149487116.jpg", alt: "Happy guest profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-celebrating-birthday-picnic_23-2147699221.jpg",
|
||||
alt: "Happy guest profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-celebrating-birthday-picnic_23-2147699221.jpg", alt: "Happy guest profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting_23-2149481036.jpg",
|
||||
alt: "Happy guest profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting_23-2149481036.jpg", alt: "Happy guest profile"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy guests"
|
||||
/>
|
||||
@@ -100,26 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.9",
|
||||
title: "Guest Rating",
|
||||
description: "Across 25+ glowing reviews.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-traveler-sitting-near-campfire-night-starry-sky_651396-3140.jpg",
|
||||
},
|
||||
id: "m1", value: "4.9", title: "Guest Rating", description: "Across 25+ glowing reviews.", imageSrc: "http://img.b2bpic.net/free-photo/female-traveler-sitting-near-campfire-night-starry-sky_651396-3140.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5 min",
|
||||
title: "Beach Walk",
|
||||
description: "To the pristine shorelines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-holding-gold-stars-business-concept_107791-15942.jpg",
|
||||
},
|
||||
id: "m2", value: "5 min", title: "Beach Walk", description: "To the pristine shorelines.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-holding-gold-stars-business-concept_107791-15942.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "All-Year",
|
||||
title: "Accessible",
|
||||
description: "Welcoming everyone with ease.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-online-shopping-experience_23-2151952976.jpg",
|
||||
},
|
||||
id: "m3", value: "All-Year", title: "Accessible", description: "Welcoming everyone with ease.", imageSrc: "http://img.b2bpic.net/free-photo/happy-online-shopping-experience_23-2151952976.jpg"},
|
||||
]}
|
||||
title="Guest Highlights"
|
||||
description="What our guests love most about their stay."
|
||||
@@ -134,17 +97,11 @@ export default function LandingPage() {
|
||||
description="St Ebba's Peep is more than a cottage; it's an experience. We pride ourselves on the details: from the accessible downstairs bedroom to the signature locally-sourced welcome hamper waiting on your arrival."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Accessibility",
|
||||
description: "Thoughtfully designed downstairs bedroom and living spaces.",
|
||||
},
|
||||
title: "Accessibility", description: "Thoughtfully designed downstairs bedroom and living spaces."},
|
||||
{
|
||||
title: "Welcome Hamper",
|
||||
description: "Curated local goods to kickstart your holiday.",
|
||||
},
|
||||
title: "Welcome Hamper", description: "Curated local goods to kickstart your holiday."},
|
||||
{
|
||||
title: "Dog-Friendly",
|
||||
description: "Paws are family too — bring them along.",
|
||||
},
|
||||
title: "Dog-Friendly", description: "Paws are family too — bring them along."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-with-easter-decor-elements-festive-pastries-cozy-home-composition_169016-10836.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -157,35 +114,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dog-Friendly",
|
||||
description: "Washing station and bowls included.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sign-with-wheelchair-symbol_1160-818.jpg",
|
||||
},
|
||||
title: "Dog-Friendly", description: "Washing station and bowls included.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-sign-with-wheelchair-symbol_1160-818.jpg"},
|
||||
{
|
||||
title: "Accessibility",
|
||||
description: "Zero-step access for all guests.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5vzhty",
|
||||
},
|
||||
title: "Accessibility", description: "Zero-step access for all guests.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5vzhty"},
|
||||
{
|
||||
title: "EV Charging",
|
||||
description: "Green travel for modern journeys.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-coastal-cliffs-sandy-beach-ocean-grove_1308-189534.jpg",
|
||||
},
|
||||
title: "EV Charging", description: "Green travel for modern journeys.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-coastal-cliffs-sandy-beach-ocean-grove_1308-189534.jpg"},
|
||||
{
|
||||
title: "Family-Ready",
|
||||
description: "High chairs and travel cots provided.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-cruelty-free-badge-set_23-2148823799.jpg",
|
||||
},
|
||||
title: "Family-Ready", description: "High chairs and travel cots provided.", imageSrc: "http://img.b2bpic.net/free-vector/flat-cruelty-free-badge-set_23-2148823799.jpg"},
|
||||
{
|
||||
title: "Beach Proximity",
|
||||
description: "Just steps from sand and surf.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-sandy-river-mouth-lush-rainforest-coastline_1308-189512.jpg",
|
||||
},
|
||||
title: "Beach Proximity", description: "Just steps from sand and surf.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-sandy-river-mouth-lush-rainforest-coastline_1308-189512.jpg"},
|
||||
{
|
||||
title: "Local Hamper",
|
||||
description: "Hand-picked local artisan treats.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-coconut-candies-with-presents-light-background-goodie-color-sweet-cake-holiday-sugar-valentines-day-couple-gift-love_140725-158471.jpg",
|
||||
},
|
||||
title: "Local Hamper", description: "Hand-picked local artisan treats.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-coconut-candies-with-presents-light-background-goodie-color-sweet-cake-holiday-sugar-valentines-day-couple-gift-love_140725-158471.jpg"},
|
||||
]}
|
||||
title="Curated for Comfort"
|
||||
description="Every detail has been crafted to make your stay memorable."
|
||||
@@ -197,43 +136,20 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Sandy Shore",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-castelul-de-lut-valea-zanelor-landmark-porumbacu-de-sus-romaniaa_181624-58366.jpg",
|
||||
},
|
||||
id: "p1", name: "The Sandy Shore", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-castelul-de-lut-valea-zanelor-landmark-porumbacu-de-sus-romaniaa_181624-58366.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Coastal Walks",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-wooden-path-hills-shore-ocean-sylt-island-germany_181624-7814.jpg",
|
||||
},
|
||||
id: "p2", name: "Coastal Walks", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-wooden-path-hills-shore-ocean-sylt-island-germany_181624-7814.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Historic Castles",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-decorative-light-bulbs-seashells_23-2147628383.jpg",
|
||||
},
|
||||
id: "p3", name: "Historic Castles", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-decorative-light-bulbs-seashells_23-2147628383.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cottage Living",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890374.jpg",
|
||||
},
|
||||
id: "p4", name: "Cottage Living", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890374.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Hidden Cafes",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-sandy-beach-cloudy-sky-ajaccio-corsica-france_181624-25348.jpg",
|
||||
},
|
||||
id: "p5", name: "Hidden Cafes", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-sandy-beach-cloudy-sky-ajaccio-corsica-france_181624-25348.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sea Glass Finds",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-concept-with-seashells-boat_23-2147647028.jpg",
|
||||
},
|
||||
id: "p6", name: "Sea Glass Finds", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/beach-concept-with-seashells-boat_23-2147647028.jpg"},
|
||||
]}
|
||||
title="The Northumbrian Mosaic"
|
||||
description="Explore the castle, walks, and shoreline just outside our doorstep."
|
||||
@@ -245,30 +161,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-parents-smiling-taking-selfie-beach_23-2148134569.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/happy-parents-smiling-taking-selfie-beach_23-2148134569.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Bond",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg",
|
||||
},
|
||||
id: "t2", name: "James Bond", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Watson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-woman-trendy-summer-dress-sexy-carefree-woman-posing-street-background-hat-sunset-positive-model-laughing-outdoors-cheerful-happy_158538-26017.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Watson", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-woman-trendy-summer-dress-sexy-carefree-woman-posing-street-background-hat-sunset-positive-model-laughing-outdoors-cheerful-happy_158538-26017.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
id: "t4", name: "David Thorne", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
id: "t5", name: "Linda Smith", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
]}
|
||||
cardTitle="What Guests Say"
|
||||
cardTag="Reviews"
|
||||
@@ -281,20 +182,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "a1",
|
||||
title: "Best Local Pub?",
|
||||
content: "The Ship Inn offers fresh local seafood and incredible coastal views.",
|
||||
},
|
||||
id: "a1", title: "Best Local Pub?", content: "The Ship Inn offers fresh local seafood and incredible coastal views."},
|
||||
{
|
||||
id: "a2",
|
||||
title: "Day Trips",
|
||||
content: "Alnwick Castle and the Holy Island of Lindisfarne are within short driving distance.",
|
||||
},
|
||||
id: "a2", title: "Day Trips", content: "Alnwick Castle and the Holy Island of Lindisfarne are within short driving distance."},
|
||||
{
|
||||
id: "a3",
|
||||
title: "Coffee Spots",
|
||||
content: "Visit the village bakery for artisan coffee and local pastries each morning.",
|
||||
},
|
||||
id: "a3", title: "Coffee Spots", content: "Visit the village bakery for artisan coffee and local pastries each morning."},
|
||||
]}
|
||||
sideTitle="Area Guide"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -308,16 +200,10 @@ export default function LandingPage() {
|
||||
description="Ready to experience the Northumbrian coast? Reach out to check availability and book your stay."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sea-colorful-sunset-with-motion-effect-cool-picture-wallpapers-backgrounds_181624-12639.jpg"
|
||||
@@ -330,42 +216,27 @@ export default function LandingPage() {
|
||||
logoText="St Ebba's Peep"
|
||||
columns={[
|
||||
{
|
||||
title: "Cottage",
|
||||
items: [
|
||||
title: "Cottage", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Area",
|
||||
items: [
|
||||
title: "Area", items: [
|
||||
{
|
||||
label: "Local Guide",
|
||||
href: "#guide",
|
||||
},
|
||||
label: "Local Guide", href: "#guide"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user