Content edit: replace hero title with Sup, gents?

This commit is contained in:
2026-01-22 18:24:47 +02:00
parent 1eca2f342b
commit 3b19232c2f

View File

@@ -14,6 +14,7 @@ import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } fr
import FaqDouble from "@/components/sections/faq/FaqDouble";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
import HeroLogo from "@/components/sections/hero/HeroLogo";
export default function LandingPage() {
return (
@@ -46,24 +47,10 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Discover Our Collection"
description="Explore a diverse range of high-quality items, all at your fingertips. Shop now and experience the best!"
carouselItems={[
{
"id": "1"
},
{
"id": "2"
},
{
"id": "3"
},
{
"id": "4"
}
]}
tag="[Block: hero-logo|Hero Logo|/blocks/hero/heroLogo.svg]"
<HeroSplit
title="Sup, gents?"
description="Add your description here."
tag="Sample tag"
tagIcon={MessageCircle}
buttons={[
{
@@ -75,9 +62,14 @@ export default function LandingPage() {
"href": "#"
}
]}
autoPlay={true}
autoPlayInterval={4000}
avatars={[]}
avatarText="Sample avatarText"
imageSrc="https://images.unsplash.com/photo-1526779259212-939e64788e3c?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8ZnJlZSUyMGltYWdlc3xlbnwwfHwwfHx8MA%3D%3D"
imageAlt=""
videoAriaLabel="Hero video"
ariaLabel="Hero section"
imagePosition="right"
fixedMediaHeight={true}
/>
</div>