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,56 +1,38 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Inter_Tight } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const interTight = Inter_Tight({
variable: "--font-halant", subsets: ["latin"], variable: "--font-inter-tight", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree", subsets: ["latin"],
}); });
export const metadata: Metadata = { 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"), 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."};
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
}
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <body className={`${interTight.variable}`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`} <script
> async
<Tag /> src="https://cdn.jsdelivr.net/npm/lenis@1.1.13/dist/lenis.min.js"
{children} ></script>
<script>
{`
const lenis = new Lenis();
function raf(time) {
lenis.raf(time);
requestAnimationFrame(raf);
}
requestAnimationFrame(raf);
`}
</script>
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
@@ -1419,7 +1401,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </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"] 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" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -157,7 +157,7 @@ export default function LandingPage() {
tag="Testimonials" tag="Testimonials"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="depth-3d"
testimonials={[ 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" 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" tag="Questions"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqsAnimation="slide-up" faqsAnimation="blur-reveal"
animationType="smooth" animationType="smooth"
faqs={[ faqs={[
{ {
@@ -223,7 +223,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg" imageSrc="http://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg"
imageAlt="Contact us" imageAlt="Contact us"
mediaAnimation="slide-up" mediaAnimation="blur-reveal"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Get Free Consultation" buttonText="Get Free Consultation"