From 6cdd0641d33bfd7b235341d561b12d26a375ccad Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:22:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a94cf51..a096173 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, 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." /> @@ -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." /> @@ -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." /> @@ -117,7 +117,7 @@ export default function LandingPage() { @@ -136,7 +136,7 @@ export default function LandingPage() {