From b16699d97b5d6d2ab972a168b8ae2cd1d23571ea Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:41:40 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 90 ++++++++++++++++++++++++++---------------- 1 file changed, 56 insertions(+), 34 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 84139e6..5f1b149 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,44 +6,66 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import AboutMetric from "@/components/sections/about/AboutMetric"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Users, Award, TrendingUp } from "lucide-react"; +import { Zap, Users, Award } from "lucide-react"; export default function AboutPage() { return ( - + - - - - + +
+ +
+
+ +
+
); -- 2.49.1 From a6931f3001df5408d2cd2d583d0593ec5e7680a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:41:40 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 71 +++++++++++++++++++++++++--------------- 1 file changed, 45 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2527def..3d778d2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,33 +8,52 @@ import FooterBase from "@/components/sections/footer/FooterBase"; export default function ContactPage() { return ( - + - - - + +
+ +
+
); -- 2.49.1 From 7ae9530340e1e392ac2ca91035167d5aee7dd711 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:41:41 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 268 +++++++++++++++++++++++------------------------ 1 file changed, 134 insertions(+), 134 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e3a809..87db6c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,14 +6,10 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; -import FaqBase from "@/components/sections/faq/FaqBase"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import { Sparkles, Search, ArrowUpRight } from "lucide-react"; export default function ShoeStorePage() { return ( @@ -23,138 +19,142 @@ export default function ShoeStorePage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="none" + background="circleGradient" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="medium" + headingFontWeight="normal" > - - - - - - - + +
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 06975ea817d8fb617d9be44a9380fb1d750b2bbe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:41:41 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 67 ++++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 30 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index dc24a15..d5d5a00 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -14,40 +14,47 @@ export default function ShopPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="none" + background="circleGradient" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="medium" + headingFontWeight="normal" > - - - + +
+ +
+
); -- 2.49.1