diff --git a/src/app/page.tsx b/src/app/page.tsx
index a096173..7d015d0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,13 +32,13 @@ export default function LandingPage() {
@@ -46,11 +46,11 @@ export default function LandingPage() {
@@ -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: "Chef’s 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."
/>
@@ -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."
/>
@@ -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."
/>
@@ -117,9 +117,9 @@ export default function LandingPage() {
@@ -127,8 +127,8 @@ export default function LandingPage() {
@@ -136,8 +136,8 @@ export default function LandingPage() {