Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-05-09 14:25:13 +00:00

View File

@@ -1,7 +1,7 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { NavbarLayoutFloatingInline } from '@/components/navbar/NavbarLayoutFloatingInline';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -42,10 +42,10 @@ export default function GalleryPage() {
description="Hear what our community says about their coffee journey."
testimonials={[
{
id: "t1", title: "Perfect morning ritual", name: "Alice J.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-milk-into-her-coffee_1153-545.jpg"
id: "t1", title: "Perfect morning ritual", quote: "The coffee here is truly life-changing and consistent.", name: "Alice J.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-milk-into-her-coffee_1153-545.jpg"
},
{
id: "t2", title: "Best roast in town", name: "Mark R.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg"
id: "t2", title: "Best roast in town", quote: "An absolute must-visit for any serious coffee lover.", name: "Mark R.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg"
}
]}
/>