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

This commit is contained in:
2026-06-20 19:49:46 +00:00
parent 6a1498a909
commit 5921cca7cc

View File

@@ -1,52 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "testimonials" section.
import React from 'react';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function TestimonialsSection(): React.JSX.Element {
return (
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialColumnMarqueeCards
tag="Connoisseurs"
title="What Our Community Says"
description="Honored to serve those who appreciate quality and authenticity."
testimonials={[
{
name: "Elena K.",
role: "Food Critic",
quote: "Tavaduri brings the real taste of Georgia to life. Exceptional quality.",
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg",
},
{
name: "George B.",
role: "Gourmet Chef",
quote: "The ingredients are simply unmatched. A true testament to Georgian tradition.",
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
},
{
name: "Maria L.",
role: "Brand Consultant",
quote: "An exquisite experience from packaging to the very last bite.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
},
{
name: "Alex R.",
role: "Lifestyle Blogger",
quote: "Authentic, reliable, and deeply rooted in culture. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-cheerfully-showing-thumbs-up-green-wall_141793-29344.jpg",
},
{
name: "David S.",
role: "Customer",
quote: "I've never tasted such richness. Truly a Tavaduri signature.",
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000375.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}