From 8a8975861c9c7129dfec71ac91c70d4260eea6b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 07:30:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 242 +++++++++++------------------------------------ 1 file changed, 57 insertions(+), 185 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 446ce3d..c05b850 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,123 +47,69 @@ export default function LandingPage() {
@@ -184,12 +120,12 @@ export default function LandingPage() { title="Our Culinary Philosophy" buttons={[ { - text: "Learn More About Us", - href: "/about", - }, + text: "Learn More About Us", href: "/about"}, ]} - description="At Sainath Hidss Food, we believe in crafting experiences. Rooted in tradition, our dishes blend authentic Indian spices with modern culinary techniques to bring you an unforgettable dining journey. Every plate tells a story of passion, purity, and exquisite taste." /> +

+ At Sainath Hidss Food, we believe in crafting experiences. Rooted in tradition, our dishes blend authentic Indian spices with modern culinary techniques to bring you an unforgettable dining journey. Every plate tells a story of passion, purity, and exquisite taste. +

@@ -262,45 +173,20 @@ export default function LandingPage() { carouselMode="auto" testimonials={[ { - id: "1", - name: "Priya Sharma", - role: "Food Blogger", - company: "Taste Trails", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-woman_23-2151020343.jpg", - }, + id: "1", name: "Priya Sharma", role: "Food Blogger", company: "Taste Trails", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-woman_23-2151020343.jpg"}, { - id: "2", - name: "Rajesh Kumar", - role: "CEO", - company: "Global Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-eating-dessert-while-relaxing-cafe_637285-8901.jpg", - }, + id: "2", name: "Rajesh Kumar", role: "CEO", company: "Global Tech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-eating-dessert-while-relaxing-cafe_637285-8901.jpg"}, { - id: "3", - name: "Ananya Singh", - role: "Marketing Head", - company: "Creative Minds", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", - }, + id: "3", name: "Ananya Singh", role: "Marketing Head", company: "Creative Minds", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg"}, { - id: "4", - name: "Siddharth Mehta", - role: "Travel Vlogger", - company: "Wanderlust Diaries", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-confident-smiling-pointing-with-index-finger-camera-standing-green_141793-109406.jpg", - }, + id: "4", name: "Siddharth Mehta", role: "Travel Vlogger", company: "Wanderlust Diaries", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-confident-smiling-pointing-with-index-finger-camera-standing-green_141793-109406.jpg"}, { - id: "5", - name: "Kiran & Deepak", - role: "Regular Customers", - company: "Local Residents", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-woman-her-female-friend-serving-food-dining-table-while-their-boyfriends-are-drinking-wine-background_637285-5846.jpg", - }, + id: "5", name: "Kiran & Deepak", role: "Regular Customers", company: "Local Residents", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-woman-her-female-friend-serving-food-dining-table-while-their-boyfriends-are-drinking-wine-background_637285-5846.jpg"}, ]} title="What Our Guests Say" description="Hear from our cherished patrons about their unforgettable dining experiences at Sainath Hidss Food." @@ -312,15 +198,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Diner's Choice Award 2023", - "Best Indian Restaurant City Award", - "Culinary Excellence Gold Plate", - "Top Rated on TripAdvisor", - "Chef's Guild Recommendation", - "Local Favorite Eatery", - "Food Critics' Pick", - "Hospitality Star Award", - ]} + "Diner's Choice Award 2023", "Best Indian Restaurant City Award", "Culinary Excellence Gold Plate", "Top Rated on TripAdvisor", "Chef's Guild Recommendation", "Local Favorite Eatery", "Food Critics' Pick", "Hospitality Star Award"]} title="Recognized Excellence" description="Proudly acclaimed for our dedication to culinary artistry and exceptional service, we strive for perfection in every dish." /> @@ -333,19 +211,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/sainathhidssfood", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/sainathhidssfood", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/sainathhidssfood", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/sainathhidssfood", ariaLabel: "Instagram"}, { icon: Twitter, - href: "https://twitter.com/sainathhidssfood", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/sainathhidssfood", ariaLabel: "Twitter"}, ]} />