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 ( - + - - - - + +
+ +
+
+ +
+
); 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 ( - + - - - + +
+ +
+
); 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 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" > - - - + +
+ +
+
);