4 Commits

Author SHA1 Message Date
27712ffb18 Update src/app/page.tsx 2026-03-12 01:33:45 +00:00
eaf74718f8 Merge version_1 into main
Merge version_1 into main
2026-03-12 01:32:49 +00:00
4537c334cd Merge version_1 into main
Merge version_1 into main
2026-03-12 01:32:18 +00:00
77d9f61611 Merge version_1 into main
Merge version_1 into main
2026-03-12 01:31:09 +00:00

View File

@@ -76,8 +76,8 @@ export default function HomePage() {
title="Running Your Business Shouldn't Mean Drowning in Numbers"
description="Most business owners struggle with messy books, unclear financial reports, hours spent on spreadsheets, and unresponsive accountants. BookKeepwithUs removes the stress. Upload your statements each month and receive clear, organized financial reports without the headache."
metrics={[
{ value: "7+", title: "Years of Service" },
{ value: "100+", title: "Business Owners Served" },
{ value: "7+", title: "Years of Trusted Service" },
{ value: "100+", title: "Happy Business Owners" },
]}
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg?_wi=1"
imageAlt="Financial clarity and organization"
@@ -249,4 +249,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}