Update src/app/about/page.tsx
This commit is contained in:
@@ -6,10 +6,9 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [{"name":"Menu","id":"/menu"},{"name":"About","id":"/about"}];
|
||||
const navItems = [{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -35,7 +34,7 @@ export default function AboutPage() {
|
||||
<FeatureCardSeven
|
||||
features={[
|
||||
{ id: 1, title: "Family Roots", description: "Moys began as a family dream, bringing generations of Cantonese recipes to Columbus.", imageSrc: "https://img.b2bpic.net/free-photo/talking-employees_1098-18069.jpg" },
|
||||
{ id: 2, title: "Community Focused", description: "We are proud to be a cornerstone for the OSU community and local families, offering a place to gather and share a meal.", imageSrc: "https://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=2" },
|
||||
{ id: 2, title: "Community Focused", description: "We are proud to be a cornerstone for the OSU community and local families, offering a place to gather and share a meal.", imageSrc: "https://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our Story: A Tradition of Hospitality"
|
||||
@@ -75,8 +74,8 @@ export default function AboutPage() {
|
||||
<div id="hospitality-reviews" data-section="hospitality-reviews">
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{ id: "1", name: "Jennifer L.", role: "First-time visitor", company: "Columbus", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg?_wi=3" },
|
||||
{ id: "2", name: "David C.", role: "Regular", company: "OSU Faculty", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg?_wi=3" }
|
||||
{ id: "1", name: "Jennifer L.", role: "First-time visitor", company: "Columbus", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg" },
|
||||
{ id: "2", name: "David C.", role: "Regular", company: "OSU Faculty", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "“Felt like family”", label: "Warm Welcome" },
|
||||
|
||||
Reference in New Issue
Block a user