From c26304c174da880253a1aa82786b877516871594 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:23:40 +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 834290a..d33bcc4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -104,7 +104,7 @@ export default function AboutPage() { tag="Professional Service" tagAnimation="slide-up" animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} metrics={[ { -- 2.49.1 From a015a41828cb6010ee6f1d16c858e0b7ee3b74dc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:23:41 +0000 Subject: [PATCH 2/3] 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 db08045..1a7ca3b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function ContactPage() { description="Contact us to book your appointment or ask any questions about our services." tagAnimation="slide-up" background={{ - variant: "circleGradient", + variant: "plain", }} useInvertedBackground={false} mediaPosition="left" -- 2.49.1 From 7e1d2f06274a1cdeff7183bc80fdefd26dd9117b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:23:41 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2409058..57bcf57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function HomePage() { logoText="Wissal Optique" description="Clear Vision Starts Here. Professional optical care and stylish eyewear in Salé." layoutOrder="default" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} mediaAnimation="blur-reveal" buttonAnimation="slide-up" buttons={[ @@ -108,7 +108,7 @@ export default function HomePage() { tag="Professional Service" tagAnimation="slide-up" animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} metrics={[ { @@ -319,7 +319,7 @@ export default function HomePage() { title="Ready to See Clearly?" description="Contact us to book your appointment or ask any questions about our services." tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} mediaPosition="left" imageSrc="http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-3747.jpg?_wi=1" -- 2.49.1