diff --git a/src/app/page.tsx b/src/app/page.tsx
index a2e8272..00bdd25 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,83 +30,34 @@ export default function LandingPage() {
@@ -118,35 +69,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- title: "Tree Removal",
- tags: [
- "Safety",
- "Fast",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=1",
- },
+ id: "s1", title: "Signature Entrees", tags: ["Traditional", "Popular"],
+ imageSrc: "http://img.b2bpic.net/free-photo/gourmet-meal-being-served-restaurant_23-2149176374.jpg"},
{
- id: "s2",
- title: "Tree Trimming",
- tags: [
- "Health",
- "Aesthetics",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=2",
- },
+ id: "s2", title: "Exquisite Wines", tags: ["Vintage", "Pairing"],
+ imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-with-food_23-2149176374.jpg"},
{
- id: "s3",
- title: "Emergency Service",
- tags: [
- "24/7",
- "Storm",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=3",
- },
+ id: "s3", title: "Decadent Desserts", tags: ["Sweet", "Homemade"],
+ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-served_23-2149176374.jpg"},
]}
- title="Our Tree Services"
- description="Professional care for every tree."
+ title="Our Menu Highlights"
+ description="A curated selection of seasonal delights."
/>
@@ -154,20 +87,14 @@ export default function LandingPage() {
@@ -177,25 +104,15 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- title="Client Reviews"
- description="Hear what our local neighbors have to say."
+ title="What Diners Say"
+ description="Celebrating culinary excellence with our community."
showRating={true}
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- handle: "@sarahj",
- testimonial: "Excellent service!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
+ id: "t1", name: "Julien R.", handle: "@julienr", testimonial: "Authentic flavors that remind me of home!", rating: 5,
},
{
- id: "t2",
- name: "Mark D.",
- handle: "@markd",
- testimonial: "Fast and clean.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg",
+ id: "t2", name: "Claire M.", handle: "@clairem", testimonial: "The wine pairing was simply divine.", rating: 5,
},
]}
/>
@@ -204,43 +121,25 @@ export default function LandingPage() {