diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 994633b..35cf4b9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,36 +3,37 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TextAbout from '@/components/sections/about/TextAbout'; 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 3fbda2d..8a948bf 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -3,41 +3,47 @@ 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 ProductCardThree from '@/components/sections/product/ProductCardThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function GalleryPage() { return ( - + -
- + diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx index 31a975f..46f83c9 100644 --- a/src/app/location/page.tsx +++ b/src/app/location/page.tsx @@ -1,49 +1,35 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ReactLenis from "lenis/react"; export default function LocationPage() { return ( - + -
-

Visit Our Location

-

Find us in the heart of the community, ready to serve you.

-
-

Interactive Map Integration Coming Soon

-
-
-

Address: 123 Community Way, Neighborhood City

-

Hours: Mon-Sat: 9am - 8pm

-
+
+

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/page.tsx b/src/app/page.tsx index e7dc86d..63beca1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,6 +33,7 @@ export default function LandingPage() { { name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Services", id: "/services" }, + { name: "Gallery", id: "/gallery" }, { name: "Location", id: "/location" }, { name: "Contact", id: "/#contact" }, ]} @@ -119,7 +120,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg" logoText="Local Business" columns={[ - { title: "Pages", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Location", href: "/location" }] }, + { title: "Pages", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Gallery", href: "/gallery" }, { label: "Location", href: "/location" }] }, { title: "Contact", items: [{ label: "Call Us", href: "tel:5550123" }] }, ]} copyrightText="© 2025 Local Business | All Rights Reserved" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5394006..0cf6ce0 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -1,45 +1,47 @@ "use client"; 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 FooterMedia from '@/components/sections/footer/FooterMedia'; -import ReactLenis from "lenis/react"; export default function ServicesPage() { return ( - + -
- +
+