5 Commits

Author SHA1 Message Date
7dee157de5 Update src/app/page.tsx 2026-03-10 07:29:12 +00:00
9ae23b1ede Update src/app/layout.tsx 2026-03-10 07:29:12 +00:00
c192758bff Merge version_1 into main
Merge version_1 into main
2026-03-10 07:23:05 +00:00
cb6bfbe895 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:22:19 +00:00
9a53a7ea4b Merge version_1 into main
Merge version_1 into main
2026-03-10 07:20:35 +00:00
2 changed files with 13 additions and 1431 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -161,6 +161,10 @@ export default function HomePage() {
description="We offer specialized consulting services tailored to every stage of your business lifecycle and exit planning."
tag="Full-Spectrum Solutions"
tagAnimation="slide-up"
buttons={[
{
text: "Request Custom Quote", href: "contact"},
]}
products={[
{
id: "valuation", name: "Business Valuation & Analysis", price: "Starting ₹50,000", variant: "Strategic Planning", imageSrc: "http://img.b2bpic.net/free-photo/whiteboard-success-research-adult-human-office_1418-529.jpg?_wi=1", imageAlt: "Business valuation financial analysis documents"},
@@ -294,4 +298,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}