3 Commits

Author SHA1 Message Date
85e8912c8f Update src/app/page.tsx 2026-03-04 05:04:58 +00:00
71d9bed927 Update src/app/layout.tsx 2026-03-04 05:04:57 +00:00
4d291391b7 Merge version_1 into main
Merge version_1 into main
2026-03-04 05:02:56 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -59,6 +59,7 @@ export default function LandingPage() {
description="Access all the information and tools needed to engage with local businesses seamlessly."
tag="Core Features"
tagIcon={Zap}
tagAnimation="slide-up"
features={[
{
id: "01", title: "One-Tap Calling", description: "Call businesses directly from the app with a single tap. Skip the search, go straight to connection.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-man-talking-mobile-phone-using-laptop_1170-2027.jpg", imageAlt: "Call feature interface"
@@ -219,4 +220,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}