Update src/app/about/page.tsx

This commit is contained in:
2026-03-07 09:38:49 +00:00
parent 216e8cec62
commit cb22529b8b

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About Us", href: "/about" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Location",
items: [
title: "Location", items: [
{ label: "Cotonou, Benin", href: "#" },
{ label: "Get Directions", href: "#" },
{ label: "Call Us", href: "#" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
title: "Hours",
items: [
title: "Hours", items: [
{ label: "Monday - Sunday", href: "#" },
{ label: "10:00 AM - 10:00 PM", href: "#" },
{ label: "Reservations Available", href: "#" },
@@ -47,8 +44,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Email", href: "#" },
{ label: "Phone", href: "#" },
{ label: "Instagram", href: "#" },
@@ -85,29 +81,22 @@ export default function AboutPage() {
tag="Our Story"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg"
imageAlt="Restaurant dining ambiance"
imagePosition="right"
mediaAnimation="none"
bulletPoints={[
{
title: "Delicious Flavors",
description: "Prepared with passion and quality ingredients sourced locally",
icon: Utensils,
title: "Delicious Flavors", description: "Prepared with passion and quality ingredients sourced locally", icon: Utensils,
},
{
title: "Fresh Ingredients",
description: "We prioritize quality and seasonality in every dish we create",
icon: Leaf,
title: "Fresh Ingredients", description: "We prioritize quality and seasonality in every dish we create", icon: Leaf,
},
{
title: "Generous Portions",
description: "Every plate is designed to satisfy and delight",
icon: Users,
title: "Generous Portions", description: "Every plate is designed to satisfy and delight", icon: Users,
},
{
title: "Honest Prices",
description: "Great food that everyone can enjoy and afford",
icon: DollarSign,
title: "Honest Prices", description: "Great food that everyone can enjoy and afford", icon: DollarSign,
},
]}
/>
@@ -122,35 +111,17 @@ export default function AboutPage() {
animationType="slide-up"
features={[
{
id: "1",
title: "Delicious Meals",
author: "Our Promise",
description:
"Every dish is prepared with passion and quality ingredients, ensuring unforgettable flavors that keep guests coming back",
tags: ["Quality", "Taste"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-food-inside-kitchen-food-meal-fry-cook_140725-26010.jpg?_wi=2",
imageAlt: "Chef preparing food",
},
id: "1", title: "Delicious Meals", author: "Our Promise", description:
"Every dish is prepared with passion and quality ingredients, ensuring unforgettable flavors that keep guests coming back", tags: ["Quality", "Taste"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-food-inside-kitchen-food-meal-fry-cook_140725-26010.jpg", imageAlt: "Chef preparing food"},
{
id: "2",
title: "Affordable Dining",
author: "Our Value",
description:
"Great food shouldn't break the bank. We believe in providing exceptional quality at honest, accessible prices",
tags: ["Value", "Honest"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-smiling-happy-confident-showing-roasted-turkey-applauding-celebrating-thanksgiving-day-home_839833-12166.jpg?_wi=2",
imageAlt: "Customers enjoying meals",
},
id: "2", title: "Affordable Dining", author: "Our Value", description:
"Great food shouldn't break the bank. We believe in providing exceptional quality at honest, accessible prices", tags: ["Value", "Honest"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-smiling-happy-confident-showing-roasted-turkey-applauding-celebrating-thanksgiving-day-home_839833-12166.jpg", imageAlt: "Customers enjoying meals"},
{
id: "3",
title: "Friendly Atmosphere",
author: "Our Culture",
description:
"Warm service and welcoming ambiance make guests feel at home, whether dining solo, with family, or with friends",
tags: ["Hospitality", "Community"],
imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg?_wi=4",
imageAlt: "Restaurant ambiance",
},
id: "3", title: "Friendly Atmosphere", author: "Our Culture", description:
"Warm service and welcoming ambiance make guests feel at home, whether dining solo, with family, or with friends", tags: ["Hospitality", "Community"],
imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg", imageAlt: "Restaurant ambiance"},
]}
/>
</div>
@@ -163,14 +134,7 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Google Reviews 4.7★",
"Highly Rated",
"Loved by Locals",
"Authentic Cuisine",
"Best Value",
"Premium Quality",
"Community Favorite",
]}
"Google Reviews 4.7★", "Highly Rated", "Loved by Locals", "Authentic Cuisine", "Best Value", "Premium Quality", "Community Favorite"]}
speed={40}
showCard={true}
/>