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 +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a0c1fc..1bfd35d 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 ( @@ -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" @@ -28,40 +28,40 @@ export default function LandingPage() { >
@@ -69,18 +69,18 @@ export default function LandingPage() {
); -} \ No newline at end of file +}