Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-13 10:18:05 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="8K Experience"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At0zDD0yO1RcNC3umNB6gNJL5I/premium-tech-gadget-product-showcase-fea-1773396938459-1f9e63a9.png", imageAlt: "Premium smartphone with neon accents"
@@ -198,7 +198,7 @@ export default function LandingPage() {
tagIcon={Mail}
title="Stay Updated on Latest Tech"
description="Subscribe to our newsletter for exclusive deals, new product launches, and expert tech reviews delivered to your inbox weekly."
background={{ variant: "blurBottom" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At0zDD0yO1RcNC3umNB6gNJL5I/tech-gadget-collection-showcase-on-dark--1773396938765-e08b790f.png"
imageAlt="Tech gadget collection"

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
fontWeight?: string;
fill?: string;
textAnchor?: 'start' | 'middle' | 'end';
dominantBaseline?: 'auto' | 'baseline' | 'middle' | 'hanging' | 'mathematical';
dominantBaseline?: 'auto' | 'inherit' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({