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 FaqDouble from "@/components/sections/faq/FaqDouble";
import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
import HeroLogo from "@/components/sections/hero/HeroLogo";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -46,24 +47,10 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroSplit
title="Discover Our Collection" title="Sup, gents?"
description="Explore a diverse range of high-quality items, all at your fingertips. Shop now and experience the best!" description="Add your description here."
carouselItems={[ tag="Sample tag"
{
"id": "1"
},
{
"id": "2"
},
{
"id": "3"
},
{
"id": "4"
}
]}
tag="[Block: hero-logo|Hero Logo|/blocks/hero/heroLogo.svg]"
tagIcon={MessageCircle} tagIcon={MessageCircle}
buttons={[ buttons={[
{ {
@@ -75,9 +62,14 @@ export default function LandingPage() {
"href": "#" "href": "#"
} }
]} ]}
autoPlay={true} avatars={[]}
autoPlayInterval={4000} 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" ariaLabel="Hero section"
imagePosition="right"
fixedMediaHeight={true}
/> />
</div> </div>