Merge version_1 into main #2
@@ -17,8 +17,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Marketing Agency", href: "/marketing" },
|
||||
{ label: "UGC Production", href: "/ugc-production" },
|
||||
{ label: "Lead Generation", href: "/marketing" },
|
||||
@@ -26,8 +25,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "How We Work", href: "/" },
|
||||
{ label: "Industries", href: "/" },
|
||||
@@ -35,8 +33,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: +91 9717495310", href: "tel:+919717495310" },
|
||||
{ label: "WhatsApp: +91 9717495310", href: "https://wa.me/919717495310" },
|
||||
{ label: "Email: admin@leadbricks.online", href: "mailto:admin@leadbricks.online" },
|
||||
@@ -44,8 +41,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -61,7 +57,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -81,7 +77,7 @@ export default function ContactPage() {
|
||||
tag="Get In Touch"
|
||||
title="Ready to Scale Your Business?"
|
||||
description="Let's discuss how LeadBricks can drive qualified leads and premium UGC content for your brand. Book a free strategy call with our team."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/a-professional-consultation-and-communic-1772649329278-6e4ace20.png"
|
||||
imageAlt="LeadBricks consultation"
|
||||
@@ -99,19 +95,13 @@ export default function ContactPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Call Us",
|
||||
description: "Direct phone line: +91 9717495310. Available Monday-Friday, 9 AM - 6 PM IST",
|
||||
},
|
||||
title: "Call Us", description: "Direct phone line: +91 9717495310. Available Monday-Friday, 9 AM - 6 PM IST"},
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Email",
|
||||
description: "Send us an email at admin@leadbricks.online. We respond within 24 hours",
|
||||
},
|
||||
title: "Email", description: "Send us an email at admin@leadbricks.online. We respond within 24 hours"},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "WhatsApp",
|
||||
description: "Quick messages and file sharing on WhatsApp: +91 9717495310",
|
||||
},
|
||||
title: "WhatsApp", description: "Quick messages and file sharing on WhatsApp: +91 9717495310"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -20,8 +20,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Marketing Agency", href: "marketing" },
|
||||
{ label: "UGC Production", href: "ugc-production" },
|
||||
{ label: "Lead Generation", href: "marketing" },
|
||||
@@ -29,8 +28,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "How We Work", href: "how-we-work" },
|
||||
{ label: "Industries", href: "industries" },
|
||||
@@ -38,8 +36,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: +91 9717495310", href: "tel:+919717495310" },
|
||||
{ label: "WhatsApp: +91 9717495310", href: "https://wa.me/919717495310" },
|
||||
{ label: "Email: admin@leadbricks.online", href: "mailto:admin@leadbricks.online" },
|
||||
@@ -47,8 +44,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -64,7 +60,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -83,16 +79,12 @@ export default function HomePage() {
|
||||
<HeroCentered
|
||||
title="Performance-Driven Marketing & Scalable UGC Production"
|
||||
description="We help brands generate qualified leads and agencies scale with high-quality UGC content. Premium execution. Structured 4-week performance cycles. Results-obsessed."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-a-confident-fem-1772649328170-47339f05.png",
|
||||
alt: "Creator showcase",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-a-confident-fem-1772649328170-47339f05.png", alt: "Creator showcase"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-another-confide-1772649329178-476ec732.png",
|
||||
alt: "Creative team member",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-another-confide-1772649329178-476ec732.png", alt: "Creative team member"},
|
||||
]}
|
||||
avatarText="Trusted by 50+ brands across Real Estate, Hospitality & EdTech"
|
||||
buttons={[
|
||||
@@ -109,7 +101,7 @@ export default function HomePage() {
|
||||
tag="About LeadBricks"
|
||||
title="Performance-Focused Marketing & Content Production Company"
|
||||
description="Based in India, we serve real estate developers, schools, hospitality brands, and social media agencies. We operate on structured 4-week performance cycles, prioritize quality over quantity, and execute through proven systems. Premium positioning. Real results."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/a-professional-team-collaboration-settin-1772649329151-331fe03c.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/a-professional-team-collaboration-settin-1772649329151-331fe03c.png"
|
||||
imageAlt="LeadBricks team collaboration"
|
||||
buttons={[{ text: "Learn Our Process", href: "#how-we-work" }]}
|
||||
useInvertedBackground={false}
|
||||
@@ -123,40 +115,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Target,
|
||||
title: "Real Estate Lead Generation",
|
||||
description:
|
||||
"Meta & Google Ads campaigns optimized for qualified lead capture with proven conversion tracking.",
|
||||
},
|
||||
title: "Real Estate Lead Generation", description:
|
||||
"Meta & Google Ads campaigns optimized for qualified lead capture with proven conversion tracking."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Performance Marketing",
|
||||
description:
|
||||
"Data-driven campaigns with focus on ROAS, cost-per-lead, and measurable business outcomes.",
|
||||
},
|
||||
title: "Performance Marketing", description:
|
||||
"Data-driven campaigns with focus on ROAS, cost-per-lead, and measurable business outcomes."},
|
||||
{
|
||||
icon: Instagram,
|
||||
title: "Social Media Management",
|
||||
description:
|
||||
"Instagram, Facebook, LinkedIn strategy and execution. Content calendar, community management, growth optimization.",
|
||||
},
|
||||
title: "Social Media Management", description:
|
||||
"Instagram, Facebook, LinkedIn strategy and execution. Content calendar, community management, growth optimization."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Funnel Strategy & Optimization",
|
||||
description:
|
||||
"End-to-end funnel design, conversion rate optimization, and continuous system improvements.",
|
||||
},
|
||||
title: "Funnel Strategy & Optimization", description:
|
||||
"End-to-end funnel design, conversion rate optimization, and continuous system improvements."},
|
||||
{
|
||||
icon: Camera,
|
||||
title: "Content Creation",
|
||||
description:
|
||||
"Professional photography, videography, and drone shoots. High-quality visual assets for campaigns.",
|
||||
},
|
||||
title: "Content Creation", description:
|
||||
"Professional photography, videography, and drone shoots. High-quality visual assets for campaigns."},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Campaign Reporting",
|
||||
description:
|
||||
"Detailed performance analytics, KPI tracking, and transparent ROI reporting every cycle.",
|
||||
},
|
||||
title: "Campaign Reporting", description:
|
||||
"Detailed performance analytics, KPI tracking, and transparent ROI reporting every cycle."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -190,37 +170,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Rahul Patel",
|
||||
role: "Real Estate Developer",
|
||||
company: "PropDev India",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-a-confident-fem-1772649328170-47339f05.png?_wi=1",
|
||||
},
|
||||
id: "testimonial-1", name: "Rahul Patel", role: "Real Estate Developer", company: "PropDev India", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-a-confident-fem-1772649328170-47339f05.png"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Priya Singh",
|
||||
role: "Marketing Director",
|
||||
company: "EdTech Startup",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-another-confide-1772649329178-476ec732.png?_wi=1",
|
||||
},
|
||||
id: "testimonial-2", name: "Priya Singh", role: "Marketing Director", company: "EdTech Startup", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-another-confide-1772649329178-476ec732.png"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Vikram Sharma",
|
||||
role: "Agency Owner",
|
||||
company: "Social Media Pro",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-a-confident-fem-1772649328170-47339f05.png?_wi=2",
|
||||
},
|
||||
id: "testimonial-3", name: "Vikram Sharma", role: "Agency Owner", company: "Social Media Pro", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-a-confident-fem-1772649328170-47339f05.png"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Neha Desai",
|
||||
role: "Hospitality Manager",
|
||||
company: "Luxury Hotels Group",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-another-confide-1772649329178-476ec732.png?_wi=2",
|
||||
},
|
||||
id: "testimonial-4", name: "Neha Desai", role: "Hospitality Manager", company: "Luxury Hotels Group", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/professional-headshot-of-another-confide-1772649329178-476ec732.png"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "₹2.5 Cr+", label: "Combined revenue generated for clients" },
|
||||
|
||||
Reference in New Issue
Block a user