2 Commits

Author SHA1 Message Date
6cdd0641d3 Update src/app/page.tsx 2026-05-25 00:22:08 +00:00
d4e9266bdf Merge version_2 into main
Merge version_2 into main
2026-05-25 00:21:04 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, Leaf, Utensils, Pizza, Users, Trees } from "lucide-react";
import { Leaf, Utensils, Trees } from "lucide-react";
export default function LandingPage() {
return (
@@ -49,7 +49,7 @@ export default function LandingPage() {
description="Immerse yourself in our 54-acre nature preserve, where refined, farm-to-table dining meets the tranquil spirit of the Maine woods."
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 pizza" },
{ 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" },
]}
mediaAnimation="slide-up"
@@ -62,7 +62,7 @@ export default function LandingPage() {
title="A Culinary Sanctuary"
metrics={[
{ icon: Trees, label: "Nature Preserve", value: "54 Acres" },
{ icon: Leaf, label: "On-Site Farms", value: "Local" },
{ icon: Leaf, label: "On-Site Gardens", value: "Local" },
{ icon: Utensils, label: "Handcrafted", value: "Artisan" },
]}
metricsAnimation="slide-up"
@@ -75,12 +75,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "f1", label: "Signature", title: "Handcrafted Pizzas", items: ["Sourdough crusts", "Seasonal toppings", "Wood-fired perfection"] },
{ id: "f2", label: "Sharing", title: "Plates to Share", items: ["Locally foraged greens", "Heritage farm charcuterie", "Small-batch seasonal plates"] },
{ id: "f3", label: "Service", title: "Chef's Counter", items: ["Intimate kitchen view", "Direct chef interaction", "Curated tasting experience"] },
{ 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"] },
]}
title="Farm-to-Table Menu"
description="Our menu evolves with the seasons, celebrating ingredients plucked directly from our on-site farm and local producers."
title="Seasonal Menu"
description="Our menu evolves with the seasons, celebrating ingredients plucked directly from our on-site gardens and local producers."
/>
</div>
@@ -91,10 +91,10 @@ export default function LandingPage() {
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: "Farm Manager", role: "On-Site Cultivator", imageSrc: "http://img.b2bpic.net/free-photo/farmer-harvesting-produce_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" },
]}
title="Meet the Producers"
description="Our team works hand-in-hand between the farm and the kitchen to bring the essence of LongWoods to your plate."
description="Our team works hand-in-hand between the garden and the kitchen to bring the essence of LongWoods to your plate."
/>
</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", rating: 5 },
{ id: "2", name: "Culinary Traveler", role: "Dining Enthusiast", company: "Reviewer", rating: 5 },
{ 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 },
]}
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 the farm-to-table experience."
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."
/>
</div>
@@ -117,7 +117,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={["Farm-to-Table Certified", "Maine Culinary Trust", "Sustainable Dining Guide"]}
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."
/>
@@ -136,7 +136,7 @@ export default function LandingPage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Reservations", href: "#" }, { label: "Chef's Counter", href: "#" }] },
{ items: [{ label: "Our Farm", href: "#" }, { label: "Directions", href: "#" }] },
{ items: [{ label: "Our Grounds", href: "#" }, { label: "Directions", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Contact", href: "#" }] },
]}
logoText="Wander"