Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-10 07:29:17 +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>
);
}
}