Update src/app/about/page.tsx

This commit is contained in:
2026-03-05 06:38:34 +00:00
parent 3e963c0fd2
commit ac581e2106

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About Us", href: "/about" },
@@ -29,24 +28,21 @@ export default function AboutPage() {
],
},
{
title: "Order Online",
items: [
title: "Order Online", items: [
{ label: "Zomato", href: "https://www.zomato.com" },
{ label: "Swiggy", href: "https://www.swiggy.com" },
{ label: "WhatsApp", href: "https://wa.me/917075143444" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 70751 43444", href: "tel:+917075143444" },
{ label: "Open till 1 AM Daily", href: "#" },
{ label: "Dine-in • Takeaway • Delivery", href: "#" },
],
},
{
title: "Location",
items: [
title: "Location", items: [
{ label: "Hussain Castel Apartments", href: "#" },
{ label: "Happy Homes Colony", href: "#" },
{ label: "Upperpally, Telangana 500048", href: "#" },
@@ -61,7 +57,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -71,9 +67,7 @@ export default function AboutPage() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Order Now",
href: "https://www.zomato.com",
}}
text: "Order Now", href: "https://www.zomato.com"}}
brandName="Big Cheese Cafe"
/>
</div>
@@ -88,9 +82,10 @@ export default function AboutPage() {
{ value: "5+", title: "Years Serving Excellence" },
{ value: "500+", title: "Happy Customers Daily" },
]}
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg"
imageAlt="Big Cheese Cafe Interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -103,29 +98,14 @@ export default function AboutPage() {
tagIcon={Flame}
features={[
{
id: "1",
title: "Authentic Recipes",
author: "Traditional Heritage",
description: "Every dish is prepared using time-honored recipes passed down through generations, ensuring authentic taste in every bite. We respect the culinary traditions of Turkish and Arabian cuisine.",
tags: ["Heritage", "Tradition", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg?_wi=2",
},
id: "1", title: "Authentic Recipes", author: "Traditional Heritage", description: "Every dish is prepared using time-honored recipes passed down through generations, ensuring authentic taste in every bite. We respect the culinary traditions of Turkish and Arabian cuisine.", tags: ["Heritage", "Tradition", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg"},
{
id: "2",
title: "Fresh Ingredients",
author: "Daily Sourcing",
description: "We source fresh, premium ingredients every day from trusted local suppliers. Quality is never compromised, and every item is handpicked for excellence.",
tags: ["Premium", "Fresh", "Local"],
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg?_wi=3",
},
id: "2", title: "Fresh Ingredients", author: "Daily Sourcing", description: "We source fresh, premium ingredients every day from trusted local suppliers. Quality is never compromised, and every item is handpicked for excellence.", tags: ["Premium", "Fresh", "Local"],
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg"},
{
id: "3",
title: "Customer Dedication",
author: "Service Excellence",
description: "Our team is trained to provide exceptional service with a smile. We treat every customer as family and ensure your dining experience is unforgettable.",
tags: ["Friendly", "Professional", "Welcoming"],
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg?_wi=3",
},
id: "3", title: "Customer Dedication", author: "Service Excellence", description: "Our team is trained to provide exceptional service with a smile. We treat every customer as family and ensure your dining experience is unforgettable.", tags: ["Friendly", "Professional", "Welcoming"],
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg"},
]}
animationType="slide-up"
textboxLayout="default"