Switch to version 1: remove src/pages/HomePage/sections/Reviews.tsx

This commit is contained in:
2026-06-20 22:57:32 +00:00
parent 63c4e8f91e
commit a8f769906b

View File

@@ -1,27 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "reviews" section.
import React from 'react';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ReviewsSection(): React.JSX.Element {
return (
<div id="reviews" data-section="reviews">
<SectionErrorBoundary name="reviews">
<TestimonialOverlayCards
tag="MÜŞTERİLERİMİZ"
title="Ne Dediler?"
description="Liva Karavan deneyimini yaşayan müşterilerimizin geri bildirimleri."
testimonials={[
{ name: "Ahmet Yılmaz", role: "Maceracı", company: "Antalya", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-modern-female_23-2148415853.jpg" },
{ name: "Zeynep Demir", role: "Dijital Göçebe", company: "İstanbul", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg" },
{ name: "Caner Kaya", role: "Doğasever", company: "Ankara", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg" },
{ name: "Merve Şahin", role: "Mimari Tasarımcı", company: "İzmir", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg" },
{ name: "Burak Öz", role: "Girişimci", company: "Muğla", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" }
]}
/>
</SectionErrorBoundary>
</div>
);
}