From 7d05ac4f7d15ddf85e472451a2759de992978dd5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:41:13 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 994b707..b9c362c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { features={[ { id: 1, - tag: "Vision", title: "Empowering Users", subtitle: "Building tools that enhance daily life", description: "We believe technology should simplify, not complicate. Our team of passionate developers and designers work tirelessly to create intuitive mobile experiences that users genuinely love. Every feature is crafted with care and tested thoroughly to ensure it adds real value to your digital life.", imageSrc: "https://img.b2bpic.net/free-vector/task-management-app-interface_23-2148647718.jpg" + tag: "Vision", title: "Empowering Users", subtitle: "Building tools that enhance daily life", description: "We believe technology should simplify, not complicate. Our team of passionate developers and designers work tirelessly to create intuitive mobile experiences that users genuinely love. Every feature is crafted with care and tested thoroughly to ensure it adds real value to your digital life.", imageSrc: "https://img.b2bpic.net/free-vector/goals-habits-tracking-app-screens_23-2148660328.jpg?id=9925439" }, { id: 2, -- 2.49.1 From cca275b8c15e6c12e93d30959ea33bd4571a4803 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:41:14 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3babb17..7ff2988 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://img.b2bpic.net/free-vector/task-management-app-interface_23-2148647718.jpg" + imageSrc="https://img.b2bpic.net/free-vector/goals-habits-tracking-app-screens_23-2148660328.jpg?id=9925439" imageAlt="AppFlow contact interface" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 7f4f64c620a022164e794f803451f10e5062136b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:41:15 +0000 Subject: [PATCH 3/4] Update src/app/layout.tsx --- src/app/layout.tsx | 1222 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1220 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b6159a8..b7e83d0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,11 +16,11 @@ export const metadata: Metadata = { }, openGraph: { title: "AppFlow - Download Our Mobile App", description: "Join 500K+ users. Download AppFlow for smart notifications and powerful mobile features.", type: "website", siteName: "AppFlow", images: [{ - url: "https://img.b2bpic.net/free-vector/task-management-app-interface_23-2148647718.jpg", alt: "AppFlow mobile app interface" + url: "https://img.b2bpic.net/free-vector/goals-habits-tracking-app-screens_23-2148660328.jpg?id=9925439", alt: "AppFlow mobile app interface" }], }, twitter: { - card: "summary_large_image", title: "AppFlow - Download Our Mobile App", description: "Join 500K+ users. Download AppFlow for smart notifications and powerful mobile features.", images: ["https://img.b2bpic.net/free-vector/task-management-app-interface_23-2148647718.jpg"], + card: "summary_large_image", title: "AppFlow - Download Our Mobile App", description: "Join 500K+ users. Download AppFlow for smart notifications and powerful mobile features.", images: ["https://img.b2bpic.net/free-vector/goals-habits-tracking-app-screens_23-2148660328.jpg?id=9925439"], }, }; @@ -1252,6 +1252,1224 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +