From 4dd7a1e856ab78bff1c36406eb3e58939744bb99 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 21:12:01 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 76036fe..06fc809 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -70,7 +70,6 @@ export default function BlogPage() { { title: "Services", items: [ { label: "Website Design", href: "#services" }, - { label: "Website Redesign", href: "#services" }, { label: "Brand Integration", href: "#services" }, { label: "Optimization", href: "#services" } ] From 09d51ae1a6dc23fcf88da7f48238273d60a2d05f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 21:12:01 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d2cd9c..258407b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,15 +85,6 @@ export default function LandingPage() { ], reverse: false }, - { - id: "2", title: "Website Redesign", description: "Transform outdated websites into modern, clean, high-performing digital experiences. We breathe new life into your existing digital presence with strategic improvements.", media: { imageSrc: "https://img.b2bpic.net/free-psd/e-commerce-furniture-landing-page_197582-341.jpg" }, - items: [ - { icon: RefreshCw, text: "Complete modernization" }, - { icon: Zap, text: "Speed optimization" }, - { icon: TrendingUp, text: "Improved conversions" } - ], - reverse: true - }, { id: "3", title: "Brand Identity Integration", description: "Align website visuals with your brand positioning, tone, and audience psychology. Every element reinforces your brand message and builds trust with your audience.", media: { imageSrc: "https://img.b2bpic.net/free-psd/fashion-landing-page-template_197582-339.jpg" }, items: [ @@ -101,7 +92,7 @@ export default function LandingPage() { { icon: MessageSquare, text: "Brand voice alignment" }, { icon: Target, text: "Audience psychology" } ], - reverse: false + reverse: true }, { id: "4", title: "Conversion Optimization", description: "Design structures that guide visitors toward action and increase engagement. We strategically optimize every touchpoint to maximize your conversion potential.", media: { imageSrc: "https://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148589554.jpg" }, @@ -110,7 +101,7 @@ export default function LandingPage() { { icon: TrendingUp, text: "Funnel optimization" }, { icon: BarChart3, text: "Data-driven design" } ], - reverse: true + reverse: false } ]} textboxLayout="default" @@ -241,7 +232,6 @@ export default function LandingPage() { { title: "Services", items: [ { label: "Website Design", href: "#services" }, - { label: "Website Redesign", href: "#services" }, { label: "Brand Integration", href: "#services" }, { label: "Optimization", href: "#services" } ] From 853d122b55392262292b91261012aee2dafa58b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 21:12:02 +0000 Subject: [PATCH 3/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a836023..dc4a2a5 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -109,7 +109,6 @@ export default function ProductPage({ params }: ProductPageProps) { { title: "Services", items: [ { label: "Website Design", href: "#services" }, - { label: "Website Redesign", href: "#services" }, { label: "Brand Integration", href: "#services" }, { label: "Optimization", href: "#services" } ] @@ -189,7 +188,6 @@ export default function ProductPage({ params }: ProductPageProps) { { title: "Services", items: [ { label: "Website Design", href: "#services" }, - { label: "Website Redesign", href: "#services" }, { label: "Brand Integration", href: "#services" }, { label: "Optimization", href: "#services" } ] @@ -293,7 +291,6 @@ export default function ProductPage({ params }: ProductPageProps) { { title: "Services", items: [ { label: "Website Design", href: "#services" }, - { label: "Website Redesign", href: "#services" }, { label: "Brand Integration", href: "#services" }, { label: "Optimization", href: "#services" } ] From 040c8b63e8727f0ad7acf95bf0f168e599f68060 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 21:12:03 +0000 Subject: [PATCH 4/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7d8f652..6a49a15 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -59,7 +59,6 @@ export default function ShopPage() { { title: "Services", items: [ { label: "Website Design", href: "#services" }, - { label: "Website Redesign", href: "#services" }, { label: "Brand Integration", href: "#services" }, { label: "Optimization", href: "#services" } ] @@ -138,7 +137,6 @@ export default function ShopPage() { { title: "Services", items: [ { label: "Website Design", href: "#services" }, - { label: "Website Redesign", href: "#services" }, { label: "Brand Integration", href: "#services" }, { label: "Optimization", href: "#services" } ] From 69a9b184ffb6261b1f61d8682835387e12bf23d9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 21:12:04 +0000 Subject: [PATCH 5/5] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 746f194..3cb2d59 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,18 +5,18 @@ /* --background: #f7f6f7;; --card: #ffffff;; --foreground: #0c1325;; - --primary-cta: #0798ff;; + --primary-cta: #6366f1;; --secondary-cta: #ffffff;; - --accent: #93c7ff;; - --background-accent: #a8cde8;; */ + --accent: #8b5cf6;; + --background-accent: #a8bae8;; */ --background: #f7f6f7;; --card: #ffffff;; --foreground: #0c1325;; - --primary-cta: #0798ff;; + --primary-cta: #6366f1;; --secondary-cta: #ffffff;; - --accent: #93c7ff;; - --background-accent: #a8cde8;; + --accent: #8b5cf6;; + --background-accent: #a8bae8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);