diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 35cf4b9..0783884 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,38 +3,41 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TextAbout from '@/components/sections/about/TextAbout'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function AboutPage() { return ( - + - + -
- + />
- + + +
); diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 8a948bf..50b722f 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -3,48 +3,34 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function GalleryPage() { return ( - + - + + +

Visit Us

We are located in the heart of the neighborhood at 123 Artisan Way.

Our doors are open Monday through Saturday for all your home good needs.

- + + /> +
); diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0cf6ce0..d75f2e9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,46 +3,49 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function ServicesPage() { return ( - + - + + /> +
-
- +
);