diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 90236e9..42c32c4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,45 +2,48 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import FooterCard from "@/components/sections/footer/FooterCard"; import ReactLenis from "lenis/react"; export default function AboutPage() { return ( - + - - +
+ +
+
); diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 96b2f45..7976b84 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,8 +3,8 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; +import FooterCard from "@/components/sections/footer/FooterCard"; import { Film, Tv, DollarSign } from "lucide-react"; export default function ServicesPage() { @@ -17,69 +17,48 @@ export default function ServicesPage() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="medium" + headingFontWeight="normal" > -
- +
- +
); -} +} \ No newline at end of file