Merge version_4_1781798364862 into main #3

Merged
bender merged 1 commits from version_4_1781798364862 into main 2026-06-18 16:00:49 +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 (HeroTiltedCards).
import React from 'react';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards';
export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardCarousel
tag="Since 2022"
title="The Best Graphic Design Agency in Central Asia"
description="Yusupov Agency redefines brand identities with a futuristic, electric approach for the modern era."
primaryButton={{
text: "Our Portfolio",
href: "#portfolio",
}}
secondaryButton={{
text: "Contact Us",
href: "#contact",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-flowing-waves-design_1048-15878.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stationery-ice-cream-concept_23-2147803263.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-autism-day-awareness-collage-style_23-2151355199.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-geometric_1048-13692.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-93055.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<div data-webild-section="hero" id="hero">
<HeroTiltedCards
tag="Since 2022"
primaryButton={{"href":"#portfolio","text":"Our Portfolio"}}
description="Yusupov Agency redefines brand identities with a futuristic, electric approach for the modern era."
items={[{"imageSrc":"http://img.b2bpic.net/free-photo/abstract-flowing-waves-design_1048-15878.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/stationery-ice-cream-concept_23-2147803263.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/portrait-person-autism-day-awareness-collage-style_23-2151355199.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/modern-geometric_1048-13692.jpg"}]}
title="The Best Graphic Design Agency in Central Asia"
secondaryButton={{"text":"Contact Us","href":"#contact"}}
/>
</div>
);
}