Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cfea661917 | |||
| ffc7d06479 | |||
| 1936f248d9 | |||
| 6cdd0641d3 | |||
| d4e9266bdf | |||
| a093e95fd6 |
270
src/app/page.tsx
270
src/app/page.tsx
@@ -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 } from "lucide-react";
|
||||
import { Leaf, Utensils, Trees } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,63 +31,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ 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>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
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={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-picnic-together-outdoors-summertime_23-2151426032.jpg",
|
||||
imageAlt: "Woodland restaurant interior",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
{ 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"
|
||||
/>
|
||||
@@ -96,23 +59,11 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Refined Woodland Dining"
|
||||
title="A Culinary Sanctuary"
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Chef Driven",
|
||||
value: "20+",
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Locally Sourced",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Combined",
|
||||
value: "15",
|
||||
},
|
||||
{ icon: Trees, label: "Nature Preserve", value: "54 Acres" },
|
||||
{ icon: Leaf, label: "In-House Gardens", value: "Estate-Grown" },
|
||||
{ icon: Utensils, label: "Artisan Craft", value: "Hand-Finished" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -124,39 +75,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "m1",
|
||||
label: "Experience",
|
||||
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",
|
||||
],
|
||||
},
|
||||
{ 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="Our Signature Offerings"
|
||||
description="Curated dishes inspired by the natural bounty of Maine."
|
||||
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>
|
||||
|
||||
@@ -166,27 +90,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
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",
|
||||
},
|
||||
{ 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 Culinary Team"
|
||||
description="Visionaries committed to creating memorable moments in the woods."
|
||||
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>
|
||||
|
||||
@@ -197,49 +105,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
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",
|
||||
},
|
||||
{ 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="What Guests Say"
|
||||
description="Join our community of forest diners."
|
||||
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>
|
||||
|
||||
@@ -247,87 +117,27 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Maine Magazine",
|
||||
"The Food Critic",
|
||||
"Travel Guide",
|
||||
"Epicurean Society",
|
||||
"Local Review",
|
||||
"Bistro Selection",
|
||||
"Industry Excellence",
|
||||
]}
|
||||
title="Recognized Excellence"
|
||||
description="Proudly featured in the regions leading culinary guides."
|
||||
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>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Join us at Wander at LongWoods for an evening you won't forget. Reservations now open."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
background={{ 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: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
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: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Reservations", href: "#" }, { label: "Chef's Counter", href: "#" }] },
|
||||
{ items: [{ label: "Estate Gardens", href: "#" }, { label: "Directions", href: "#" }] },
|
||||
{ items: [{ label: "Privacy", href: "#" }, { label: "Inquiries", href: "#" }] },
|
||||
]}
|
||||
logoText="Wander"
|
||||
/>
|
||||
@@ -335,4 +145,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user