diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1de9012..636ba3f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,61 +43,24 @@ export default function LandingPage() {
@@ -123,27 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Instant Bookings",
- description: "Secure your table in seconds at thousands of restaurants.",
- tag: "Speed",
- imageSrc: "http://img.b2bpic.net/free-photo/focused-young-female-professional-using-tablet-while-sitting-desk-co-working-space_74855-9929.jpg",
- },
- {
- id: "f2",
- title: "Verified Reviews",
- description: "Read authentic reviews from diners who actually visited.",
- tag: "Trust",
- imageSrc: "http://img.b2bpic.net/free-photo/stock-market-diagrams-with-charts-stock-figures-laptop-sitting-desk_482257-84629.jpg",
- },
- {
- id: "f3",
- title: "Exclusive Rewards",
- description: "Earn points on every booking and unlock dining perks.",
- tag: "Value",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-looking-laptop-new-website_171337-19397.jpg",
- },
+ { id: "f1", title: "Instant Bookings", description: "Secure your table in seconds at thousands of restaurants.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/focused-young-female-professional-using-tablet-while-sitting-desk-co-working-space_74855-9929.jpg" },
+ { id: "f2", title: "Verified Reviews", description: "Read authentic reviews from diners who actually visited.", tag: "Trust", imageSrc: "http://img.b2bpic.net/free-photo/stock-market-diagrams-with-charts-stock-figures-laptop-sitting-desk_482257-84629.jpg" },
+ { id: "f3", title: "Exclusive Rewards", description: "Earn points on every booking and unlock dining perks.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-photo/friends-looking-laptop-new-website_171337-19397.jpg" },
]}
title="Why Choose DineReserve?"
description="Everything you need to plan your perfect dining experience."
@@ -152,52 +82,17 @@ export default function LandingPage() {
@@ -237,46 +120,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Sarah Miller",
- role: "Foodie",
- company: "Local Guide",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg",
- },
- {
- id: "t2",
- name: "John Doe",
- role: "Business Traveler",
- company: "Tech Corp",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
- },
- {
- id: "t3",
- name: "Emily Watson",
- role: "Chef",
- company: "Culinary Lab",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg",
- },
- {
- id: "t4",
- name: "Alex River",
- role: "Critic",
- company: "Fine Dine Mag",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/positive-curly-female-blogger-sends-mails-messages-via-smartphone-installs-new-application-smiles-broadly_273609-55591.jpg",
- },
- {
- id: "t5",
- name: "Maria Garcia",
- role: "Food Blogger",
- company: "Influencer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg",
- },
+ { id: "t1", name: "Sarah Miller", role: "Foodie", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg" },
+ { id: "t2", name: "John Doe", role: "Business Traveler", company: "Tech Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg" },
+ { id: "t3", name: "Emily Watson", role: "Chef", company: "Culinary Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg" },
+ { id: "t4", name: "Alex River", role: "Critic", company: "Fine Dine Mag", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/positive-curly-female-blogger-sends-mails-messages-via-smartphone-installs-new-application-smiles-broadly_273609-55591.jpg" },
+ { id: "t5", name: "Maria Garcia", role: "Food Blogger", company: "Influencer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg" },
]}
title="Hear From Our Diners"
description="Join the community of food lovers."
@@ -288,14 +136,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "The Golden Fork",
- "Pizza Haven",
- "Steak Masters",
- "Sushi Zen",
- "Burger Joint",
- "Green Garden",
- "Dine Chain",
- ]}
+ "The Golden Fork", "Pizza Haven", "Steak Masters", "Sushi Zen", "Burger Joint", "Green Garden", "Dine Chain"]}
title="Trusted By Top Chains"
description="We partner with leading restaurants across the USA."
/>
@@ -305,21 +146,9 @@ export default function LandingPage() {