Update src/app/about/page.tsx

This commit is contained in:
2026-03-09 23:19:29 +00:00
parent a794aa2472
commit 7e5acc8640

View File

@@ -32,65 +32,45 @@ export default function AboutPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="La Crêperie"
brandName="Catherine's Canteen"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:+1234567890",
}}
text: "Call Now", href: "tel:+1234567890"}}
/>
</div>
<div id="about-values" data-section="about-values" className="mx-auto px-4 md:px-6">
<FeatureCardTwentyFive
title="About La Crêperie"
title="About Catherine's Canteen"
description="Our story is one of passion, quality, and community"
tag="Our Values"
tagAnimation="slide-up"
features={[
{
title: "Passion for Quality",
description: "Every crepe, donut, and cup of coffee is crafted with love and attention to detail",
icon: Heart,
title: "Passion for Quality", description: "Every crepe, donut, and cup of coffee is crafted with love and attention to detail", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/eat-strawberry-waffle-delicious-gourmet_1203-4129.jpg?_wi=2",
imageAlt: "Fresh crepes with berries and cream",
},
imageSrc: "http://img.b2bpic.net/free-photo/eat-strawberry-waffle-delicious-gourmet_1203-4129.jpg?_wi=2", imageAlt: "Fresh crepes with berries and cream"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-with-frosting_23-2148468161.jpg?_wi=2",
imageAlt: "Colorful fresh donuts display",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-with-frosting_23-2148468161.jpg?_wi=2", imageAlt: "Colorful fresh donuts display"},
],
},
{
title: "Sustainable Practices",
description: "We source ingredients responsibly and support local suppliers whenever possible",
icon: Leaf,
title: "Sustainable Practices", description: "We source ingredients responsibly and support local suppliers whenever possible", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg?_wi=2",
imageAlt: "Fresh ingredients preparation",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg?_wi=2", imageAlt: "Fresh ingredients preparation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/natural-background-with-different-wild-berries-macro-shot_169016-24362.jpg?_wi=2",
imageAlt: "Close-up of quality ingredients",
},
imageSrc: "http://img.b2bpic.net/free-photo/natural-background-with-different-wild-berries-macro-shot_169016-24362.jpg?_wi=2", imageAlt: "Close-up of quality ingredients"},
],
},
{
title: "Community First",
description: "We believe in building genuine connections with our customers and neighbors",
icon: Users,
title: "Community First", description: "We believe in building genuine connections with our customers and neighbors", icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-posing-indoors_1262-20190.jpg?_wi=2",
imageAlt: "Smiling staff members",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-posing-indoors_1262-20190.jpg?_wi=2", imageAlt: "Smiling staff members"},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893754.jpg?_wi=2",
imageAlt: "Staff helping customer",
},
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893754.jpg?_wi=2", imageAlt: "Staff helping customer"},
],
},
]}
@@ -102,32 +82,25 @@ export default function AboutPage() {
<div id="visit-us" data-section="visit-us" className="mx-auto px-4 md:px-6">
<ContactText
text="Visit us today and experience the warmth and flavor that makes La Crêperie special."
text="Visit us today and experience the warmth and flavor that makes Catherine's Canteen special."
animationType="entrance-slide"
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com",
},
text: "Get Directions", href: "https://maps.google.com"},
]}
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="La Crêperie"
logoText="Catherine's Canteen"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ThemeProvider>