Merge version_8_1780936097290 into main #7

Merged
bender merged 1 commits from version_8_1780936097290 into main 2026-06-08 16:30:42 +00:00

View File

@@ -1,22 +1,17 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "about" section.
// Created by add_section_from_catalog (AboutFeaturesSplit).
import React from 'react';
import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTestimonial
tag="Our Philosophy"
quote="At FitForge, we believe fitness is a journey, not a destination. We're dedicated to building strong bodies, resilient minds, and empowering futures for every member."
author="Marcus Thorne"
role="Founder, FitForge"
imageSrc="http://img.b2bpic.net/free-photo/sporty-belly-woman-standing-isolated-dark-background_231208-10257.jpg"
/>
</SectionErrorBoundary>
</div>
<div data-webild-section="about" id="about">
<AboutFeaturesSplit
title="Everything You Need to Succeed"
items={[{"description":"Our certified trainers create customized workout plans tailored to your specific goals and fitness level.","icon":"Dumbbell","title":"Personalized Training"},{"description":"Join our high-energy group classes designed to challenge you and keep you motivated.","icon":"Users","title":"Dynamic Classes"},{"description":"Access top-tier equipment and amenities in our modern, clean, and spacious facility.","title":"Premium Facilities","icon":"Building"}]}
tag="Why Choose Us"
description="Discover what makes FitForge the ultimate destination for your fitness journey. We combine expert guidance, state-of-the-art facilities, and a supportive community to help you achieve your goals."
/>
</div>
);
}