Merge version_19_1782904470871 into main #18

Merged
bender merged 2 commits from version_19_1782904470871 into main 2026-07-01 11:15:40 +00:00
2 changed files with 22 additions and 17 deletions

View File

@@ -17,31 +17,36 @@ import TeamSection from './HomePage/sections/Team';
import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
import MediaCarouselSection from './HomePage/sections/MediaCarousel';
export default function HomePage(): React.JSX.Element {
import BentoFeaturesSection from './HomePage/sections/BentoFeatures';export default function HomePage(): React.JSX.Element {
return (
<StyleProvider siteBackground="aurora" heroBackground="lightRaysCorner" buttonVariant="stagger">
<SiteBackgroundSlot />
<StyleProvider siteBackground="aurora" heroBackground="lightRaysCorner" buttonVariant="stagger">
<SiteBackgroundSlot />
<HeroSection />
<HeroSection />
<MediaCarouselSection />
<BentoFeaturesSection />
<ServicesSection />
<ServicesSection />
<WorkSection />
<WorkSection />
<PromiseSection />
<PromiseSection />
<TestimonialsSection />
<TestimonialsSection />
<MetricsSection />
<MetricsSection />
<TeamSection />
<TeamSection />
<FaqSection />
<FaqSection />
<ContactSection />
</StyleProvider>
<ContactSection />
</StyleProvider>
);
}
}

View File

@@ -60,7 +60,7 @@ export default function BentoFeaturesSection() {
<div className="card h-full rounded-lg overflow-hidden flex flex-col">
<div className="h-48 relative">
<ImageOrVideo
imageSrc="https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782904038234-evwt682d.png"
imageSrc="https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782904038234-evwt682d.png?_wi=1"
className="absolute inset-0 w-full h-full object-cover"
/>
</div>
@@ -79,7 +79,7 @@ export default function BentoFeaturesSection() {
</div>
<div className="flex-1 min-h-[300px] relative">
<ImageOrVideo
imageSrc="https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782904038234-evwt682d.png"
imageSrc="https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782904038234-evwt682d.png?_wi=2"
className="absolute inset-0 w-full h-full object-cover"
/>
</div>