Merge version_1 into main #3
@@ -1,22 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
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 MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import {
|
||||
Lightbulb,
|
||||
Star,
|
||||
Zap,
|
||||
CheckCircle,
|
||||
Award,
|
||||
Users,
|
||||
Target,
|
||||
Compass,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { Lightbulb, Star, Zap, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -30,42 +19,42 @@ export default function AboutPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
{ label: "Branded Merchandise", href: "/services" },
|
||||
{ label: "Uniforms & Apparel", href: "/services" },
|
||||
{ label: "Corporate Gifts", href: "/services" },
|
||||
{ label: "Events & Signage", href: "/services" },
|
||||
{ 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" },
|
||||
{ label: "Custom E-Stores", href: "/services" },
|
||||
{ label: "Incentive Programmes", href: "/services" },
|
||||
{ label: "Product Catalogue", href: "/services" },
|
||||
{ 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: "/" },
|
||||
{ label: "Insights", href: "/" },
|
||||
{ label: "Industries", href: "/industries" },
|
||||
{ label: "Insights", href: "/insights" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Client Login", href: "/" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Use", href: "/" },
|
||||
{ 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: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
{ label: "Auckland, New Zealand", href: "/contact" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -77,7 +66,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -95,113 +84,60 @@ export default function AboutPage() {
|
||||
<div id="about-story" data-section="about-story">
|
||||
<SplitAbout
|
||||
title="Our Story"
|
||||
description="TLC LIVE was founded on a simple belief: that premium branded merchandise should be elevated, not transactional. We built a partner that combines strategic thinking with genuine service excellence."
|
||||
description="Founded on the belief that branded merchandise should be taken seriously—as a strategic tool for building lasting brand relationships and organisational culture."
|
||||
tag="Heritage"
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg?_wi=2"
|
||||
imageAlt="TLC LIVE Team Collaboration"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg"
|
||||
imageAlt="TLC LIVE Team"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Founded in Vision",
|
||||
description:
|
||||
"Started with a mission to redefine how businesses engage through branded products and experiences.",
|
||||
icon: Lightbulb,
|
||||
title: "Founded on Purpose", description: "We started with a simple mission: make branded merchandise matter. Not as an afterthought, but as a strategic differentiator.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Grounded in Excellence",
|
||||
description:
|
||||
"Every project is approached with meticulous attention to quality, detail, and brand alignment.",
|
||||
icon: Star,
|
||||
title: "Evolved Through Partnership", description: "Years of working alongside leading brands taught us what works—and what doesn't. We've learned from hundreds of successful programmes.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Growth & Expansion",
|
||||
description:
|
||||
"From local leaders to regional partners, we've scaled while maintaining premium service standards.",
|
||||
icon: TrendingUp,
|
||||
title: "Driven by Results", description: "Every decision we make is rooted in data, strategy, and our commitment to delivering measurable business outcomes for our partners.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-values" data-section="about-values">
|
||||
<FeatureBorderGlow
|
||||
title="Our Core Values"
|
||||
description="The principles that guide every decision and interaction."
|
||||
tag="Commitment"
|
||||
tagIcon={Award}
|
||||
<SplitAbout
|
||||
title="Our Values"
|
||||
description="What guides our decisions, shapes our culture, and defines how we work with partners."
|
||||
tag="Philosophy"
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-with-tablet-working-logistic_23-2148886826.jpg"
|
||||
imageAlt="Premium Quality Inspection"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Premium Quality",
|
||||
description:
|
||||
"Every product, service, and interaction reflects our commitment to excellence and premium positioning.",
|
||||
title: "Quality Above All", description: "We refuse to compromise. Premium products, rigorous quality control, and attention to detail in every project.", icon: Star,
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Genuine Partnerships",
|
||||
description:
|
||||
"We succeed when our clients succeed. Your goals become our goals—genuine collaboration all the way.",
|
||||
title: "Strategic Thinking", description: "Merchandise works best when it's part of a bigger strategy. We align with your business goals and brand objectives.", icon: Zap,
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Integrity & Transparency",
|
||||
description:
|
||||
"Clear communication, honest advice, and transparent processes build trust and confidence.",
|
||||
title: "Genuine Care", description: "We're not just vendors. We're partners who genuinely care about your success and take pride in the work we do together.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-metrics" data-section="about-metrics">
|
||||
<MetricCardTwo
|
||||
title="By The Numbers"
|
||||
description="A snapshot of the impact we've created for our partners."
|
||||
tag="Track Record"
|
||||
tagIcon={Compass}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
description: "Premium brands trusted",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "1M+",
|
||||
description: "Products delivered annually",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
description: "Client satisfaction rate",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "15+",
|
||||
description: "Years of industry expertise",
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="TLC LIVE"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="TLC LIVE" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,25 +18,25 @@ export default function ContactPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
{ label: "Branded Merchandise", href: "/services" },
|
||||
{ label: "Uniforms & Apparel", href: "/services" },
|
||||
{ label: "Corporate Gifts", href: "/services" },
|
||||
{ label: "Events & Signage", href: "/services" },
|
||||
{ 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" },
|
||||
{ label: "Custom E-Stores", href: "/services" },
|
||||
{ label: "Incentive Programmes", href: "/services" },
|
||||
{ label: "Product Catalogue", href: "/contact" },
|
||||
{ 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: "/contact" },
|
||||
{ label: "Insights", href: "/contact" },
|
||||
{ label: "Industries", href: "/industries" },
|
||||
{ label: "Insights", href: "/insights" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
@@ -44,8 +44,8 @@ export default function ContactPage() {
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Client Login", href: "/client-login" },
|
||||
{ label: "Privacy Policy", href: "/contact" },
|
||||
{ label: "Terms of Use", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Use", href: "/terms" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -53,7 +53,7 @@ export default function ContactPage() {
|
||||
{ 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: "/contact" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -65,7 +65,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -80,24 +80,11 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-hero" data-section="contact-hero" className="min-h-screen flex items-center justify-center py-20 px-4">
|
||||
<div className="w-full max-w-3xl text-center space-y-8">
|
||||
<div className="space-y-4">
|
||||
<h1 className="text-4xl md:text-5xl lg:text-6xl font-light tracking-tight text-foreground">
|
||||
Get in Touch
|
||||
</h1>
|
||||
<p className="text-lg md:text-xl text-foreground/80">
|
||||
Ready to elevate your brand engagement? Let's discuss your project and create something exceptional together.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cta-contact" data-section="cta-contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to elevate your brand engagement? Let's create something worth keeping together."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Brief", href: "/contact" },
|
||||
@@ -106,81 +93,9 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-details" data-section="contact-details" className="py-20 px-4 md:px-6">
|
||||
<div className="mx-auto px-4 md:px-6" style={{ maxWidth: "var(--content-width-small-medium)" }}>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-12">
|
||||
<div className="space-y-6">
|
||||
<h2 className="text-2xl md:text-3xl font-light text-foreground">
|
||||
Email
|
||||
</h2>
|
||||
<p className="text-base md:text-lg text-foreground/80">
|
||||
<a href="mailto:hello@tlclive.co.nz" className="text-primary-cta hover:underline">
|
||||
hello@tlclive.co.nz
|
||||
</a>
|
||||
</p>
|
||||
<p className="text-sm text-foreground/60">
|
||||
We typically respond within 24 hours.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="space-y-6">
|
||||
<h2 className="text-2xl md:text-3xl font-light text-foreground">
|
||||
Phone
|
||||
</h2>
|
||||
<p className="text-base md:text-lg text-foreground/80">
|
||||
<a href="tel:+6493000000" className="text-primary-cta hover:underline">
|
||||
+64 9 XXX XXXX
|
||||
</a>
|
||||
</p>
|
||||
<p className="text-sm text-foreground/60">
|
||||
Monday – Friday, 9am – 5pm NZDT
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="space-y-6">
|
||||
<h2 className="text-2xl md:text-3xl font-light text-foreground">
|
||||
Location
|
||||
</h2>
|
||||
<p className="text-base md:text-lg text-foreground/80">
|
||||
Auckland, New Zealand
|
||||
</p>
|
||||
<p className="text-sm text-foreground/60">
|
||||
Available for consultations in-office and via video call.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="space-y-6">
|
||||
<h2 className="text-2xl md:text-3xl font-light text-foreground">
|
||||
Quick Links
|
||||
</h2>
|
||||
<ul className="space-y-3 text-base md:text-lg text-foreground/80">
|
||||
<li>
|
||||
<Link href="/client-login" className="text-primary-cta hover:underline">
|
||||
Client Login
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/services" className="text-primary-cta hover:underline">
|
||||
Explore Services
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/our-work" className="text-primary-cta hover:underline">
|
||||
View Our Work
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="TLC LIVE"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="TLC LIVE" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,12 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { Package, Shirt, Gift, Zap, TrendingUp, Store, Lightbulb, Star, CheckCircle, Users, Briefcase, Layers } from "lucide-react";
|
||||
import { Lightbulb, Star, Zap, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function IndustriesPage() {
|
||||
const navItems = [
|
||||
@@ -21,18 +19,18 @@ export default function IndustriesPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
{ label: "Branded Merchandise", href: "/services" },
|
||||
{ label: "Uniforms & Apparel", href: "/services" },
|
||||
{ label: "Corporate Gifts", href: "/services" },
|
||||
{ label: "Events & Signage", href: "/services" },
|
||||
{ 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" },
|
||||
{ label: "Custom E-Stores", href: "/services" },
|
||||
{ label: "Incentive Programmes", href: "/services" },
|
||||
{ label: "Product Catalogue", href: "/" },
|
||||
{ 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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -46,9 +44,9 @@ export default function IndustriesPage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Client Login", href: "/" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Use", href: "/" },
|
||||
{ label: "Client Login", href: "/client-login" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Use", href: "/terms" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -56,7 +54,7 @@ export default function IndustriesPage() {
|
||||
{ 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: "/" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -68,7 +66,7 @@ export default function IndustriesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -83,136 +81,82 @@ export default function IndustriesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="industries-hero" data-section="industries-hero">
|
||||
<FeatureBorderGlow
|
||||
title="Industries We Serve"
|
||||
description="TLC LIVE partners with leading organisations across diverse sectors. Premium branded solutions tailored to unique industry challenges and opportunities."
|
||||
tag="Industry Focus"
|
||||
tagIcon={Briefcase}
|
||||
<div id="industries-tech" data-section="industries-tech">
|
||||
<SplitAbout
|
||||
title="Technology & Professional Services"
|
||||
description="Fast-paced, innovative sectors where branded merchandise drives team pride, client recognition, and employee retention."
|
||||
tag="Sector Focus"
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-with-tablet-working-logistic_23-2148886826.jpg"
|
||||
imageAlt="Technology Industry Solutions"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Corporate & Enterprise",
|
||||
description: "Fortune 500 companies and mid-market leaders trust TLC LIVE for strategic brand engagement, employee programmes, and stakeholder recognition.",
|
||||
title: "Team Culture", description: "Build belonging in distributed teams through branded merchandise that reflects your company's innovative culture.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Professional Services",
|
||||
description: "Law firms, accounting practices, and consulting groups leverage premium merchandise to strengthen client relationships and team identity.",
|
||||
title: "Client Gifting", description: "Premium merchandise strengthens client relationships and creates memorable touchpoints in competitive markets.", icon: Star,
|
||||
},
|
||||
{
|
||||
icon: Layers,
|
||||
title: "Technology & Innovation",
|
||||
description: "Tech companies and startups use branded merchandise to build community, attract talent, and create memorable customer experiences.",
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Hospitality & Retail",
|
||||
description: "Hotels, restaurants, and retail chains implement branded merchandise programmes for staff uniforms, guest gifting, and brand consistency.",
|
||||
},
|
||||
{
|
||||
icon: Package,
|
||||
title: "Manufacturing & Logistics",
|
||||
description: "Supply chain leaders partner with TLC LIVE for workwear solutions, safety gear branding, and operational merchandise management.",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Government & Non-Profit",
|
||||
description: "Public sector organisations and charities use our services for event support, volunteer recognition, and community engagement programmes.",
|
||||
title: "Event Excellence", description: "Conference merchandise, promotional items, and branded installations that elevate your presence in industry events.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="industries-detail" data-section="industries-detail">
|
||||
<div id="industries-finance" data-section="industries-finance">
|
||||
<SplitAbout
|
||||
title="Tailored Solutions by Sector"
|
||||
description="We understand the nuanced needs of different industries and have developed deep expertise across multiple verticals."
|
||||
tag="Sector Expertise"
|
||||
title="Financial Services & Investment"
|
||||
description="Premium, professional sectors requiring sophisticated brand expression through carefully curated merchandise programmes."
|
||||
tag="Sector Focus"
|
||||
tagIcon={Star}
|
||||
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=6"
|
||||
imageAlt="TLC LIVE Industry Expertise"
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg"
|
||||
imageAlt="Financial Services Solutions"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Financial Services",
|
||||
description: "Premium corporate gifting, client appreciation packages, and employee recognition programmes that reflect institutional prestige.",
|
||||
icon: CheckCircle,
|
||||
title: "Luxury Gifting", description: "High-end merchandise programmes that reinforce your premium positioning in client and partner relationships.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Healthcare & Wellness",
|
||||
description: "Professional workwear, patient engagement merchandise, and staff recognition solutions that maintain brand consistency and patient trust.",
|
||||
icon: Star,
|
||||
title: "Brand Consistency", description: "Rigorous quality control and design standards ensure every item reflects your professional values and brand promise.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Education & Training",
|
||||
description: "Student merchandise, staff uniforms, graduation gifts, and alumni engagement programmes that build lasting institutional pride.",
|
||||
icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Energy & Infrastructure",
|
||||
description: "Safety-compliant workwear, branded equipment, and site-based merchandise solutions for demanding operational environments.",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Real Estate & Development",
|
||||
description: "Project-branded merchandise, client welcome packages, and sales team uniforms that reinforce brand positioning.",
|
||||
icon: Briefcase,
|
||||
title: "Strategic Recognition", description: "Employee incentive and recognition programmes that align with your organisational culture and values.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="industries-case-studies" data-section="industries-case-studies">
|
||||
<BlogCardTwo
|
||||
title="Industry Success Stories"
|
||||
description="Proven results across sectors demonstrating how TLC LIVE drives engagement and brand impact."
|
||||
tag="Case Studies"
|
||||
tagIcon={Award}
|
||||
<div id="industries-corporate" data-section="industries-corporate">
|
||||
<SplitAbout
|
||||
title="Enterprise & Corporate"
|
||||
description="Large-scale organisations managing complex programmes across teams, locations, and stakeholder groups."
|
||||
tag="Sector Focus"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg"
|
||||
imageAlt="Corporate Solutions"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Professional Services", "Brand"],
|
||||
title: "Leading Law Firm Client Recognition Programme",
|
||||
excerpt: "Implemented luxury gift packages for major client events, strengthening relationships and reinforcing premium positioning across the firm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-gifts-with-blurred-background_1252-124.jpg?_wi=6",
|
||||
imageAlt: "Law Firm Client Programme",
|
||||
authorName: "TLC LIVE Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
date: "Q3 2024",
|
||||
title: "Scale & Logistics", description: "Manage large-volume orders, multi-location distribution, and complex supply chains with seamless coordination.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Technology", "Employer Brand"],
|
||||
title: "Tech Startup Culture Merchandise Rollout",
|
||||
excerpt: "Created branded employee welcome packages and merchandise collections that built community culture across distributed teams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837360.jpg?_wi=9",
|
||||
imageAlt: "Tech Startup Merchandise",
|
||||
authorName: "TLC LIVE Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
|
||||
date: "Q2 2024",
|
||||
title: "Uniform Programmes", description: "Enterprise workwear solutions with quality consistency, professional management, and efficient fulfillment.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
category: ["Healthcare", "Engagement"],
|
||||
title: "Healthcare Provider Staff & Patient Programme",
|
||||
excerpt: "Developed professional workwear and patient comfort merchandise that enhanced brand perception and operational efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-shopping-boutique-trying-grey-stylish-suit_7502-4384.jpg?_wi=6",
|
||||
imageAlt: "Healthcare Provider Programme",
|
||||
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: "Q1 2024",
|
||||
title: "Ongoing Support", description: "Dedicated account management for long-term relationships, continuous programme optimisation, and strategic evolution.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -223,4 +167,4 @@ export default function IndustriesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { Award, TrendingUp, Lightbulb, CheckCircle, Star, Zap, Compass, BarChart3 } from "lucide-react";
|
||||
import { Lightbulb, CheckCircle, Star, Zap, Compass, BarChart3 } from "lucide-react";
|
||||
|
||||
export default function InsightsPage() {
|
||||
const navItems = [
|
||||
@@ -68,7 +68,7 @@ export default function InsightsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -126,6 +126,7 @@ export default function InsightsPage() {
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg"
|
||||
imageAlt="TLC LIVE Team Insight"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Over Volume", description: "One exceptional item beats ten forgettable ones. Quality products create lasting impressions and amplify brand value.", icon: Star,
|
||||
@@ -151,7 +152,7 @@ export default function InsightsPage() {
|
||||
title="The Impact of Strategic Merchandise"
|
||||
description="Data showing how premium branded merchandise drives business results."
|
||||
tag="Research Insights"
|
||||
tagIcon={TrendingUp}
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -177,4 +178,4 @@ export default function InsightsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
305
src/app/page.tsx
305
src/app/page.tsx
@@ -1,6 +1,5 @@
|
||||
"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";
|
||||
@@ -12,21 +11,8 @@ 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,
|
||||
Lightbulb,
|
||||
Star,
|
||||
Zap,
|
||||
Package,
|
||||
Shirt,
|
||||
Gift,
|
||||
TrendingUp,
|
||||
Store,
|
||||
Compass,
|
||||
MessageCircle,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, CheckCircle, Award, Lightbulb, Star, Zap, Compass, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -40,42 +26,42 @@ export default function HomePage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
{ label: "Branded Merchandise", href: "/services" },
|
||||
{ label: "Uniforms & Apparel", href: "/services" },
|
||||
{ label: "Corporate Gifts", href: "/services" },
|
||||
{ label: "Events & Signage", href: "/services" },
|
||||
{ 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" },
|
||||
{ label: "Custom E-Stores", href: "/services" },
|
||||
{ label: "Incentive Programmes", href: "/services" },
|
||||
{ label: "Product Catalogue", href: "/services" },
|
||||
{ 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: "/" },
|
||||
{ label: "Insights", href: "/" },
|
||||
{ label: "Industries", href: "/industries" },
|
||||
{ label: "Insights", href: "/insights" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Client Login", href: "/" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Use", href: "/" },
|
||||
{ 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: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
{ label: "Auckland, New Zealand", href: "/contact" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -87,7 +73,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -117,25 +103,15 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boss-s-day-assortment-orange-background_23-2148664127.jpg?_wi=1",
|
||||
imageAlt: "TLC LIVE Premium Branded Merchandise",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boss-s-day-assortment-orange-background_23-2148664127.jpg", imageAlt: "luxury branded merchandise packaging flat lay"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg?_wi=1",
|
||||
imageAlt: "Luxury Drinkware",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg", imageAlt: "luxury drinkware premium branded bottles"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-shopping-boutique-trying-grey-stylish-suit_7502-4384.jpg?_wi=1",
|
||||
imageAlt: "Premium Branded Apparel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-shopping-boutique-trying-grey-stylish-suit_7502-4384.jpg", imageAlt: "premium branded apparel professional uniform"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gift-box-ready-father-s-day_23-2147683456.jpg?_wi=1",
|
||||
imageAlt: "Elegant Gift Packaging",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gift-box-ready-father-s-day_23-2147683456.jpg", imageAlt: "luxury corporate gift box packaging unboxing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837360.jpg?_wi=1",
|
||||
imageAlt: "Premium Merchandise Collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837360.jpg", imageAlt: "premium branded merchandise collection display"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,15 +126,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Acme Corporation",
|
||||
"TechFlow Industries",
|
||||
"Innovate Labs",
|
||||
"CloudSync Solutions",
|
||||
"Velocity Group",
|
||||
"Meridian Capital",
|
||||
"Ascent Ventures",
|
||||
"Equilibrium Co",
|
||||
]}
|
||||
"Acme Corporation", "TechFlow Industries", "Innovate Labs", "CloudSync Solutions", "Velocity Group", "Meridian Capital", "Ascent Ventures", "Equilibrium Co"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -176,41 +144,23 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Package,
|
||||
title: "Branded Merchandise",
|
||||
description:
|
||||
"Curated product selection, custom branding, and strategic sourcing to elevate your brand presence.",
|
||||
},
|
||||
icon: Sparkles,
|
||||
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: Sparkles,
|
||||
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: Star,
|
||||
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.",
|
||||
},
|
||||
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: Zap,
|
||||
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.",
|
||||
},
|
||||
icon: Sparkles,
|
||||
title: "Custom E-Stores", description: "Branded online shops for teams, members, franchise networks, and customer programmes."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,38 +175,24 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-notes-near-working-colleagues_23-2147808015.jpg"
|
||||
imageAlt="TLC LIVE Team Service"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Creative Solutions",
|
||||
description:
|
||||
"Strategic thinking combined with product expertise to solve complex engagement challenges.",
|
||||
icon: Lightbulb,
|
||||
title: "Creative Solutions", description: "Strategic thinking combined with product expertise to solve complex engagement challenges.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Quality Products",
|
||||
description:
|
||||
"Curated suppliers and rigorous quality control ensure every item reflects your brand premium positioning.",
|
||||
icon: Star,
|
||||
title: "Quality Products", description: "Curated suppliers and rigorous quality control ensure every item reflects your brand premium positioning.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Efficient Delivery",
|
||||
description:
|
||||
"Fast turnarounds, expert project management, and seamless logistics from concept to doorstep.",
|
||||
icon: Zap,
|
||||
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: "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: Award,
|
||||
title: "Premium Service", description: "Dedicated account management, clear communication, and a genuine can-do attitude at every stage.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -273,31 +209,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
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",
|
||||
},
|
||||
{ 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" },
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
/>
|
||||
@@ -315,66 +231,22 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
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=1",
|
||||
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: "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", imageAlt: "corporate uniform rollout employee team", 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=1",
|
||||
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: "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", imageAlt: "corporate gifting event presentation setup", 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=1",
|
||||
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: "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", imageAlt: "event merchandise booth installation display", 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=1",
|
||||
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: "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", imageAlt: "incentive program digital interface showcase", 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=1",
|
||||
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",
|
||||
},
|
||||
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", imageAlt: "sales promotion merchandise fulfillment display", authorName: "TLC LIVE Team", authorAvatar: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", date: "Q4 2023"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -390,59 +262,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
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=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
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", 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=1",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
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", 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=1",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
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", 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=1",
|
||||
imageAlt: "Michael Park",
|
||||
},
|
||||
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", 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=1",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
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", 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=1",
|
||||
imageAlt: "David Foster",
|
||||
},
|
||||
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", imageAlt: "David Foster"},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -462,11 +292,8 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="TLC LIVE"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="TLC LIVE" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user