From b0e9be3187e857dcd03eab79bc790ce95e7b617a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:15:41 +0000 Subject: [PATCH 1/3] 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 b399cc7..7cb3bec 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -62,7 +62,7 @@ export default function AboutPage() { Date: Sun, 22 Feb 2026 12:15:42 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dd11af9..776cd22 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -69,6 +69,7 @@ export default function ContactPage() { imageSrc="https://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg" imageAlt="Customer support representative assisting a client" mediaPosition="left" + mediaAnimation="slide-up" faqs={[ { id: "1", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, MasterCard, Amex), PayPal, and other secure payment options. All transactions are encrypted for your security." }, { id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days within the domestic region. International shipping times may vary. Expedited options are available at checkout." }, @@ -84,7 +85,7 @@ export default function ContactPage() { tag="Get in Touch" title="Have Questions? We're Here to Help." description="Reach out to our friendly customer support team for any inquiries, product recommendations, or assistance with your order." - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Send Message" -- 2.49.1 From 3d538ea7787489a70c0121968341bf85eeabfefc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:15:42 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75c3975..7d7323c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function HomePage() {