diff --git a/src/app/page.tsx b/src/app/page.tsx
index 281120e..a94cf51 100644
--- a/src/app/page.tsx
+++ b/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 { Award, Leaf, Utensils, Pizza, Users, Trees } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,26 +31,12 @@ export default function LandingPage() {
@@ -58,36 +44,13 @@ export default function LandingPage() {
@@ -96,23 +59,11 @@ export default function LandingPage() {
@@ -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: "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"] },
]}
- title="Our Signature Offerings"
- description="Curated dishes inspired by the natural bounty of Maine."
+ title="Farm-to-Table Menu"
+ description="Our menu evolves with the seasons, celebrating ingredients plucked directly from our on-site farm and local producers."
/>
@@ -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: "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" },
]}
- title="Meet the Culinary Team"
- description="Visionaries committed to creating memorable moments in the woods."
+ 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."
/>
@@ -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: "Local Resident", role: "Regular Guest", company: "LongWoods", rating: 5 },
+ { id: "2", name: "Culinary Traveler", role: "Dining Enthusiast", company: "Reviewer", rating: 5 },
]}
- title="What Guests Say"
- description="Join our community of forest diners."
+ 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."
/>
@@ -247,87 +117,27 @@ export default function LandingPage() {