From ee6d976bd9f01e35678d509a7b6a044803ab312f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:14:54 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7289554..d54fbb9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,19 +14,19 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "ConnectHub - Social Media Platform for Authentic Connections", description: "Join 50 million users on ConnectHub, the social media platform built for authentic connections, privacy, and community. Share your story, engage safely, and build your network today.", keywords: "social media, community platform, authentic connections, messaging, digital community", metadataBase: new URL("https://connecthub.example.com"), + title: "Premium Social Media Agency | ConnectHub Pro", description: "Elevate your brand with ConnectHub Pro, the premium social media agency specializing in authentic connections, community building, and strategic digital engagement for businesses worldwide.", keywords: "social media agency, premium services, digital marketing, brand strategy, community management, social media management", metadataBase: new URL("https://connecthubpro.example.com"), alternates: { - canonical: "https://connecthub.example.com" + canonical: "https://connecthubpro.example.com" }, openGraph: { - title: "ConnectHub - Connect Authentically", description: "Join millions connecting on ConnectHub. Share your story, build communities, and engage with purpose.", url: "https://connecthub.example.com", siteName: "ConnectHub", type: "website", images: [ + title: "ConnectHub Pro - Premium Social Media Agency", description: "Transform your brand's social presence with our premium social media agency services. Expert strategy, creative content, and authentic engagement.", url: "https://connecthubpro.example.com", siteName: "ConnectHub Pro", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLul0GvCshwzovQrtgNblEQ5b/a-vibrant-social-media-dashboard-interfa-1772550743221-024f4aec.png", alt: "ConnectHub Platform Interface" + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLul0GvCshwzovQrtgNblEQ5b/a-vibrant-social-media-dashboard-interfa-1772550743221-024f4aec.png", alt: "ConnectHub Pro Agency Platform" } ] }, twitter: { - card: "summary_large_image", title: "ConnectHub - Social Media for Authentic Connections", description: "50M+ users connecting authentically. Share, engage, and build community on ConnectHub.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLul0GvCshwzovQrtgNblEQ5b/a-vibrant-social-media-dashboard-interfa-1772550743221-024f4aec.png"] + card: "summary_large_image", title: "ConnectHub Pro - Premium Social Media Agency", description: "Premium social media agency services for brands that demand excellence and authentic engagement.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLul0GvCshwzovQrtgNblEQ5b/a-vibrant-social-media-dashboard-interfa-1772550743221-024f4aec.png"] }, robots: { index: true, @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 023ac2beabed197d17534b54e5fbe969c948c148 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:14:54 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 130 +++++++++++++++++++++++------------------------ 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a0c1fc..a834bda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import ContactSplit from "@/components/sections/contact/ContactSplit"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Globe, HelpCircle, Heart, Mail, Shield, TrendingUp, Users, Sparkles } from "lucide-react"; +import { Globe, HelpCircle, Heart, Mail, Shield, TrendingUp, Users, Sparkles, Zap, Target, BarChart3 } from "lucide-react"; export default function LandingPage() { return ( @@ -28,40 +28,40 @@ export default function LandingPage() { >
@@ -69,18 +69,18 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1 From 8e35833cb892f75f031b9612267ec579401737c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:18:21 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a834bda..1bfd35d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -45,7 +45,7 @@ export default function LandingPage() {