diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5469eac..c73e36a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,34 +55,25 @@ export default function AboutPage() { title="Welcome to Vatika Restaurant" description="Since our establishment in 2015, Vatika Restaurant has been dedicated to serving authentic, delicious food to families and friends in Faridabad. We believe in the power of quality ingredients, traditional recipes, and exceptional service." tag="Our Story" - tagIcon={Heart} bulletPoints={[ { - title: "Authentic Cuisine", - description: - "Traditional North Indian, Mughlai, and Chinese recipes prepared with premium ingredients and time-honored techniques.", - icon: ChefHat, + title: "Authentic Cuisine", description: + "Traditional North Indian, Mughlai, and Chinese recipes prepared with premium ingredients and time-honored techniques.", icon: ChefHat, }, { - title: "Family-Friendly Atmosphere", - description: - "Comfortable seating, warm ambiance, and attentive service make us the perfect destination for families and celebrations.", - icon: Users, + title: "Family-Friendly Atmosphere", description: + "Comfortable seating, warm ambiance, and attentive service make us the perfect destination for families and celebrations.", icon: Users, }, { - title: "Quality & Freshness", - description: - "We source fresh ingredients daily and prepare every dish with care to ensure exceptional taste and quality.", - icon: Leaf, + title: "Quality & Freshness", description: + "We source fresh ingredients daily and prepare every dish with care to ensure exceptional taste and quality.", icon: Leaf, }, { - title: "Exceptional Service", - description: - "Our trained staff is dedicated to providing prompt, courteous service that makes your dining experience memorable.", - icon: Smile, + title: "Exceptional Service", description: + "Our trained staff is dedicated to providing prompt, courteous service that makes your dining experience memorable.", icon: Smile, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/family-spending-time-together-while-out-city_23-2150895967.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/family-spending-time-together-while-out-city_23-2150895967.jpg" imageAlt="Vatika Restaurant Interior" imagePosition="right" mediaAnimation="slide-up" @@ -100,32 +91,17 @@ export default function AboutPage() { tagIcon={Star} features={[ { - id: "paneer-tikka", - title: "Paneer Tikka", - description: - "Tender paneer cheese cubes marinated in aromatic spices and yogurt, grilled to perfection in our traditional tandoor oven. A beloved appetizer that melts in your mouth.", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-turkish-food-cig-kofte-with-lemon-lettuce-wooden-table_140725-10425.jpg?_wi=5", - imageAlt: "Paneer Tikka", - }, + id: "paneer-tikka", title: "Paneer Tikka", description: + "Tender paneer cheese cubes marinated in aromatic spices and yogurt, grilled to perfection in our traditional tandoor oven. A beloved appetizer that melts in your mouth.", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-turkish-food-cig-kofte-with-lemon-lettuce-wooden-table_140725-10425.jpg", imageAlt: "Paneer Tikka"}, { - id: "butter-chicken", - title: "Butter Chicken", - description: - "Succulent chicken pieces in a rich, creamy tomato-based gravy with aromatic spices. Served with fragrant basmati rice or warm naan bread.", - imageSrc: - "http://img.b2bpic.net/free-photo/pita-spicy-indian-food_23-2148294985.jpg?_wi=4", - imageAlt: "Butter Chicken", - }, + id: "butter-chicken", title: "Butter Chicken", description: + "Succulent chicken pieces in a rich, creamy tomato-based gravy with aromatic spices. Served with fragrant basmati rice or warm naan bread.", imageSrc: + "http://img.b2bpic.net/free-photo/pita-spicy-indian-food_23-2148294985.jpg", imageAlt: "Butter Chicken"}, { - id: "paneer-lababdar", - title: "Paneer Lababdar", - description: - "Soft paneer cheese cooked in a delicate creamy spinach gravy with aromatic spices. A vegetarian delight that combines nutrition with authentic flavor.", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-soup-table_23-2150857854.jpg?_wi=4", - imageAlt: "Paneer Lababdar", - }, + id: "paneer-lababdar", title: "Paneer Lababdar", description: + "Soft paneer cheese cooked in a delicate creamy spinach gravy with aromatic spices. A vegetarian delight that combines nutrition with authentic flavor.", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-delicious-soup-table_23-2150857854.jpg", imageAlt: "Paneer Lababdar"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -142,32 +118,16 @@ export default function AboutPage() { tagIcon={Trophy} metrics={[ { - id: "1", - value: "9", - title: "Years", - description: "Serving delicious food to Faridabad families", - icon: Calendar, + id: "1", value: "9", title: "Years", description: "Serving delicious food to Faridabad families", icon: Calendar, }, { - id: "2", - value: "10K+", - title: "Happy Customers", - description: "Families who trust us with their celebrations", - icon: Users, + id: "2", value: "10K+", title: "Happy Customers", description: "Families who trust us with their celebrations", icon: Users, }, { - id: "3", - value: "50+", - title: "Dishes", - description: "Authentic recipes prepared with passion", - icon: ChefHat, + id: "3", value: "50+", title: "Dishes", description: "Authentic recipes prepared with passion", icon: ChefHat, }, { - id: "4", - value: "100%", - title: "Fresh Ingredients", - description: "Premium quality sourced daily", - icon: Leaf, + id: "4", value: "100%", title: "Fresh Ingredients", description: "Premium quality sourced daily", icon: Leaf, }, ]} gridVariant="uniform-all-items-equal" @@ -184,24 +144,16 @@ export default function AboutPage() { socialLinks={[ { icon: Phone, - href: "tel:+919876543210", - ariaLabel: "Call us", - }, + href: "tel:+919876543210", ariaLabel: "Call us"}, { icon: Mail, - href: "mailto:info@vatikarestaurant.com", - ariaLabel: "Email us", - }, + href: "mailto:info@vatikarestaurant.com", ariaLabel: "Email us"}, { icon: MapPin, - href: "/contact", - ariaLabel: "Visit us", - }, + href: "#contact", ariaLabel: "Visit us"}, { icon: MessageCircle, - href: "https://wa.me/919876543210", - ariaLabel: "WhatsApp us", - }, + href: "https://wa.me/919876543210", ariaLabel: "WhatsApp us"}, ]} />