Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-25 00:24:38 +00:00

View File

@@ -32,13 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "The Experience", id: "about" },
{ name: "Garden-to-Table", id: "features" },
{ name: "Our Artisans", id: "team" },
{ name: "Voices", id: "testimonials" },
{ name: "Visit", id: "contact" },
]}
brandName="Wander"
brandName="Wander at LongWoods"
/>
</div>
@@ -46,11 +46,11 @@ export default function LandingPage() {
<HeroBillboardGallery
background={{ variant: "gradient-bars" }}
title="Wander at LongWoods"
description="Immerse yourself in our 54-acre nature preserve, where refined, farm-to-table dining meets the tranquil spirit of the Maine woods."
description="Nestled within 54 acres of protected Cumberland wilderness, we curate a refined, farm-to-table dining experience rooted in Maines seasonal bounty."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-forest-nature-landscape_23-2149028882.jpg", imageAlt: "54-acre nature preserve view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2149028882.jpg", imageAlt: "Handcrafted wood-fired artisan food" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-meal_23-2148000000.jpg", imageAlt: "Chef counter seating experience" },
{ 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/delicious-pizza-party_23-2149028882.jpg", imageAlt: "Our wood-fired open kitchen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-meal_23-2148000000.jpg", imageAlt: "Chef-curated seasonal plates" },
]}
mediaAnimation="slide-up"
/>
@@ -62,8 +62,8 @@ export default function LandingPage() {
title="A Culinary Sanctuary"
metrics={[
{ icon: Trees, label: "Nature Preserve", value: "54 Acres" },
{ icon: Leaf, label: "On-Site Gardens", value: "Local" },
{ icon: Utensils, label: "Handcrafted", value: "Artisan" },
{ icon: Leaf, label: "In-House Gardens", value: "Estate-Grown" },
{ icon: Utensils, label: "Artisan Craft", value: "Hand-Finished" },
]}
metricsAnimation="slide-up"
/>
@@ -75,12 +75,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "f1", label: "Signature", title: "Handcrafted Plates", items: ["Sourdough preparations", "Seasonal harvests", "Wood-fired refinement"] },
{ id: "f2", label: "Sharing", title: "Plates to Share", items: ["Locally foraged greens", "Heritage farm bounty", "Small-batch seasonal plates"] },
{ id: "f3", label: "Service", title: "The Counter", items: ["Intimate kitchen view", "Direct engagement", "Curated tasting experience"] },
{ id: "f1", label: "Provenance", title: "Estate-to-Table", items: ["Daily-harvest garden greens", "Foraged Maine aromatics", "Wood-fired heritage grains"] },
{ id: "f2", label: "Seasonal", title: "The Harvest Menu", items: ["Rotating seasonal tasting", "Small-batch local bounty", "Preserved garden ferments"] },
{ id: "f3", label: "Experience", title: "Chefs Counter", items: ["Direct kitchen engagement", "Intimate fireplace seating", "Curated tasting journey"] },
]}
title="Seasonal Menu"
description="Our menu evolves with the seasons, celebrating ingredients plucked directly from our on-site gardens and local producers."
title="Garden-to-Table"
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>
@@ -90,11 +90,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
team={[
{ id: "t1", name: "Executive Chef", role: "Culinary Visionary", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-kitchen_23-2148784112.jpg" },
{ id: "t2", name: "Garden Manager", role: "On-Site Cultivator", imageSrc: "http://img.b2bpic.net/free-photo/farmer-harvesting-produce_23-2148784112.jpg" },
{ id: "t1", name: "Culinary Team", role: "Open-Hearth Specialists", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-kitchen_23-2148784112.jpg" },
{ id: "t2", name: "Agrarian Team", role: "Estate Cultivators", imageSrc: "http://img.b2bpic.net/free-photo/farmer-harvesting-produce_23-2148784112.jpg" },
]}
title="Meet the Producers"
description="Our team works hand-in-hand between the garden and the kitchen to bring the essence of LongWoods to your plate."
title="The Hands of LongWoods"
description="From our soil to your plate, our producers work as one to capture the spirit of Maine wilderness in every course."
/>
</div>
@@ -105,11 +105,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Local Resident", role: "Regular Guest", company: "LongWoods Community", rating: 5 },
{ id: "2", name: "Culinary Traveler", role: "Dining Enthusiast", company: "Visitor", rating: 5 },
{ id: "1", name: "Dr. Elena M.", role: "Gastronomy Critic", company: "Food & Terrain Journal", rating: 5 },
{ id: "2", name: "Thomas R.", role: "Local Supporter", company: "Cumberland Resident", rating: 5 },
]}
title="Atmosphere & Reviews"
description="Guests describe Wander at LongWoods as a breathtaking hidden gem, praising the warmth, the open hearth, and the sheer freshness of our farm-to-table experience."
title="Voices of LongWoods"
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>
@@ -117,9 +117,9 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={["Farm-to-Table Certified", "Cumberland Culinary Trust", "Sustainable Dining Guide"]}
title="Rooted in Sustainability"
description="We pride ourselves on an ecological approach to dining that gives back as much as it takes from the Cumberland land."
names={["Maine Sustainable Dining Certified", "Cumberland Ecological Trust", "Wild Harvest Partners"]}
title="Stewards of the Land"
description="Our commitment to regenerative agriculture and minimal-intervention cooking ensures our presence enhances, rather than impacts, our 54-acre home."
/>
</div>
@@ -127,8 +127,8 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Reserve your seat at the Chef's Counter or join us for a sunset dinner on the preserve. Experience the quiet magic of LongWoods."
buttons={[{ text: "Book Your Experience", href: "#" }]}
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: "#" }]}
/>
</div>
@@ -136,8 +136,8 @@ export default function LandingPage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Reservations", href: "#" }, { label: "Chef's Counter", href: "#" }] },
{ items: [{ label: "Our Grounds", href: "#" }, { label: "Directions", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Contact", href: "#" }] },
{ items: [{ label: "Estate Gardens", href: "#" }, { label: "Directions", href: "#" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Inquiries", href: "#" }] },
]}
logoText="Wander"
/>