Update src/app/about/page.tsx
This commit is contained in:
@@ -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: "Dining",
|
||||
items: [
|
||||
title: "Dining", items: [
|
||||
{ label: "Reservations", href: "/reservations" },
|
||||
{ label: "Private Events", href: "#" },
|
||||
{ label: "Wine List", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Phone: (555) 123-4567", href: "#" },
|
||||
{ label: "Email: hello@restaurant.com", href: "#" },
|
||||
@@ -69,9 +66,7 @@ export default function AboutPage() {
|
||||
id: item.id === "/" ? "/" : item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Book a Table",
|
||||
href: "/reservations",
|
||||
}}
|
||||
text: "Book a Table", href: "/reservations"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,10 +82,11 @@ export default function AboutPage() {
|
||||
{ value: "20+", title: "Years of Excellence" },
|
||||
{ value: "5★", title: "Guest Satisfaction" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fine-cuisine-design-made-by-chef-his-restaurant-kitchen_482257-10352.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fine-cuisine-design-made-by-chef-his-restaurant-kitchen_482257-10352.jpg"
|
||||
imageAlt="Chef preparing signature dish"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,25 +102,13 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Sourcing",
|
||||
description: "We partner with local farmers and international suppliers to ensure only the finest, freshest ingredients reach our kitchen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-mix-wooden-table_114579-6095.jpg?_wi=2",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
title: "Premium Sourcing", description: "We partner with local farmers and international suppliers to ensure only the finest, freshest ingredients reach our kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-mix-wooden-table_114579-6095.jpg", imageAlt: "Fresh ingredients"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Master Preparation",
|
||||
description: "Our award-winning chefs employ classical French techniques combined with contemporary culinary innovation to create stunning dishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-cutting-head-fish-chopping-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-vegetables-kitchen-table_179666-46856.jpg?_wi=2",
|
||||
imageAlt: "Chef preparation",
|
||||
},
|
||||
title: "Master Preparation", description: "Our award-winning chefs employ classical French techniques combined with contemporary culinary innovation to create stunning dishes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-cutting-head-fish-chopping-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-vegetables-kitchen-table_179666-46856.jpg", imageAlt: "Chef preparation"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Artistic Plating",
|
||||
description: "Every plate is a canvas where taste meets visual artistry, creating an experience that delights all the senses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83769.jpg?_wi=2",
|
||||
imageAlt: "Artistic plating",
|
||||
},
|
||||
title: "Artistic Plating", description: "Every plate is a canvas where taste meets visual artistry, creating an experience that delights all the senses.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83769.jpg", imageAlt: "Artistic plating"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,37 +125,13 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margaret Chen",
|
||||
role: "Restaurant Critic",
|
||||
testimonial: "An extraordinary dining experience. Every course was a masterpiece of flavor and presentation. The attention to detail is simply unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-restaurant-waiting-his-girlfriend_1157-52225.jpg?_wi=2",
|
||||
imageAlt: "Portrait of Margaret Chen",
|
||||
},
|
||||
id: "1", name: "Margaret Chen", role: "Restaurant Critic", testimonial: "An extraordinary dining experience. Every course was a masterpiece of flavor and presentation. The attention to detail is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-restaurant-waiting-his-girlfriend_1157-52225.jpg", imageAlt: "Portrait of Margaret Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Richardson",
|
||||
role: "Food Enthusiast",
|
||||
testimonial: "The finest meal I've had in years. The chef's innovation combined with classic techniques creates something truly special.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg?_wi=2",
|
||||
imageAlt: "Portrait of David Richardson",
|
||||
},
|
||||
id: "2", name: "David Richardson", role: "Food Enthusiast", testimonial: "The finest meal I've had in years. The chef's innovation combined with classic techniques creates something truly special.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg", imageAlt: "Portrait of David Richardson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie Laurent",
|
||||
role: "Luxury Travel Editor",
|
||||
testimonial: "Not just a restaurant, but a journey through culinary excellence. World-class service paired with remarkable cuisine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-white-shirt_23-2148095747.jpg?_wi=2",
|
||||
imageAlt: "Portrait of Sophie Laurent",
|
||||
},
|
||||
id: "3", name: "Sophie Laurent", role: "Luxury Travel Editor", testimonial: "Not just a restaurant, but a journey through culinary excellence. World-class service paired with remarkable cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-white-shirt_23-2148095747.jpg", imageAlt: "Portrait of Sophie Laurent"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Mitchell",
|
||||
role: "Food Writer",
|
||||
testimonial: "An oasis of elegance and sophistication. The wine pairings alone are worth the visit. Absolutely phenomenal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=2",
|
||||
imageAlt: "Portrait of James Mitchell",
|
||||
},
|
||||
id: "4", name: "James Mitchell", role: "Food Writer", testimonial: "An oasis of elegance and sophistication. The wine pairings alone are worth the visit. Absolutely phenomenal.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg", imageAlt: "Portrait of James Mitchell"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user