Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffc7d06479 | |||
| 1936f248d9 | |||
| 6cdd0641d3 | |||
| d4e9266bdf | |||
| a093e95fd6 |
268
src/app/page.tsx
268
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import { Award, Leaf, Utensils } from "lucide-react";
|
import { Leaf, Utensils, Trees } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,63 +31,26 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "The Experience", id: "about" },
|
||||||
id: "hero",
|
{ name: "Garden-to-Table", id: "features" },
|
||||||
},
|
{ name: "Our Artisans", id: "team" },
|
||||||
{
|
{ name: "Voices", id: "testimonials" },
|
||||||
name: "About",
|
{ name: "Visit", id: "contact" },
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Testimonials",
|
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Wander"
|
brandName="Wander at LongWoods"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Wander at LongWoods"
|
title="Wander at LongWoods"
|
||||||
description="Exquisite seasonal cuisine nestled deep within the quiet serenity of the Cumberland woods."
|
description="Nestled within 54 acres of protected Cumberland wilderness, we curate a refined, farm-to-table dining experience rooted in Maine’s seasonal bounty."
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-forest-nature-landscape_23-2149028882.jpg", imageAlt: "The LongWoods nature preserve" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-picnic-together-outdoors-summertime_23-2151426032.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2149028882.jpg", imageAlt: "Our wood-fired open kitchen" },
|
||||||
imageAlt: "Woodland restaurant interior",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-meal_23-2148000000.jpg", imageAlt: "Chef-curated seasonal plates" },
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg",
|
|
||||||
imageAlt: "Forest view dining",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plates-thanksgiving-dinner-with-cutlery_23-2148639019.jpg",
|
|
||||||
imageAlt: "Gourmet plating",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/puts-glass-waiter-hand-gloves-worker-is-engaged-serving-table_146671-14409.jpg",
|
|
||||||
imageAlt: "Interior wood decor",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg",
|
|
||||||
imageAlt: "Serene restaurant atmosphere",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-served-with-tea-nuts-dried-fruits-plate_140725-12865.jpg",
|
|
||||||
imageAlt: "Seasonal local ingredients",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -96,23 +59,11 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Refined Woodland Dining"
|
title="A Culinary Sanctuary"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ icon: Trees, label: "Nature Preserve", value: "54 Acres" },
|
||||||
icon: Utensils,
|
{ icon: Leaf, label: "In-House Gardens", value: "Estate-Grown" },
|
||||||
label: "Chef Driven",
|
{ icon: Utensils, label: "Artisan Craft", value: "Hand-Finished" },
|
||||||
value: "20+",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Leaf,
|
|
||||||
label: "Locally Sourced",
|
|
||||||
value: "100%",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Award,
|
|
||||||
label: "Years Combined",
|
|
||||||
value: "15",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -124,39 +75,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "f1", label: "Provenance", title: "Estate-to-Table", items: ["Daily-harvest garden greens", "Foraged Maine aromatics", "Wood-fired heritage grains"] },
|
||||||
id: "m1",
|
{ id: "f2", label: "Seasonal", title: "The Harvest Menu", items: ["Rotating seasonal tasting", "Small-batch local bounty", "Preserved garden ferments"] },
|
||||||
label: "Experience",
|
{ id: "f3", label: "Experience", title: "Chef’s Counter", items: ["Direct kitchen engagement", "Intimate fireplace seating", "Curated tasting journey"] },
|
||||||
title: "Farm to Table",
|
|
||||||
items: [
|
|
||||||
"Seasonal produce",
|
|
||||||
"Heritage meats",
|
|
||||||
"Foraged herbs",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
label: "Selection",
|
|
||||||
title: "Wine Cellar",
|
|
||||||
items: [
|
|
||||||
"Organic labels",
|
|
||||||
"Regional classics",
|
|
||||||
"Sommelier picks",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
label: "Technique",
|
|
||||||
title: "Wood Fired",
|
|
||||||
items: [
|
|
||||||
"Open hearth grilling",
|
|
||||||
"Smoked infusions",
|
|
||||||
"Rustic roasting",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Offerings"
|
title="Garden-to-Table"
|
||||||
description="Curated dishes inspired by the natural bounty of Maine."
|
description="Our kitchen is an extension of our landscape. Every dish reflects the immediate harvest from our gardens and local partners, transformed by fire and patience."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -166,27 +90,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
team={[
|
team={[
|
||||||
{
|
{ id: "t1", name: "Culinary Team", role: "Open-Hearth Specialists", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-kitchen_23-2148784112.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Agrarian Team", role: "Estate Cultivators", imageSrc: "http://img.b2bpic.net/free-photo/farmer-harvesting-produce_23-2148784112.jpg" },
|
||||||
name: "Elena March",
|
|
||||||
role: "Executive Chef",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Marcus Thorne",
|
|
||||||
role: "Sous Chef",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-vegetables-looking-woman-taking-bottle-from-shelf_23-2147917705.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Sarah Jenkins",
|
|
||||||
role: "Wine Director",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-propose-his-lover_23-2148060327.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Meet the Culinary Team"
|
title="The Hands of LongWoods"
|
||||||
description="Visionaries committed to creating memorable moments in the woods."
|
description="From our soil to your plate, our producers work as one to capture the spirit of Maine wilderness in every course."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -197,49 +105,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Dr. Elena M.", role: "Gastronomy Critic", company: "Food & Terrain Journal", rating: 5 },
|
||||||
id: "1",
|
{ id: "2", name: "Thomas R.", role: "Local Supporter", company: "Cumberland Resident", rating: 5 },
|
||||||
name: "James R.",
|
|
||||||
role: "Food Critic",
|
|
||||||
company: "Maine Eats",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236901.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Linda M.",
|
|
||||||
role: "Local Resident",
|
|
||||||
company: "Cumberland",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-flowers-table_23-2149434112.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "David K.",
|
|
||||||
role: "Traveler",
|
|
||||||
company: "Portland",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Emily P.",
|
|
||||||
role: "Visitor",
|
|
||||||
company: "Boston",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Tom H.",
|
|
||||||
role: "Connoisseur",
|
|
||||||
company: "Foodies Inc",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-fork-mouth-near-cheerful-woman-table-with-glasses-wine-food-restaurant_23-2148016766.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Guests Say"
|
title="Voices of LongWoods"
|
||||||
description="Join our community of forest diners."
|
description="Guests value the quiet solitude of our preserve, the raw connection to our kitchen, and the unparalleled freshness of ingredients grown steps from their table."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -247,87 +117,27 @@ export default function LandingPage() {
|
|||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={["Maine Sustainable Dining Certified", "Cumberland Ecological Trust", "Wild Harvest Partners"]}
|
||||||
"Maine Magazine",
|
title="Stewards of the Land"
|
||||||
"The Food Critic",
|
description="Our commitment to regenerative agriculture and minimal-intervention cooking ensures our presence enhances, rather than impacts, our 54-acre home."
|
||||||
"Travel Guide",
|
|
||||||
"Epicurean Society",
|
|
||||||
"Local Review",
|
|
||||||
"Bistro Selection",
|
|
||||||
"Industry Excellence",
|
|
||||||
]}
|
|
||||||
title="Recognized Excellence"
|
|
||||||
description="Proudly featured in the regions leading culinary guides."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
text="Reserve your place at the Chef's Counter or join us for a dusk dinner amidst the LongWoods canopy. Discover a deeper connection to where your food begins."
|
||||||
}}
|
buttons={[{ text: "Book a Table", href: "#" }]}
|
||||||
text="Join us at Wander at LongWoods for an evening you won't forget. Reservations now open."
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Book a Table",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ items: [{ label: "Reservations", href: "#" }, { label: "Chef's Counter", href: "#" }] },
|
||||||
items: [
|
{ items: [{ label: "Estate Gardens", href: "#" }, { label: "Directions", href: "#" }] },
|
||||||
{
|
{ items: [{ label: "Privacy", href: "#" }, { label: "Inquiries", href: "#" }] },
|
||||||
label: "Reservations",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Private Events",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Careers",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Directions",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact Us",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Press",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Accessibility",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms of Service",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Wander"
|
logoText="Wander"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user