From 66121dc431a5c7996e6898f5ace0dd1f863b82c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:21:30 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51d789b..4a9f796 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Sustainable Fashion" tagIcon={Leaf} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "rotated-rays-animated-grid" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqpe9g" imageAlt="Premium organic cotton t-shirt showcasing quality and comfort" buttons={[ @@ -70,15 +70,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "TShirtCo Premium", name: "Classic Organic Tee", price: "$29.99", rating: 5, - reviewCount: "342", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klmlil&_wi=1", imageAlt: "Classic white organic cotton t-shirt" + reviewCount: "342", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klmlil", imageAlt: "Classic white organic cotton t-shirt" }, { id: "2", brand: "TShirtCo Signature", name: "Artistic Graphic Design", price: "$34.99", rating: 5, - reviewCount: "289", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnnlz9&_wi=1", imageAlt: "Premium graphic t-shirt with artistic design" + reviewCount: "289", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnnlz9", imageAlt: "Premium graphic t-shirt with artistic design" }, { id: "3", brand: "TShirtCo Eco", name: "Sustainable Statement Tee", price: "$32.99", rating: 5, - reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8g0u59&_wi=1", imageAlt: "Eco-friendly sustainable t-shirt" + reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8g0u59", imageAlt: "Eco-friendly sustainable t-shirt" } ]} gridVariant="three-columns-all-equal-width" @@ -116,18 +116,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Organic Cotton", description: "100% certified organic cotton provides superior softness and breathability for all-day comfort", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klmlil&_wi=2" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnnlz9&_wi=2" } + title: "Organic Cotton", description: "100% certified organic cotton provides superior softness and breathability for all-day comfort", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klmlil" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnnlz9" } }, { id: 2, - title: "Sustainable Production", description: "Ethically sourced and produced with minimal environmental impact using renewable energy", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8g0u59&_wi=2" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klmlil&_wi=3" } + title: "Sustainable Production", description: "Ethically sourced and produced with minimal environmental impact using renewable energy", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8g0u59" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klmlil" } }, { id: 3, - title: "Perfect Fit", description: "Carefully designed cuts and premium stitching ensure a flattering silhouette and long-lasting durability", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnnlz9&_wi=3" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8g0u59&_wi=3" } + title: "Perfect Fit", description: "Carefully designed cuts and premium stitching ensure a flattering silhouette and long-lasting durability", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hnnlz9" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8g0u59" } } ]} showStepNumbers={true} -- 2.49.1 From c51d98dac78ea5711445eb64c0424b9656034dbf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:21:30 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- .../shared/SvgTextLogo/SvgTextLogo.tsx | 56 +++++++------------ 1 file changed, 20 insertions(+), 36 deletions(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index f214190..8a592f8 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,51 +1,35 @@ -"use client"; - -import { memo } from "react"; -import useSvgTextLogo from "./useSvgTextLogo"; -import { cls } from "@/lib/utils"; +import React from 'react'; interface SvgTextLogoProps { - logoText: string; - adjustHeightFactor?: number; - verticalAlign?: "top" | "center"; + text: string; className?: string; + textClassName?: string; } -const SvgTextLogo = memo(function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +const SvgTextLogo: React.FC = ({ + text, + className = '', + textClassName = '', +}) => { return ( - {logoText} + {text} ); -}); - -SvgTextLogo.displayName = "SvgTextLogo"; +}; export default SvgTextLogo; -- 2.49.1