From 71d9bed927b6ceb38420674dd03cbd8438f1fefe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:04:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b670c70..a7f20cd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 85e8912c8f99bd728ac806a7afd175593f079f4c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:04:58 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7bc262..a79411e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1