Merge version_4_1780934715460 into main #4

Merged
bender merged 1 commits from version_4_1780934715460 into main 2026-06-08 16:07:01 +00:00

View File

@@ -1,48 +1,19 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "hero" section.
// Created by add_section_from_catalog (HeroBillboard).
import React from 'react';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardCarousel
tag="Unleash Your Potential"
title="Forge Your Best Self"
description="Transform your body and mind with personalized training, expert guidance, and a community that empowers you every step of the way. Start your journey to strength, health, and confidence."
primaryButton={{
text: "Start Your Transformation",
href: "#pricing",
}}
secondaryButton={{
text: "Explore Programs",
href: "#features",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-muscular-adult-sportswoman_171337-8704.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-warming-up_23-2148375912.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mom-daughter-stretching-before-exercise_1153-4798.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-doing-burpees_23-2149445906.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-females-working-out-together_23-2148387792.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074210.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<div data-webild-section="hero" id="hero">
<HeroBillboard
description="Transform your body and mind with personalized training, expert guidance, and a community that empowers you every step of the way. Start your journey to strength, health, and confidence."
primaryButton={{"href":"#pricing","text":"Start Your Transformation"}}
tag="Unleash Your Potential"
title="Forge Your Best Self"
secondaryButton={{"href":"#features","text":"Explore Programs"}}
imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-muscular-adult-sportswoman_171337-8704.jpg"
/>
</div>
);
}