diff --git a/src/app/page.tsx b/src/app/page.tsx
index c304e21..615ec99 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,16 +32,11 @@ export default function LandingPage() {
@@ -49,46 +44,17 @@ export default function LandingPage() {
@@ -96,9 +62,9 @@ export default function LandingPage() {
@@ -136,30 +94,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1", title: "Drive-Through", subtitle: "Grab a quick meal on your way through town.", category: "Service", value: "Fast"},
- {
- id: "f2", title: "Dine-In", subtitle: "Enjoy a comfortable mountain-style diner atmosphere.", category: "Service", value: "Cozy"},
+ { id: "f1", title: "Quick Drive-Through", subtitle: "Get your favorite comfort food without leaving your car.", category: "Service", value: "Efficient" },
+ { id: "f2", title: "Dine-In Atmosphere", subtitle: "Relax and enjoy your meal in our cozy mountain setting.", category: "Service", value: "Comfortable" },
]}
- title="Diner Highlights"
- description="Experience fast and friendly service at our mountain-town classic."
- />
-
-
-
-
@@ -168,19 +107,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", title: "Quick Service", quote: "Cute little mountain town diner. Staff was friendly, no wait.", name: "Charene Robinson", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
- {
- id: "2", title: "Delicious Shakes", quote: "The best part is the shakes. Absolutely delicious.", name: "Jason Williams", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cheerful-girl-with-tattooes-dreadlocks-is-sitting-food-court-while-drinking-coffee_613910-17170.jpg"},
- {
- id: "3", title: "Comfort Food", quote: "Great place for a quick bit to eat. Convenient diner spot.", name: "Emily George", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-caucasian-redhead-woman-with-cute-smile-hair-bun-laughing-cheerfully-nice-chat-with-unrecognizable-brunette-girl-gray-hat_273609-2058.jpg"},
- {
- id: "4", title: "Good Value", quote: "Reasonable prices and great service. We will be back.", name: "Mark Miller", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-entrepreneur-asian-business-owner-manager-sitting-confident-smiling_1258-199004.jpg"},
- {
- id: "5", title: "Mountain Classic", quote: "A must-visit when passing through Burney. Perfect pit stop.", name: "Sarah Davis", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-passing-food-her-husband-while-having-family-lunch-home_637285-3243.jpg"},
+ { id: "1", title: "Best Pit Stop", quote: "The best part of passing through Burney is stopping here for a shake!", name: "Sarah D.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-passing-food-her-husband-while-having-family-lunch-home_637285-3243.jpg" },
+ { id: "2", title: "Classic Diner Vibes", quote: "Friendly staff, quick service, and consistently great food.", name: "Jason W.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cheerful-girl-with-tattooes-dreadlocks-is-sitting-food-court-while-drinking-coffee_613910-17170.jpg" },
]}
- title="Customer Favorites"
- description="See why locals and visitors love Alpine Drive Inn."
+ title="Customer Love"
+ description="Join the hundreds of happy visitors who call Alpine Drive Inn their favorite local spot."
/>
@@ -188,12 +119,11 @@ export default function LandingPage() {
@@ -201,12 +131,11 @@ export default function LandingPage() {
@@ -214,26 +143,8 @@ export default function LandingPage() {
@@ -241,4 +152,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}