esc_html__('Sarah M', 'atooratravelagency'), 'location' => esc_html__('USA', 'atooratravelagency'), 'content' => esc_html__('From start to finish, the trip was seamless. The itinerary was thoughtfully planned, letting us experience both iconic landmarks and hidden treasures. Truly recommend!', 'atooratravelagency') ], [ 'name' => esc_html__('Bogdan S', 'atooratravelagency'), 'location' => esc_html__('Bulgaria', 'atooratravelagency'), 'content' => esc_html__('Amazing service and attention to detail! The team went above and beyond to make our vacation unforgettable. Every moment was perfectly orchestrated and stress-free.', 'atooratravelagency') ], [ 'name' => esc_html__('Maria L', 'atooratravelagency'), 'location' => esc_html__('Spain', 'atooratravelagency'), 'content' => esc_html__('Exceptional value for money! The accommodations were luxurious, the guides were knowledgeable, and every detail was handled professionally. Will definitely book again!', 'atooratravelagency') ] ]; // Helper function to generate testimonial column function generate_testimonial_column($testimonial, $template_uri) { return sprintf('
', esc_url($template_uri), $testimonial['content'], esc_url($template_uri), $testimonial['name'], $testimonial['location'] ); } $template_uri = get_template_directory_uri(); ?>