Update src/app/reviews/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
|
||||
export default function ReviewsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleCentered navItems={[{name: "Home", id: "/"}, {name: "Reviews", id: "/reviews"}, {name: "Gallery", id: "/gallery"}]} brandName="Aura Bistro" />
|
||||
<TestimonialCardSix
|
||||
@@ -20,6 +20,7 @@ export default function ReviewsPage() {
|
||||
{ id: "2", name: "Sarah J.", handle: "@sarah_eats", testimonial: "Best service in the city. The atmosphere is just perfect for special occasions." }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterCard logoText="Aura Bistro" />
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user