3 Commits

Author SHA1 Message Date
fc285dbd20 Update src/app/page.tsx 2026-03-05 12:28:23 +00:00
65d5143d2d Update src/app/layout.tsx 2026-03-05 12:28:23 +00:00
fe9a73833e Merge version_1 into main
Merge version_1 into main
2026-03-05 12:26:28 +00:00
2 changed files with 29 additions and 59 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } 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 interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Arambham Multiservices | Business Center in Satara", description: "Professional business center in Satara offering documentation, registration, and business assistance services. Fast, reliable, and trusted by local businesses.", keywords: "multiservices center Satara, documentation services Satara, business services Satara, local service center Satara, registration services", metadataBase: new URL("https://arambham-multiservices.com"),
alternates: {
canonical: "https://arambham-multiservices.com"},
openGraph: {
title: "Arambham Multiservices | Business Center in Satara", description: "Professional multiservices center providing documentation, registration, and business assistance services in Satara.", url: "https://arambham-multiservices.com", siteName: "Arambham Multiservices", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg", alt: "Arambham Multiservices Center"},
],
},
twitter: {
card: "summary_large_image", title: "Arambham Multiservices | Business Center in Satara", description: "Fast, reliable business services in Satara. Documentation, registration, and consultancy support.", images: ["http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Arambham Multiservices - Professional Services in Satara", description: "Complete range of professional documentation, registration, and business assistance services in Satara."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -54,13 +54,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Rajesh Patil", handle: "Local Business Owner", testimonial: "Very best place, centrally located and highly professional team!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
},
{
name: "Priya Sharma", handle: "Small Business Owner", testimonial: "Location is very nice. Quick service and transparent pricing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
},
{
name: "Amit Deshmukh", handle: "Corporate Client", testimonial: "Overall good experience. Reliable and trustworthy service provider.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"
},
]}
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -75,18 +78,20 @@ export default function LandingPage() {
tagIcon={CheckCircle}
features={[
{
id: "01", title: "Documentation Services", description: "Professional document preparation, verification, and filing for all your business requirements", imageSrc: "http://img.b2bpic.net/free-photo/working-with-documents_1098-18159.jpg", imageAlt: "Documentation services"},
id: "01", title: "Documentation Services", description: "Professional document preparation, verification, and filing for all your business requirements", imageSrc: "http://img.b2bpic.net/free-photo/working-with-documents_1098-18159.jpg", imageAlt: "Documentation services"
},
{
id: "02", title: "Business Assistance", description: "Expert guidance and support for business setup, registration, and operational compliance", imageSrc: "http://img.b2bpic.net/free-photo/customers-writing-signature-contract-entering-partnership-with-agent_482257-101263.jpg", imageAlt: "Business assistance"},
id: "02", title: "Business Assistance", description: "Expert guidance and support for business setup, registration, and operational compliance", imageSrc: "http://img.b2bpic.net/free-photo/customers-writing-signature-contract-entering-partnership-with-agent_482257-101263.jpg", imageAlt: "Business assistance"
},
{
id: "03", title: "Registration Services", description: "Streamlined registration processes for businesses, certifications, and legal compliance", imageSrc: "http://img.b2bpic.net/free-photo/sales-contract-forms-documents-legal-concept_53876-134015.jpg", imageAlt: "Registration services"},
id: "03", title: "Registration Services", description: "Streamlined registration processes for businesses, certifications, and legal compliance", imageSrc: "http://img.b2bpic.net/free-photo/sales-contract-forms-documents-legal-concept_53876-134015.jpg", imageAlt: "Registration services"
},
{
id: "04", title: "Consultancy Support", description: "Professional advisory services from experienced consultants to drive your business forward", imageSrc: "http://img.b2bpic.net/free-photo/couple-serious-colleagues-sitting-table-with-laptop-documents-cups-coffee-talking-medium-shot-teamwork-communication-concept_74855-11651.jpg", imageAlt: "Consultancy support"},
{
id: "05", title: "Local Service Assistance", description: "Quick and reliable assistance for all your local service needs in Satara region", imageSrc: "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg", imageAlt: "Local service assistance"},
id: "04", title: "Consultancy Support", description: "Professional advisory services from experienced consultants to drive your business forward", imageSrc: "http://img.b2bpic.net/free-photo/couple-serious-colleagues-sitting-table-with-laptop-documents-cups-coffee-talking-medium-shot-teamwork-communication-concept_74855-11651.jpg", imageAlt: "Consultancy support"
},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={true}
/>
@@ -115,13 +120,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Rajesh Patil, Business Owner", date: "Date: 15 January 2024", title: "Excellent Professional Service!", quote: "Very best place for all my business needs. Centrally located in Satara with a highly professional and courteous team. They handle everything efficiently and transparently.", tag: "Verified Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
id: "1", name: "Rajesh Patil, Business Owner", date: "Date: 15 January 2024", title: "Excellent Professional Service!", quote: "Very best place for all my business needs. Centrally located in Satara with a highly professional and courteous team. They handle everything efficiently and transparently.", tag: "Verified Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
},
{
id: "2", name: "Priya Sharma, Corporate Manager", date: "Date: 22 December 2023", title: "Great Location and Quick Service", quote: "Location is very nice and easily accessible. The team responds quickly to queries and maintains complete transparency in pricing. Highly recommended for business services.", tag: "Verified Review", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"},
id: "2", name: "Priya Sharma, Corporate Manager", date: "Date: 22 December 2023", title: "Great Location and Quick Service", quote: "Location is very nice and easily accessible. The team responds quickly to queries and maintains complete transparency in pricing. Highly recommended for business services.", tag: "Verified Review", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
},
{
id: "3", name: "Amit Deshmukh, Entrepreneur", date: "Date: 10 November 2023", title: "Reliable and Trustworthy", quote: "Overall good experience with their services. They are reliable, professional, and deliver exactly what they promise. Perfect choice for documentation and business assistance.", tag: "Verified Review", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"},
id: "3", name: "Amit Deshmukh, Entrepreneur", date: "Date: 10 November 2023", title: "Reliable and Trustworthy", quote: "Overall good experience with their services. They are reliable, professional, and deliver exactly what they promise. Perfect choice for documentation and business assistance.", tag: "Verified Review", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"
},
{
id: "4", name: "Snehal Waghmare, Small Business", date: "Date: 5 October 2023", title: "Fast and Transparent Pricing", quote: "Excellent service with transparent pricing. The team is knowledgeable and answers all questions patiently. Definitely the go-to place for local business services.", tag: "Verified Review", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"},
id: "4", name: "Snehal Waghmare, Small Business", date: "Date: 5 October 2023", title: "Fast and Transparent Pricing", quote: "Excellent service with transparent pricing. The team is knowledgeable and answers all questions patiently. Definitely the go-to place for local business services.", tag: "Verified Review", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
},
]}
/>
</div>