From 7e42db1d5708dcf33294ed47fe6492e7f69ecc68 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 23:36:41 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5677970..5914ec5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -73,15 +73,15 @@ export default function LandingPage() { products={[ { id: "bundle-1", brand: "Bigtime Bundles", name: "The Flower Stack", price: "$89.00", rating: 5, - reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-medicinal-spices-herbs_23-2148776504.jpg?_wi=1", imageAlt: "Premium flower bundle" + reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-medicinal-spices-herbs_23-2148776504.jpg", imageAlt: "Premium flower bundle" }, { id: "bundle-2", brand: "Bigtime Bundles", name: "The Vibe Mix", price: "$99.00", rating: 5, - reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/spoon-form-black-white-chocolates-side-view_141793-13070.jpg?_wi=1", imageAlt: "Mixed cannabis bundle" + reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/spoon-form-black-white-chocolates-side-view_141793-13070.jpg", imageAlt: "Mixed cannabis bundle" }, { id: "bundle-3", brand: "Bigtime Bundles", name: "The Edibles Explorer", price: "$79.00", rating: 5, - reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/delicious-terere-drink-still-life_23-2150219499.jpg?_wi=1", imageAlt: "Premium edibles bundle" + reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/delicious-terere-drink-still-life_23-2150219499.jpg", imageAlt: "Premium edibles bundle" }, { id: "product-1", brand: "Premium Cultivars", name: "Midnight Kush - Quarter Oz", price: "$45.00", rating: 5, @@ -121,16 +121,16 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "feature-1", tag: "Speed", title: "30-60 Minute Delivery", description: "Fast, reliable delivery across all five boroughs. Order day or night—we're here.", imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65255.jpg?_wi=2", imageAlt: "Fast delivery service" + id: "feature-1", tag: "Speed", title: "30-60 Minute Delivery", description: "Fast, reliable delivery across all five boroughs. Order day or night—we're here.", imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65255.jpg", imageAlt: "Fast delivery service" }, { - id: "feature-2", tag: "Curation", title: "Expert-Curated Selection", description: "Top-shelf flower, premium edibles, quality vapes, and more. No compromise on quality.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-medicinal-spices-herbs_23-2148776504.jpg?_wi=2", imageAlt: "Premium curated products" + id: "feature-2", tag: "Curation", title: "Expert-Curated Selection", description: "Top-shelf flower, premium edibles, quality vapes, and more. No compromise on quality.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-medicinal-spices-herbs_23-2148776504.jpg", imageAlt: "Premium curated products" }, { - id: "feature-3", tag: "Trust", title: "Discreet & Legal", description: "Fully compliant NYC dispensary. Professional, confidential service every time.", imageSrc: "http://img.b2bpic.net/free-photo/spoon-form-black-white-chocolates-side-view_141793-13070.jpg?_wi=2", imageAlt: "Trusted service" + id: "feature-3", tag: "Trust", title: "Discreet & Legal", description: "Fully compliant NYC dispensary. Professional, confidential service every time.", imageSrc: "http://img.b2bpic.net/free-photo/spoon-form-black-white-chocolates-side-view_141793-13070.jpg", imageAlt: "Trusted service" }, { - id: "feature-4", tag: "Value", title: "Bundle Savings", description: "Stack more value with our signature bundles. Premium products, better pricing.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-terere-drink-still-life_23-2150219499.jpg?_wi=2", imageAlt: "Value bundles" + id: "feature-4", tag: "Value", title: "Bundle Savings", description: "Stack more value with our signature bundles. Premium products, better pricing.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-terere-drink-still-life_23-2150219499.jpg", imageAlt: "Value bundles" } ]} /> @@ -247,9 +247,9 @@ export default function LandingPage() { tag="Newsletter" title="Stay Updated on New Drops" description="Be the first to know about new products, exclusive bundles, and limited-time offers." - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65255.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65255.jpg" imageAlt="New cannabis products" mediaAnimation="slide-up" mediaPosition="right" From 67c91f896b30d299b64a2c0feb710ab3a5cdec10 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 23:36:41 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- .../shared/SvgTextLogo/SvgTextLogo.tsx | 62 ++++++++----------- 1 file changed, 26 insertions(+), 36 deletions(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index f214190..43b4631 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,51 +1,41 @@ -"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; + fontSize?: number; + fontWeight?: string | number; + fontFamily?: string; + fill?: string; className?: 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, + fontSize = 32, + fontWeight = 'bold', + fontFamily = 'Arial, sans-serif', + fill = '#000000', + className = '', +}) => { return ( - {logoText} + {text} ); -}); +}; -SvgTextLogo.displayName = "SvgTextLogo"; - -export default SvgTextLogo; +export default SvgTextLogo; \ No newline at end of file