Update src/app/about/page.tsx

This commit is contained in:
2026-06-13 07:30:40 +00:00
parent b21e3019c8
commit 4d7e5182da

View File

@@ -28,25 +28,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
]}
brandName="Sainath Hidss Food"
/>
@@ -58,12 +48,12 @@ export default function LandingPage() {
title="Our Story: A Legacy of Flavor"
buttons={[
{
text: "See Our Achievements",
href: "/home#restaurant-achievements",
},
text: "See Our Achievements", href: "/home#restaurant-achievements"},
]}
description="From a humble beginning to a culinary landmark, Sainath Hidss Food has been a journey of passion, tradition, and innovation. We invite you to be a part of our continuing story, where every dish is a celebration of India's rich culinary heritage. Our commitment to quality, authenticity, and impeccable service sets us apart."
/>
<p className="mt-4 text-center text-lg text-muted-foreground max-w-2xl mx-auto">
From a humble beginning to a culinary landmark, Sainath Hidss Food has been a journey of passion, tradition, and innovation. We invite you to be a part of our continuing story, where every dish is a celebration of India's rich culinary heritage. Our commitment to quality, authenticity, and impeccable service sets us apart.
</p>
</div>
<div id="our-chefs" data-section="our-chefs">
@@ -73,26 +63,11 @@ export default function LandingPage() {
useInvertedBackground={true}
team={[
{
id: "ch1",
name: "Chef Anand Sharma",
role: "Executive Chef",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-asian-chef-kitchen-interior_1253-922.jpg",
imageAlt: "Chef Anand Sharma",
},
id: "ch1", name: "Chef Anand Sharma", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-asian-chef-kitchen-interior_1253-922.jpg", imageAlt: "Chef Anand Sharma"},
{
id: "ch2",
name: "Chef Pooja Reddy",
role: "Sous Chef",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-cook-wearing-chef-uniform-glasses-crossing-hands-pink_141793-74988.jpg",
imageAlt: "Chef Pooja Reddy",
},
id: "ch2", name: "Chef Pooja Reddy", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-cook-wearing-chef-uniform-glasses-crossing-hands-pink_141793-74988.jpg", imageAlt: "Chef Pooja Reddy"},
{
id: "ch3",
name: "Chef Vikram Singh",
role: "Pastry Chef",
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist-with-special-things-rituals_1157-41085.jpg",
imageAlt: "Chef Vikram Singh",
},
id: "ch3", name: "Chef Vikram Singh", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist-with-special-things-rituals_1157-41085.jpg", imageAlt: "Chef Vikram Singh"},
]}
title="Meet Our Culinary Maestros"
description="Our talented team of chefs, led by acclaimed culinary experts, brings years of experience and a deep love for Indian cuisine to your plate. They are the heart and soul behind every exquisite dish we serve."
@@ -107,25 +82,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "g1",
name: "Elegant Dining Hall",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg",
imageAlt: "Elegant Dining Hall",
},
id: "g1", name: "Elegant Dining Hall", price: "", imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg", imageAlt: "Elegant Dining Hall"},
{
id: "g2",
name: "Sophisticated Bar",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-lovely-caucasian-female-with-dark-hair-silver-jacket-black-jeans-shoes-poses-camera_132075-8995.jpg",
imageAlt: "Sophisticated Bar",
},
id: "g2", name: "Sophisticated Bar", price: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-lovely-caucasian-female-with-dark-hair-silver-jacket-black-jeans-shoes-poses-camera_132075-8995.jpg", imageAlt: "Sophisticated Bar"},
{
id: "g3",
name: "Private Dining",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15715.jpg",
},
id: "g3", name: "Private Dining", price: "", imageSrc: "http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15715.jpg"},
]}
title="Our Ambiance: Where Every Meal is an Occasion"
description="Step into a world of elegance and comfort. Our restaurant offers a perfect setting for intimate dinners, family gatherings, and celebrations, with stunning decor and a warm, inviting atmosphere."
@@ -139,19 +100,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"},
]}
/>
</div>