6 Commits

Author SHA1 Message Date
6cad50abbf Update src/app/layout.tsx 2026-03-09 17:38:51 +00:00
f42ba943f1 Update src/app/page.tsx 2026-03-09 17:37:58 +00:00
de3dfa6a15 Update src/app/layout.tsx 2026-03-09 17:37:57 +00:00
a3e641ac9e Merge version_1 into main
Merge version_1 into main
2026-03-09 17:35:40 +00:00
2b6577f95e Merge version_1 into main
Merge version_1 into main
2026-03-09 17:34:49 +00:00
9b7468aea3 Merge version_1 into main
Merge version_1 into main
2026-03-09 17:33:43 +00:00
2 changed files with 27 additions and 1409 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -88,16 +88,20 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Financial Consulting", description: "Expert guidance on financial planning, budgeting, tax optimization, and cash flow management to strengthen your financial foundation.", imageSrc: "/placeholders/placeholder1.webp?_wi=1"},
title: "Financial Consulting", description: "Improve cash flow visibility and reduce expenses by up to 25%. Expert guidance on financial planning, budgeting, tax optimization, and cash flow management to strengthen your financial foundation.", imageSrc: "/placeholders/placeholder1.webp?_wi=1"
},
{
id: 2,
title: "Business Advisory", description: "Strategic consulting for business growth, market expansion, operational efficiency, and long-term business planning.", imageSrc: "/placeholders/placeholder1.webp?_wi=2"},
title: "Business Advisory", description: "Accelerate growth by 30-50% with strategic market expansion and operational optimization. Strategic consulting for business growth, market expansion, operational efficiency, and long-term business planning.", imageSrc: "/placeholders/placeholder1.webp?_wi=2"
},
{
id: 3,
title: "Startup Support", description: "Specialized guidance for entrepreneurs and startups, including business structure setup, financial strategy, and investor readiness.", imageSrc: "/placeholders/placeholder1.webp?_wi=3"},
title: "Startup Support", description: "Get investor-ready in 60 days with comprehensive financial frameworks. Specialized guidance for entrepreneurs and startups, including business structure setup, financial strategy, and investor readiness.", imageSrc: "/placeholders/placeholder1.webp?_wi=3"
},
{
id: 4,
title: "Financial Problem Solving", description: "Targeted solutions for complex financial challenges, debt management, profitability improvement, and financial risk mitigation.", imageSrc: "/placeholders/placeholder1.webp?_wi=4"},
title: "Financial Problem Solving", description: "Recover profitability within 90 days with proven debt and risk management. Targeted solutions for complex financial challenges, debt management, profitability improvement, and financial risk mitigation.", imageSrc: "/placeholders/placeholder1.webp?_wi=4"
},
]}
/>
</div>
@@ -115,22 +119,28 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", handle: "@PriyaS_Business", testimonial: "Meesac helped me restructure my business finances and increase profitability by 40%. Their expert guidance was invaluable for my growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg", imageAlt: "professional business woman portrait smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg", imageAlt: "professional business woman portrait smiling"
},
{
id: "2", name: "Rajesh Kumar", handle: "@RajeshKumarMfg", testimonial: "From business setup to financial optimization, Meesac provided comprehensive support. Highly professional and results-driven team.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-angry-expression_1194-3694.jpg", imageAlt: "businessman portrait professional headshot"},
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-angry-expression_1194-3694.jpg", imageAlt: "businessman portrait professional headshot"
},
{
id: "3", name: "Anjali Verma", handle: "@AnjaliVStartup", testimonial: "As a startup founder, I received excellent guidance on financial planning and investor presentations. Meesac's expertise was crucial to our success.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7552.jpg", imageAlt: "young professional woman headshot"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7552.jpg", imageAlt: "young professional woman headshot"
},
{
id: "4", name: "Vikram Singh", handle: "@VikramSingAuto", testimonial: "Outstanding consulting service. They solved complex financial issues I couldn't handle alone. Highly recommended for any business owner.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg", imageAlt: "successful businessman portrait photo"},
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg", imageAlt: "successful businessman portrait photo"
},
{
id: "5", name: "Deepika Gupta", handle: "@DeepikaBusiness", testimonial: "Professional, trustworthy, and deeply knowledgeable. Meesac transformed how I manage my business finances. Worth every investment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg", imageAlt: "professional woman financial advisor"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg", imageAlt: "professional woman financial advisor"
},
{
id: "6", name: "Arjun Patel", handle: "@ArjunPatelEnt", testimonial: "Meesac's personalized approach made all the difference. They understood my business needs and delivered tailored solutions that worked.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "male business consultant portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "male business consultant portrait"
},
]}
/>
</div>