4 Commits

Author SHA1 Message Date
ac9fcf6ff5 Update src/app/layout.tsx 2026-03-08 18:09:59 +00:00
d7521f82c8 Update src/app/page.tsx 2026-03-08 18:09:06 +00:00
35d193c042 Update src/app/layout.tsx 2026-03-08 18:09:05 +00:00
1503054d08 Merge version_1 into main
Merge version_1 into main
2026-03-08 18:04:09 +00:00
2 changed files with 28 additions and 47 deletions

View File

@@ -1,57 +1,39 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import { Inter_Tight } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree", subsets: ["latin"],
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Social Media Management for Small Business | SocialGrow", description: "Expert social media management services for small businesses worldwide. Grow your online presence, build engaged communities, and drive sustainable business growth with SocialGrow.", keywords: "social media management, social media marketing, small business social media, content creation, community management, social media growth, digital marketing", metadataBase: new URL("https://socialgrow.com"),
alternates: {
canonical: "https://socialgrow.com"
},
openGraph: {
title: "Social Media Management for Small Businesses | SocialGrow", description: "Transform your online presence with expert social media management. 500+ businesses trust SocialGrow to grow their social media and reach their goals.", url: "https://socialgrow.com", siteName: "SocialGrow", type: "website", images: [{
url: "http://img.b2bpic.net/free-photo/tired-bookkeeper-imputing-datasets-online-computer-trying-keep-up-with-project-tasks-before-deadline-stressed-employee-working-overnight-office-nightshift_482257-70415.jpg", alt: "social media management dashboard professional"
}]
},
twitter: {
card: "summary_large_image", title: "Social Media Management for Small Businesses | SocialGrow", description: "Expert social media management services. Grow your online presence with proven strategies.", images: ["http://img.b2bpic.net/free-photo/tired-bookkeeper-imputing-datasets-online-computer-trying-keep-up-with-project-tasks-before-deadline-stressed-employee-working-overnight-office-nightshift_482257-70415.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "SocialGrow - Social Media Management for Business Growth", description: "Expert social media management services for small businesses. We help you build engaged communities and drive sustainable growth through strategic social media management and content creation."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<body className={`${interTight.variable}`}>
{children}
<script
async
src="https://cdn.jsdelivr.net/npm/lenis@1.1.13/dist/lenis.min.js"
></script>
<script>
{`
const lenis = new Lenis();
function raf(time) {
lenis.raf(time);
requestAnimationFrame(raf);
}
requestAnimationFrame(raf);
`}
</script>
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1401,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -144,7 +144,7 @@ export default function LandingPage() {
id: "4", value: "3.2x", title: "Average ROI Multiple", items: ["Return on ad spend", "Across campaigns", "Performance-driven approach"]
}
]}
animationType="slide-up"
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -157,7 +157,7 @@ export default function LandingPage() {
tag="Testimonials"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
animationType="depth-3d"
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "CEO", testimonial: "SocialGrow transformed our online presence completely. Our follower count tripled in 6 months and our engagement rates are phenomenal. The team really understands our brand.", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Sarah Mitchell"
@@ -188,7 +188,7 @@ export default function LandingPage() {
tag="Questions"
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqsAnimation="blur-reveal"
animationType="smooth"
faqs={[
{
@@ -223,7 +223,7 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg"
imageAlt="Contact us"
mediaAnimation="slide-up"
mediaAnimation="blur-reveal"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Get Free Consultation"