Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-04-25 23:49:58 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
@@ -45,21 +45,21 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="GRANDMASTER"
<HeroOverlayTestimonial
title="GRANDMASTER"
description="Where strategy meets divinity. Experience the most cinematic online chess platform with global ELO rankings, seamless friend connections, and smooth piece animations."
buttons={[
{
text: "Play Now", href: "#chess-game"},
]}
slides={[
testimonials={[
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-chess-pieces-digital-art-style_23-2151476104.jpg", imageAlt: "Golden Knight"},
{
imageSrc: "http://img.b2bpic.net/free-photo/dramatic-chess-piece_23-2151178546.jpg", imageAlt: "Motion Particles"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-cross-with-bright-lights_23-2151004834.jpg", imageAlt: "Orthodox Board"},
name: "Alexandr V.", handle: "@grandmaster", testimonial: "The best board graphics I've ever seen. Purely cinematic.", rating: 5
}
]}
videoSrc="https://videos.pexels.com/video-files/4555555/4555555-sd_506_960_24fps.mp4"
showBlur={true}
showDimOverlay={true}
/>
</div>