Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-09 23:19:31 +00:00
parent 34c4f27609
commit 166618fd39

View File

@@ -31,12 +31,10 @@ export default function ReviewsPage() {
>
<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>
@@ -47,29 +45,15 @@ export default function ReviewsPage() {
author="Sarah M., Regular Customer"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-headphones_23-2148937643.jpg",
alt: "Customer avatar 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-headphones_23-2148937643.jpg", alt: "Customer avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg",
alt: "Customer avatar 2",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", alt: "Customer avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-smiling-young-woman-with-positive-expression-wears-casual-black-t-shirt-has-tattooed-arm-models-against-concrete-wall_273609-3574.jpg",
alt: "Customer avatar 3",
},
src: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-smiling-young-woman-with-positive-expression-wears-casual-black-t-shirt-has-tattooed-arm-models-against-concrete-wall_273609-3574.jpg", alt: "Customer avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg",
alt: "Customer avatar 4",
},
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", alt: "Customer avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg",
alt: "Customer avatar 5",
},
{
src: "http://img.b2bpic.net/free-vector/man-avatar-collection_24908-60253.jpg",
alt: "Customer avatar 6",
},
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", alt: "Customer avatar 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -83,28 +67,21 @@ export default function ReviewsPage() {
animationType="reveal-blur"
buttons={[
{
text: "Leave a Review",
href: "https://google.com/maps",
},
text: "Leave a Review", href: "https://google.com/maps"},
]}
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>