Merge version_1 into main #5
@@ -2,13 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, Lightbulb, Star, Zap, CheckCircle } from "lucide-react";
|
||||
import { Star, Zap, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function EventsSignagePage() {
|
||||
const navItems = [
|
||||
@@ -69,7 +67,7 @@ export default function EventsSignagePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -81,116 +79,58 @@ export default function EventsSignagePage() {
|
||||
brandName="TLC LIVE"
|
||||
bottomLeftText="Auckland, New Zealand"
|
||||
bottomRightText="hello@tlclive.co.nz"
|
||||
topBarClassName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="Events & Signage – Brand Activation That Captivates"
|
||||
description="From pop-up installations to major conference activations, we create immersive branded experiences that leave lasting impressions. Premium signage, merchandise, and environmental branding designed to turn events into memorable brand moments."
|
||||
tag="Event Excellence"
|
||||
tagIcon={Sparkles}
|
||||
<div id="service-intro" data-section="service-intro">
|
||||
<SplitAbout
|
||||
title="Events & Signage"
|
||||
description="Event merchandise, installations, and branded materials for maximum impact."
|
||||
tag="Service Focus"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
buttons={[
|
||||
{ text: "Book a Consultation", href: "/contact" },
|
||||
{ text: "View Event Portfolio", href: "/our-work" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boss-s-day-assortment-orange-background_23-2148664127.jpg"
|
||||
imageAlt="Events & Signage Solutions"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tv-game-show-with-two-participants-stand-tribunes-excited-women-tv-studio-filming-tv-show_1157-47924.jpg",
|
||||
imageAlt: "Event Signage Installation",
|
||||
title: "Event Merchandise", description: "Branded items specifically designed for conferences, exhibitions, and brand activation events.", icon: Star,
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boss-s-day-assortment-orange-background_23-2148664127.jpg?_wi=4",
|
||||
imageAlt: "Branded Event Materials",
|
||||
title: "Custom Signage", description: "Professional installations that create immersive brand environments and engaging experiences.", icon: Zap,
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837360.jpg?_wi=3",
|
||||
imageAlt: "Event Merchandise Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gift-box-ready-father-s-day_23-2147683456.jpg?_wi=4",
|
||||
imageAlt: "Premium Event Packaging",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg?_wi=3",
|
||||
imageAlt: "Event Branded Drinkware",
|
||||
title: "Seamless Logistics", description: "End-to-end event support from design through on-site setup and distribution.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="service-details" data-section="service-details">
|
||||
<SplitAbout
|
||||
title="Why Choose TLC LIVE for Your Events"
|
||||
description="Event branding requires precision, creativity, and flawless execution. We bring all three—transforming your event vision into a cohesive branded experience that resonates with attendees and reinforces your brand message."
|
||||
tag="Service Approach"
|
||||
tagIcon={Lightbulb}
|
||||
title="Creating Impact Through Events"
|
||||
description="How we design and deliver event experiences that strengthen brand presence and engagement."
|
||||
tag="Approach"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg?_wi=4"
|
||||
imageAlt="Event Planning Team"
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg"
|
||||
imageAlt="Event Planning & Execution"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Full-Service Event Branding",
|
||||
description: "Signage design, installation coordination, environmental branding, and merchandise fulfillment all under one expert roof.",
|
||||
icon: CheckCircle,
|
||||
title: "Strategic Design", description: "Understanding event objectives and audience to create memorable branded experiences.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Rapid Turnaround",
|
||||
description: "Tight timelines? We specialise in fast-track event production without compromising quality or creativity.",
|
||||
icon: Zap,
|
||||
title: "Quality Production", description: "Premium merchandise and signage that reflect your brand positioning and values.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Premium Installations",
|
||||
description: "From pop-ups to major conferences, our installations are designed for visual impact and brand consistency.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Strategic Merchandise",
|
||||
description: "Event merchandise that engages attendees, extends brand reach, and creates lasting takeaways.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Multi-Venue Support",
|
||||
description: "Managing events across multiple locations? We handle logistics, coordination, and consistency across all sites.",
|
||||
icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="capabilities" data-section="capabilities">
|
||||
<FeatureBorderGlow
|
||||
title="Events & Signage Capabilities"
|
||||
description="Comprehensive solutions for every event branding need."
|
||||
tag="What We Deliver"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Exhibition Signage",
|
||||
description: "Stand-out booth signage, directional displays, and wayfinding that guides and engages your audience.",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Branded Materials",
|
||||
description: "Banners, backdrops, printed materials, and environmental graphics that reinforce brand identity.",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Pop-Up Installations",
|
||||
description: "Temporary branded spaces designed for maximum impact at retail, corporate, or promotional events.",
|
||||
title: "Professional Delivery", description: "Coordinated logistics and on-site support ensuring flawless event execution.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -198,23 +138,20 @@ export default function EventsSignagePage() {
|
||||
|
||||
<div id="cta-contact" data-section="cta-contact">
|
||||
<ContactText
|
||||
text="Ready to elevate your next event? Let's create an experience your audience won't forget."
|
||||
text="Ready to create unforgettable brand moments at your next event?"
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Plan Your Event", href: "/contact" },
|
||||
{ text: "See Past Events", href: "/our-work" },
|
||||
{ text: "View Event Work", href: "/our-work" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="TLC LIVE"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="TLC LIVE" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,65 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import Link from 'next/link';
|
||||
import { Zap, TrendingUp, Award, Users, Target, BarChart3 } from 'lucide-react';
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { Star, Zap, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function IncentiveProgrammesPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Our Work", id: "/our-work" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
{ label: "Branded Merchandise", href: "/services/branded-merchandise" },
|
||||
{ label: "Uniforms & Apparel", href: "/services/uniforms-apparel" },
|
||||
{ label: "Corporate Gifts", href: "/services/corporate-gifts" },
|
||||
{ label: "Events & Signage", href: "/services/events-signage" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Sales Promotions", href: "/services/sales-promotions" },
|
||||
{ label: "Custom E-Stores", href: "/services/custom-estore" },
|
||||
{ label: "Incentive Programmes", href: "/services/incentive-programmes" },
|
||||
{ label: "Product Catalogue", href: "/product-catalogue" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Our Work", href: "/our-work" },
|
||||
{ label: "Industries", href: "/industries" },
|
||||
{ label: "Insights", href: "/insights" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Client Login", href: "/client-login" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Use", href: "/terms" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "hello@tlclive.co.nz", href: "mailto:hello@tlclive.co.nz" },
|
||||
{ label: "+64 9 XXX XXXX", href: "tel:+6493000000" },
|
||||
{ label: "Auckland, New Zealand", href: "/contact" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -17,184 +67,65 @@ export default function IncentiveProgrammesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Our Work", id: "/our-work" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
navItems={navItems}
|
||||
brandName="TLC LIVE"
|
||||
bottomLeftText="Auckland, New Zealand"
|
||||
bottomRightText="hello@tlclive.co.nz"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Incentive Programmes Overview */}
|
||||
<div id="incentive-overview" data-section="incentive-overview">
|
||||
<div id="service-intro" data-section="service-intro">
|
||||
<SplitAbout
|
||||
title="Incentive Programmes That Drive Results"
|
||||
description="Transform your employee engagement, sales motivation, and customer loyalty strategies with premium branded reward programmes. From concept through redemption, TLC LIVE designs and manages end-to-end incentive ecosystems that deliver measurable ROI."
|
||||
tag="Engagement Strategy"
|
||||
tagIcon={Award}
|
||||
title="Incentive Programmes"
|
||||
description="Strategic programmes that drive sales performance through meaningful rewards and recognition."
|
||||
tag="Service Focus"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/banking-app-interface-concept_23-2148588803.jpg?_wi=3"
|
||||
imageAlt="Incentive Programme Dashboard"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boss-s-day-assortment-orange-background_23-2148664127.jpg"
|
||||
imageAlt="Incentive Programmes Solutions"
|
||||
mediaAnimation="opacity"
|
||||
buttonAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Strategic Design",
|
||||
description: "Goal-aligned programmes structured to maximise participation and drive behaviours that matter to your business.",
|
||||
icon: Target
|
||||
title: "Sales Performance", description: "Branded incentives that motivate teams and drive measurable sales growth.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Premium Rewards",
|
||||
description: "Curated branded merchandise, exclusive experiences, and luxury items that make recognition feel genuinely special.",
|
||||
icon: Award
|
||||
title: "Team Engagement", description: "Recognition programmes that celebrate achievements and foster healthy competition.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Digital Engagement",
|
||||
description: "Gamified platforms with points tracking, leaderboards, and redemption dashboards that keep people engaged.",
|
||||
icon: Zap
|
||||
title: "Sustained Motivation", description: "Long-term incentive structures that maintain engagement and loyalty.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Seamless Fulfillment",
|
||||
description: "From reward selection through delivery—we handle logistics, packaging, and personalisation end-to-end.",
|
||||
icon: TrendingUp
|
||||
},
|
||||
{
|
||||
title: "Performance Analytics",
|
||||
description: "Real-time dashboards tracking participation rates, redemption patterns, and business impact metrics.",
|
||||
icon: BarChart3
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Programme Models", href: "/contact" },
|
||||
{ text: "Schedule Strategy Call", href: "/contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Programme Types */}
|
||||
<div id="programme-types" data-section="programme-types">
|
||||
<FeatureBorderGlow
|
||||
title="Incentive Programmes Tailored to Your Goals"
|
||||
description="Every business has unique engagement challenges. We design programmes that deliver motivation, recognition, and measurable business outcomes."
|
||||
tag="Programme Solutions"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Award,
|
||||
title: "Employee Recognition",
|
||||
description: "Monthly, quarterly, and annual programmes rewarding performance, innovation, and culture contribution with branded merchandise."
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Sales Incentives",
|
||||
description: "Commission-aligned reward structures motivating sales teams with tiered prizes, exclusive experiences, and branded recognition items."
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Customer Loyalty",
|
||||
description: "Points-based programmes where customers earn rewards through purchases or engagement, redeemable for exclusive branded merchandise."
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Wellness Initiatives",
|
||||
description: "Health and wellbeing challenges with branded merchandise rewards encouraging team participation and healthy habits."
|
||||
},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Safety & Compliance",
|
||||
description: "Programmes reinforcing safety culture through recognition, training milestones, and achievement-based reward redemption."
|
||||
},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Referral & Advocacy",
|
||||
description: "Employee ambassador programmes rewarding staff referrals, brand advocacy, and customer acquisition with premium incentives."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* CTA Section */}
|
||||
<div id="incentive-cta" data-section="incentive-cta">
|
||||
<div id="cta-contact" data-section="cta-contact">
|
||||
<ContactText
|
||||
text="Ready to build an incentive programme that genuinely motivates? Let's create a strategy that aligns with your business goals."
|
||||
text="Ready to accelerate sales performance with strategic incentive programmes?"
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Design Your Programme", href: "/contact" },
|
||||
{ text: "Speak with Our Team", href: "/contact" }
|
||||
{ text: "View Case Studies", href: "/our-work" },
|
||||
]}
|
||||
background={{ variant: "fluid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="TLC LIVE"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Branded Merchandise", href: "/services/branded-merchandise" },
|
||||
{ label: "Uniforms & Apparel", href: "/services/uniforms-apparel" },
|
||||
{ label: "Corporate Gifts", href: "/services/corporate-gifts" },
|
||||
{ label: "Events & Signage", href: "/services/events-signage" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Sales Promotions", href: "/services/sales-promotions" },
|
||||
{ label: "Custom E-Stores", href: "/services/custom-estore" },
|
||||
{ label: "Incentive Programmes", href: "/services/incentive-programmes" },
|
||||
{ label: "Product Catalogue", href: "/product-catalogue" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Our Work", href: "/our-work" },
|
||||
{ label: "Industries", href: "/industries" },
|
||||
{ label: "Insights", href: "/insights" },
|
||||
{ label: "About", href: "/about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Client Login", href: "/client-login" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Use", href: "/terms" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "hello@tlclive.co.nz", href: "mailto:hello@tlclive.co.nz" },
|
||||
{ label: "+64 9 XXX XXXX", href: "tel:+6493000000" },
|
||||
{ label: "Auckland, New Zealand", href: "/contact" },
|
||||
{ label: "Cookie Policy", href: "/cookies" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="TLC LIVE" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,18 +1,13 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Sparkles, CheckCircle, Award, Compass, MessageCircle, Package, Shirt, Gift, Zap, TrendingUp, Store, Lightbulb, Star, HandshakeIcon } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { Star, Zap, CheckCircle, Package, Shirt, Gift } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
@@ -73,7 +68,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -88,348 +83,76 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="Premium branded merchandise, uniforms, gifting, and reward programmes — handled properly."
|
||||
description="TLC LIVE helps businesses create branded experiences that look sharper, deliver better, and feel effortless from sourcing to distribution. Premium products, creative solutions, and high-touch service across New Zealand and beyond."
|
||||
tag="Strategic Merchandise Partner"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
buttons={[
|
||||
{ text: "Book a Consultation", href: "/contact" },
|
||||
{ text: "Explore Services", href: "/services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boss-s-day-assortment-orange-background_23-2148664127.jpg?_wi=2",
|
||||
imageAlt: "TLC LIVE Premium Branded Merchandise",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg?_wi=2",
|
||||
imageAlt: "Luxury Drinkware",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-shopping-boutique-trying-grey-stylish-suit_7502-4384.jpg?_wi=2",
|
||||
imageAlt: "Premium Branded Apparel",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gift-box-ready-father-s-day_23-2147683456.jpg?_wi=2",
|
||||
imageAlt: "Elegant Gift Packaging",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837360.jpg?_wi=2",
|
||||
imageAlt: "Premium Merchandise Collection",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Leading New Zealand & Regional Businesses"
|
||||
description="From mid-market corporates to enterprise operations, TLC LIVE partners with businesses that demand premium solutions."
|
||||
tag="Client Confidence"
|
||||
tagIcon={CheckCircle}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Acme Corporation",
|
||||
"TechFlow Industries",
|
||||
"Innovate Labs",
|
||||
"CloudSync Solutions",
|
||||
"Velocity Group",
|
||||
"Meridian Capital",
|
||||
"Ascent Ventures",
|
||||
"Equilibrium Co",
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<div id="services-overview" data-section="services-overview">
|
||||
<FeatureBorderGlow
|
||||
features={[
|
||||
{
|
||||
icon: Package,
|
||||
title: "Branded Merchandise",
|
||||
description:
|
||||
"Curated product selection, custom branding, and strategic sourcing to elevate your brand presence.",
|
||||
},
|
||||
{
|
||||
icon: Shirt,
|
||||
title: "Uniforms & Apparel",
|
||||
description:
|
||||
"Professional workwear programmes with premium fabrics, embroidery, and seamless logistics.",
|
||||
},
|
||||
{
|
||||
icon: Gift,
|
||||
title: "Corporate Gifting",
|
||||
description:
|
||||
"Luxury gift programmes that strengthen client relationships and employee recognition.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Events & Signage",
|
||||
description:
|
||||
"Event merchandise, installations, and branded materials for maximum impact.",
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Sales Promotions",
|
||||
description:
|
||||
"Campaign merchandise and promotional fulfillment to accelerate customer engagement.",
|
||||
},
|
||||
{
|
||||
icon: Store,
|
||||
title: "Custom E-Stores",
|
||||
description:
|
||||
"Branded online shops for teams, members, franchise networks, and customer programmes.",
|
||||
},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="Comprehensive branded merchandise and engagement solutions tailored to drive business outcomes."
|
||||
tag="Capability Suite"
|
||||
tagIcon={Award}
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Package,
|
||||
title: "Branded Merchandise", description: "Curated product selection, custom branding, and strategic sourcing to elevate your brand presence."},
|
||||
{
|
||||
icon: Shirt,
|
||||
title: "Uniforms & Apparel", description: "Professional workwear programmes with premium fabrics, embroidery, and seamless logistics."},
|
||||
{
|
||||
icon: Gift,
|
||||
title: "Corporate Gifting", description: "Luxury gift programmes that strengthen client relationships and employee recognition."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Events & Signage", description: "Event merchandise, installations, and branded materials for maximum impact."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-tlc" data-section="why-tlc">
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<SplitAbout
|
||||
title="Why TLC LIVE"
|
||||
description="We redefine what a merchandise partner can be: strategic, capable, and genuinely human."
|
||||
tag="Difference"
|
||||
tagIcon={Lightbulb}
|
||||
title="Why Choose TLC LIVE for Your Services"
|
||||
description="We combine strategic expertise, product knowledge, and genuine partnership to deliver exceptional results."
|
||||
tag="Commitment"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg?_wi=3"
|
||||
imageAlt="TLC LIVE Team Service"
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg"
|
||||
imageAlt="Expert Service Team"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Creative Solutions",
|
||||
description:
|
||||
"Strategic thinking combined with product expertise to solve complex engagement challenges.",
|
||||
icon: Lightbulb,
|
||||
title: "Strategic Approach", description: "Every service is designed with your business objectives and audience in mind.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Quality Products",
|
||||
description:
|
||||
"Curated suppliers and rigorous quality control ensure every item reflects your brand premium positioning.",
|
||||
icon: Star,
|
||||
title: "Quality Guaranteed", description: "Premium products and meticulous execution that reflect your brand excellence.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Efficient Delivery",
|
||||
description:
|
||||
"Fast turnarounds, expert project management, and seamless logistics from concept to doorstep.",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "End-to-End Support",
|
||||
description:
|
||||
"From brand strategy and design through to distribution and programme management—we handle it all.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Premium Service",
|
||||
description:
|
||||
"Dedicated account management, clear communication, and a genuine can-do attitude at every stage.",
|
||||
icon: HandshakeIcon,
|
||||
title: "End-to-End Support", description: "From concept through delivery, we manage every detail for your peace of mind.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardTwo
|
||||
metrics={[
|
||||
{ id: "1", value: "Discover", description: "Understanding your brand, goals, and audience" },
|
||||
{ id: "2", value: "Source", description: "Curating premium products and vendors" },
|
||||
{ id: "3", value: "Brand", description: "Designing and customising with precision" },
|
||||
{ id: "4", value: "Deliver", description: "Logistics and fulfillment excellence" },
|
||||
{ id: "5", value: "Support", description: "Ongoing programme management and optimisation" },
|
||||
]}
|
||||
title="Our Proven Process"
|
||||
description="Five strategic steps from discovery to ongoing support."
|
||||
tag="Methodology"
|
||||
tagIcon={Compass}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="case-studies" data-section="case-studies">
|
||||
<BlogCardTwo
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Uniforms", "Corporate"],
|
||||
title: "Enterprise Uniform Programme Rollout",
|
||||
excerpt:
|
||||
"Designed and delivered premium workwear for 500+ employees across 12 locations with seamless logistics and team support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-executive-foreground_1098-2154.jpg?_wi=2",
|
||||
imageAlt: "Enterprise Uniform Programme",
|
||||
authorName: "TLC LIVE Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
date: "Q4 2024",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Corporate Gifting", "Luxury"],
|
||||
title: "Premium Customer Recognition Programme",
|
||||
excerpt:
|
||||
"Curated luxury gift selections for VIP customer appreciation, driving brand loyalty and repeat engagement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-gifts-with-blurred-background_1252-124.jpg?_wi=2",
|
||||
imageAlt: "Corporate Gifting Programme",
|
||||
authorName: "TLC LIVE Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
|
||||
date: "Q3 2024",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
category: ["Events", "Brand Activation"],
|
||||
title: "Regional Conference Merchandise Suite",
|
||||
excerpt:
|
||||
"Complete event branding from signage to promotional merchandise fulfillment for 2000+ attendees across three days.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-street-wearing-mask_23-2148863815.jpg?_wi=2",
|
||||
imageAlt: "Event Merchandise Suite",
|
||||
authorName: "TLC LIVE Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg",
|
||||
date: "Q2 2024",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
category: ["Incentive Programmes", "Digital"],
|
||||
title: "Employee Recognition Platform Launch",
|
||||
excerpt:
|
||||
"Custom e-store and incentive portal connecting staff recognition with branded merchandise rewards and redemption.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-concept_23-2148588803.jpg?_wi=2",
|
||||
imageAlt: "Incentive Platform",
|
||||
authorName: "TLC LIVE Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg",
|
||||
date: "Q1 2024",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
category: ["Sales Promotion", "Campaign"],
|
||||
title: "Campaign Merchandise Fulfillment",
|
||||
excerpt:
|
||||
"Sourced, branded, and distributed 50,000+ promotional items in under 60 days across nationwide retailer network.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-business-owners-packing-order-shipping-using-cardboard-boxes-merchandise-man-woman-working-supply-chain-logistics-quality-control-handheld-shot_482257-63936.jpg?_wi=2",
|
||||
imageAlt: "Sales Promotion Campaign",
|
||||
authorName: "TLC LIVE Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
|
||||
date: "Q4 2023",
|
||||
},
|
||||
]}
|
||||
title="Featured Work"
|
||||
description="Real projects showcasing our approach to premium brand engagement."
|
||||
tag="Case Studies"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
handle: "Marketing Manager, TechCorp NZ",
|
||||
testimonial:
|
||||
"TLC LIVE goes way beyond a supplier—they're strategic partners. Turned our merchandise programme from transactional to truly impactful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=2",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
handle: "Operations Director, Innovate Group",
|
||||
testimonial:
|
||||
"Their attention to quality and detail is exceptional. Every product feels premium, and their turnaround times are unbeatable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
handle: "HR Director, CloudSync Solutions",
|
||||
testimonial:
|
||||
"The employee rewards programme TLC LIVE designed has boosted morale and engagement measurably. Best decision we made.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg?_wi=2",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Park",
|
||||
handle: "Brand Manager, Velocity Capital",
|
||||
testimonial:
|
||||
"From concept to delivery—seamless. Their team understood our brand values instantly and delivered exactly what we needed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg?_wi=2",
|
||||
imageAlt: "Michael Park",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Thompson",
|
||||
handle: "Sales & Marketing, Meridian Group",
|
||||
testimonial:
|
||||
"The custom e-store platform they built for our franchise network has transformed how our partners order and engage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=2",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Foster",
|
||||
handle: "Procurement Manager, Ascent Ventures",
|
||||
testimonial:
|
||||
"Professional, friendly, efficient. TLC LIVE makes procurement feel elevated rather than bureaucratic. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=2",
|
||||
imageAlt: "David Foster",
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Testimonials from marketing leaders, brand managers, and operations teams."
|
||||
tag="Client Feedback"
|
||||
tagIcon={MessageCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta-contact" data-section="cta-contact">
|
||||
<ContactText
|
||||
text="Ready to elevate your brand engagement? Let's create something worth keeping together."
|
||||
text="Ready to explore our services and find the perfect solution for your brand engagement needs?"
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Brief", href: "/contact" },
|
||||
{ text: "Talk to the Team", href: "/contact" },
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "View Our Work", href: "/our-work" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis logoText="TLC LIVE" columns={footerColumns} />
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="TLC LIVE" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,13 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, Lightbulb, Star, Zap, CheckCircle, TrendingUp } from "lucide-react";
|
||||
import { Star, Zap, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function SalesPromotionsPage() {
|
||||
const navItems = [
|
||||
@@ -69,7 +67,7 @@ export default function SalesPromotionsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -81,116 +79,58 @@ export default function SalesPromotionsPage() {
|
||||
brandName="TLC LIVE"
|
||||
bottomLeftText="Auckland, New Zealand"
|
||||
bottomRightText="hello@tlclive.co.nz"
|
||||
topBarClassName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="Sales Promotions – Drive Engagement, Accelerate Results"
|
||||
description="Strategic promotional merchandise that turns interest into action. From product launches to seasonal campaigns, we source, brand, and distribute promotional items that captivate customers and accelerate your sales momentum."
|
||||
tag="Campaign Excellence"
|
||||
tagIcon={Sparkles}
|
||||
<div id="service-intro" data-section="service-intro">
|
||||
<SplitAbout
|
||||
title="Sales Promotions"
|
||||
description="Campaign merchandise and promotional fulfillment to accelerate customer engagement."
|
||||
tag="Service Focus"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
buttons={[
|
||||
{ text: "Launch Your Campaign", href: "/contact" },
|
||||
{ text: "View Campaign Examples", href: "/our-work" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boss-s-day-assortment-orange-background_23-2148664127.jpg"
|
||||
imageAlt="Sales Promotions Solutions"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-business-owners-packing-order-shipping-using-cardboard-boxes-merchandise-man-woman-working-supply-chain-logistics-quality-control-handheld-shot_482257-63936.jpg?_wi=3",
|
||||
imageAlt: "Promotional Campaign Fulfillment",
|
||||
title: "Campaign Merchandise", description: "Branded promotional items designed to amplify campaign reach and engagement.", icon: Star,
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837360.jpg?_wi=4",
|
||||
imageAlt: "Promotional Merchandise Collection",
|
||||
title: "Strategic Distribution", description: "Targeted fulfillment ensuring your promotional items reach the right audience at the right time.", icon: Zap,
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg?_wi=4",
|
||||
imageAlt: "Premium Branded Items",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gift-box-ready-father-s-day_23-2147683456.jpg?_wi=5",
|
||||
imageAlt: "Promotional Packaging",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boss-s-day-assortment-orange-background_23-2148664127.jpg?_wi=5",
|
||||
imageAlt: "Campaign Merchandise Showcase",
|
||||
title: "Measurable Impact", description: "Promotional merchandise programmes designed to drive conversions and brand awareness.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="service-details" data-section="service-details">
|
||||
<SplitAbout
|
||||
title="Why TLC LIVE for Sales Promotions"
|
||||
description="Promotional campaigns live or die on execution. We bring strategic thinking, product expertise, and operational excellence—ensuring your promotional merchandise reaches customers on time, on brand, and primed to drive conversions."
|
||||
tag="Campaign Strategy"
|
||||
tagIcon={TrendingUp}
|
||||
title="Executing Promotional Campaigns"
|
||||
description="How we design and deliver sales promotion programmes that drive results."
|
||||
tag="Approach"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-female-inspector-with-walkietalkie-checking-stock-products-while-working-warehouse_637285-4731.jpg"
|
||||
imageAlt="Campaign Fulfillment Operations"
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg"
|
||||
imageAlt="Promotion Strategy"
|
||||
mediaAnimation="opacity"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Campaign Strategy & Sourcing",
|
||||
description: "Strategic product selection that aligns with campaign goals, audience preferences, and brand positioning.",
|
||||
icon: Lightbulb,
|
||||
title: "Campaign Analysis", description: "Understanding campaign objectives and target audience for optimal merchandise selection.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Fast-Track Production",
|
||||
description: "Tight deadlines? We've managed complex campaigns with 30-60 day turnarounds without sacrificing quality.",
|
||||
icon: Zap,
|
||||
title: "Creative Fulfillment", description: "Sourcing and producing promotional items that capture attention and drive engagement.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "High-Volume Fulfillment",
|
||||
description: "50,000+ items? We coordinate sourcing, branding, warehousing, and distribution with precision.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Logistics Excellence",
|
||||
description: "Multi-location distribution, tracking, and delivery management to ensure seamless campaign rollout.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Customisation at Scale",
|
||||
description: "Bespoke branding, packaging, and messaging across massive volumes—all maintaining quality consistency.",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="capabilities" data-section="capabilities">
|
||||
<FeatureBorderGlow
|
||||
title="Sales Promotion Services"
|
||||
description="End-to-end promotional merchandise solutions built for impact."
|
||||
tag="Promotion Solutions"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Product Launch Campaigns",
|
||||
description: "Promotional merchandise designed to create buzz and drive trial for new product introductions.",
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Seasonal Campaigns",
|
||||
description: "Holiday, seasonal, and limited-time promotional merchandise tailored to capture market momentum.",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Retail & Distribution Support",
|
||||
description: "Point-of-sale promotional items, retailer incentives, and distributor engagement merchandise.",
|
||||
title: "Logistics Excellence", description: "Coordinated distribution ensuring timely, cost-effective delivery across all channels.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -198,23 +138,20 @@ export default function SalesPromotionsPage() {
|
||||
|
||||
<div id="cta-contact" data-section="cta-contact">
|
||||
<ContactText
|
||||
text="Ready to amplify your sales campaign? Let's create promotional merchandise that converts."
|
||||
text="Ready to amplify your promotional campaigns with strategic branded merchandise?"
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Campaign", href: "/contact" },
|
||||
{ text: "Explore Past Campaigns", href: "/our-work" },
|
||||
{ text: "Plan Your Campaign", href: "/contact" },
|
||||
{ text: "View Examples", href: "/our-work" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="TLC LIVE"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="TLC LIVE" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,13 +3,63 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Lightbulb, Star, Zap, CheckCircle, Shirt, Package, Truck, Palette } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { Star, Zap, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function UniformsApparelPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Our Work", id: "/our-work" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
{ label: "Branded Merchandise", href: "/services/branded-merchandise" },
|
||||
{ label: "Uniforms & Apparel", href: "/services/uniforms-apparel" },
|
||||
{ label: "Corporate Gifts", href: "/services/corporate-gifts" },
|
||||
{ label: "Events & Signage", href: "/services/events-signage" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Sales Promotions", href: "/services/sales-promotions" },
|
||||
{ label: "Custom E-Stores", href: "/services/custom-estore" },
|
||||
{ label: "Incentive Programmes", href: "/services/incentive-programmes" },
|
||||
{ label: "Product Catalogue", href: "/product-catalogue" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Our Work", href: "/our-work" },
|
||||
{ label: "Industries", href: "/industries" },
|
||||
{ label: "Insights", href: "/insights" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Client Login", href: "/client-login" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Use", href: "/terms" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "hello@tlclive.co.nz", href: "mailto:hello@tlclive.co.nz" },
|
||||
{ label: "+64 9 XXX XXXX", href: "tel:+6493000000" },
|
||||
{ label: "Auckland, New Zealand", href: "/contact" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default function UniformsApparel() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -17,7 +67,7 @@ export default function UniformsApparel() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -25,235 +75,57 @@ export default function UniformsApparel() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Our Work", id: "/our-work" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
navItems={navItems}
|
||||
brandName="TLC LIVE"
|
||||
bottomLeftText="Auckland, New Zealand"
|
||||
bottomRightText="hello@tlclive.co.nz"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="uniforms-hero" data-section="uniforms-hero">
|
||||
<div id="service-intro" data-section="service-intro">
|
||||
<SplitAbout
|
||||
title="Professional Uniforms & Premium Apparel"
|
||||
description="Elevate your team's presence with custom-branded workwear that combines premium fabrics, precision embroidery, and seamless logistics. From initial sizing to distribution, we handle every detail."
|
||||
tag="Uniforms & Workwear"
|
||||
tagIcon={Shirt}
|
||||
title="Uniforms & Apparel"
|
||||
description="Professional workwear programmes with premium fabrics, embroidery, and seamless logistics."
|
||||
tag="Service Focus"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-shopping-boutique-trying-grey-stylish-suit_7502-4384.jpg?_wi=3"
|
||||
imageAlt="Premium Corporate Uniforms"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-shopping-boutique-trying-grey-stylish-suit_7502-4384.jpg"
|
||||
imageAlt="Uniforms & Apparel Solutions"
|
||||
mediaAnimation="opacity"
|
||||
buttonAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Fabrics",
|
||||
description: "High-quality materials sourced globally for durability, comfort, and professional appearance",
|
||||
icon: Star,
|
||||
title: "Professional Workwear", description: "Quality uniforms and apparel that project professionalism and brand identity.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Precision Branding",
|
||||
description: "Embroidery, screen printing, and custom details that reflect your brand identity",
|
||||
icon: Palette,
|
||||
title: "Custom Embroidery", description: "Precision branding and embroidery services ensuring polished, branded presentation.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Complete Logistics",
|
||||
description: "Sizing, production, quality control, and direct delivery to your team or locations",
|
||||
icon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Scalable Solutions",
|
||||
description: "From 10 team members to 500+, we manage sizing, orders, and fulfillment seamlessly",
|
||||
icon: Package,
|
||||
title: "Large-Scale Logistics", description: "Expert management of enterprise uniform programmes across multiple locations and teams.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta-contact" data-section="cta-contact">
|
||||
<ContactText
|
||||
text="Ready to outfit your team with professional branded uniforms and apparel?"
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Uniform Brief", href: "/contact" },
|
||||
{ text: "View Fabric Collections", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="uniforms-applications" data-section="uniforms-applications">
|
||||
<FeatureBorderGlow
|
||||
title="Uniforms for Every Industry"
|
||||
description="Custom workwear solutions tailored to your sector's specific needs, culture, and brand."
|
||||
tag="Industry Expertise"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Shirt,
|
||||
title: "Corporate Teams",
|
||||
description: "Professional attire for office, client-facing, and hybrid work environments",
|
||||
},
|
||||
{
|
||||
icon: Package,
|
||||
title: "Hospitality & Events",
|
||||
description: "Branded uniforms for staff, managers, and event teams with comfort and style",
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Field & Logistics",
|
||||
description: "Durable workwear designed for active use, weather resistance, and visibility",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Healthcare & Safety",
|
||||
description: "Compliant, comfortable workwear meeting industry standards and regulations",
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Franchise Networks",
|
||||
description: "Standardized branding across multiple locations with centralised ordering",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Retail & Shopper",
|
||||
description: "Eye-catching uniforms that enhance brand recognition and customer experience",
|
||||
},
|
||||
{ text: "Design Your Uniform", href: "/contact" },
|
||||
{ text: "View Samples", href: "/product-catalogue" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="uniforms-testimonials" data-section="uniforms-testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Teams Say About Their TLC LIVE Uniforms"
|
||||
description="Real feedback from HR, operations, and team leads who've transformed their team presence."
|
||||
tag="Client Feedback"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Chen",
|
||||
handle: "Operations Director, Innovate Group",
|
||||
testimonial: "Our entire logistics team received their uniforms on time and they look absolutely premium. Quality exceeded expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=3",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Mitchell",
|
||||
handle: "HR Manager, TechCorp NZ",
|
||||
testimonial: "The sizing process was seamless, production was fast, and our team felt genuinely proud wearing their new uniforms. Huge morale boost.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=3",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Park",
|
||||
handle: "Brand Manager, Velocity Capital",
|
||||
testimonial: "Custom embroidery detail was flawless. Every uniform represents our brand exactly as we envisioned it. Highly professional throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg?_wi=3",
|
||||
imageAlt: "Michael Park",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Rodriguez",
|
||||
handle: "Retail Manager, CloudSync Solutions",
|
||||
testimonial: "Staff turnover actually decreased after we rolled out the new uniforms. People felt part of something special and premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=3",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Foster",
|
||||
handle: "Procurement Manager, Ascent Ventures",
|
||||
testimonial: "TLC LIVE managed our 300-person franchise rollout flawlessly. Logistics, quality, communication—everything was elevated.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=3",
|
||||
imageAlt: "David Foster",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Thompson",
|
||||
handle: "Sales Director, Meridian Group",
|
||||
testimonial: "Our client-facing team absolutely loves wearing uniforms that feel premium and fit perfectly. It's a confidence boost.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg?_wi=3",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="uniforms-cta" data-section="uniforms-cta">
|
||||
<div className="py-20 px-4 md:px-6 text-center">
|
||||
<div className="mx-auto max-w-2xl">
|
||||
<h2 className="text-3xl md:text-5xl font-light mb-8 text-foreground">
|
||||
Ready to Uniform Your Team?
|
||||
</h2>
|
||||
<p className="text-lg text-foreground/70 mb-10">
|
||||
Let's discuss your sizing, style, branding, and timeline. Our team will guide you through every step.
|
||||
</p>
|
||||
<div className="flex flex-col md:flex-row gap-4 justify-center">
|
||||
<Link
|
||||
href="/contact"
|
||||
className="px-8 py-3 bg-primary-cta text-primary-cta-text rounded-lg font-medium hover:opacity-90 transition-opacity"
|
||||
>
|
||||
Start Your Brief
|
||||
</Link>
|
||||
<Link
|
||||
href="/"
|
||||
className="px-8 py-3 border border-primary-cta text-primary-cta rounded-lg font-medium hover:bg-primary-cta/5 transition-colors"
|
||||
>
|
||||
Back to Services
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="TLC LIVE"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Uniforms & Apparel", href: "/services/uniforms-apparel" },
|
||||
{ label: "Corporate Gifts", href: "/services/corporate-gifts" },
|
||||
{ label: "Events & Signage", href: "/services/events-signage" },
|
||||
{ label: "Sales Promotions", href: "/services/sales-promotions" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Our Work", href: "/our-work" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Industries", href: "/industries" },
|
||||
{ label: "Insights", href: "/insights" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Use", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "hello@tlclive.co.nz", href: "mailto:hello@tlclive.co.nz" },
|
||||
{ label: "+64 9 XXX XXXX", href: "tel:+6493000000" },
|
||||
{ label: "Auckland, New Zealand", href: "/contact" },
|
||||
{ label: "Client Login", href: "/client-login" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="TLC LIVE" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,51 +1,45 @@
|
||||
"use client";
|
||||
import { SVGProps } from 'react';
|
||||
|
||||
import { memo } from "react";
|
||||
import useSvgTextLogo from "./useSvgTextLogo";
|
||||
import { cls } from "@/lib/utils";
|
||||
type DominantBaseline = 'auto' | 'baseline' | 'before-edge' | 'hanging' | 'ideographic' | 'alphabetic' | 'central' | 'mathematical' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
|
||||
|
||||
interface SvgTextLogoProps {
|
||||
logoText: string;
|
||||
adjustHeightFactor?: number;
|
||||
verticalAlign?: "top" | "center";
|
||||
className?: string;
|
||||
interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
|
||||
text?: string;
|
||||
fontSize?: number;
|
||||
fontWeight?: number | string;
|
||||
fill?: string;
|
||||
fontFamily?: string;
|
||||
dominantBaseline?: DominantBaseline;
|
||||
}
|
||||
|
||||
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
|
||||
logoText,
|
||||
adjustHeightFactor,
|
||||
verticalAlign = "top",
|
||||
className = "",
|
||||
}) {
|
||||
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
|
||||
|
||||
export default function SvgTextLogo({
|
||||
text = 'Logo',
|
||||
fontSize = 32,
|
||||
fontWeight = 'bold',
|
||||
fill = 'currentColor',
|
||||
fontFamily = 'system-ui, -apple-system, sans-serif',
|
||||
dominantBaseline = 'middle',
|
||||
...props
|
||||
}: SvgTextLogoProps) {
|
||||
return (
|
||||
<svg
|
||||
ref={svgRef}
|
||||
viewBox={viewBox}
|
||||
className={cls("w-full", className)}
|
||||
style={{ aspectRatio: aspectRatio }}
|
||||
preserveAspectRatio="none"
|
||||
role="img"
|
||||
aria-label={`${logoText} logo`}
|
||||
width="200"
|
||||
height="80"
|
||||
viewBox="0 0 200 80"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
{...props}
|
||||
>
|
||||
<text
|
||||
ref={textRef}
|
||||
x="0"
|
||||
y={verticalAlign === "center" ? "50%" : "0"}
|
||||
className="font-bold fill-current"
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
letterSpacing: "-0.02em",
|
||||
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
|
||||
}}
|
||||
x="50%"
|
||||
y="50%"
|
||||
textAnchor="middle"
|
||||
dominantBaseline={dominantBaseline}
|
||||
fontSize={fontSize}
|
||||
fontWeight={fontWeight}
|
||||
fill={fill}
|
||||
fontFamily={fontFamily}
|
||||
>
|
||||
{logoText}
|
||||
{text}
|
||||
</text>
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
|
||||
SvgTextLogo.displayName = "SvgTextLogo";
|
||||
|
||||
export default SvgTextLogo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user