diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 89123b1..a7e9ec4 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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() {
-
-
-
-
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 9a33c6c..ba7e331 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -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() {
/>
-
-
-
+
-
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/industries/page.tsx b/src/app/industries/page.tsx
index eb763c5..9369821 100644
--- a/src/app/industries/page.tsx
+++ b/src/app/industries/page.tsx
@@ -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() {
/>
-
-
+
-
+
-
-
+
@@ -223,4 +167,4 @@ export default function IndustriesPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/insights/page.tsx b/src/app/insights/page.tsx
index 0bfde0f..b3788c0 100644
--- a/src/app/insights/page.tsx
+++ b/src/app/insights/page.tsx
@@ -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() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index dd0d7e3..f3633fe 100644
--- a/src/app/page.tsx
+++ b/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."},
]}
/>
@@ -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"
/>
@@ -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() {
);
-}
\ No newline at end of file
+}