From 312e61ad863bcdc701c315d3faf85f128d586f0f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:38:12 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2f17e47..66d1721 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" -- 2.49.1 From 24ce9238f9e146c5434d8328bac051433766e357 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:38:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 98 ++++++++++++++---------------------------------- 1 file changed, 29 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6250331..b9d7c63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {