diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 9d01ce6..3158e6a 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -28,25 +28,15 @@ export default function LandingPage() {
@@ -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."
/>
+
+ 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.
+
@@ -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"},
]}
/>