Merge version_1 into main #2
@@ -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"
|
||||
|
||||
@@ -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> = ({
|
||||
|
||||
Reference in New Issue
Block a user