Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-09 14:23:02 +00:00

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -57,10 +56,10 @@ export default function GalleryPage() {
description="Atmosphere and taste in every review."
testimonials={[
{
id: "t1", name: "Alice", quote: "Amazing coffee!", role: "@alice"
id: "t1", name: "Alice", title: "Amazing coffee!", role: "@alice"
},
{
id: "t2", name: "Bob", quote: "Best place in town.", role: "@bob"
id: "t2", name: "Bob", title: "Best place in town.", role: "@bob"
}
]}
/>