diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..2c038d4
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,39 @@
+"use client";
+
+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 FooterMedia from '@/components/sections/footer/FooterMedia';
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
new file mode 100644
index 0000000..c0097c1
--- /dev/null
+++ b/src/app/gallery/page.tsx
@@ -0,0 +1,44 @@
+"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';
+
+export default function GalleryPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx
new file mode 100644
index 0000000..774896e
--- /dev/null
+++ b/src/app/location/page.tsx
@@ -0,0 +1,49 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+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
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 20838c1..1fa0c2b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,11 @@ export default function LandingPage() {
@@ -56,14 +45,8 @@ export default function LandingPage() {
logoText="Local Business"
description="Welcome to our neighborhood shop. We bring quality, care, and local charm to everything we offer. Experience the difference of a business rooted in our community."
buttons={[
- {
- text: "Visit Us",
- href: "#contact",
- },
- {
- text: "Call Now",
- href: "tel:5550123",
- },
+ { text: "Visit Us", href: "/location" },
+ { text: "Call Now", href: "tel:5550123" },
]}
imageSrc="http://img.b2bpic.net/free-photo/wedding-salon-with-white-gowns-mannequins_107791-15861.jpg"
imageAlt="Our charming storefront"
@@ -75,39 +58,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Story"
description={[
- "Founded with a passion for excellence, our shop serves as a hub for the community. We prioritize quality ingredients and personalized service in every interaction.",
- "Our mission is to create a welcoming space where every customer feels valued and understood. From our curated selections to our expert staff, we are here for you.",
- ]}
- />
-
-
-
-
@@ -116,46 +67,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- title: "Excellent Quality",
- quote: "The best experience I've had in the neighborhood. Quality is unmatched.",
- name: "John Doe",
- role: "Regular Client",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
- },
- {
- id: "2",
- title: "Highly Recommend",
- quote: "Friendly service and a wonderful selection. Truly a hidden gem.",
- name: "Jane Smith",
- role: "Local Resident",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
- },
- {
- id: "3",
- title: "Great Atmosphere",
- quote: "I always leave with a smile. The staff here are incredible.",
- name: "Alex Johnson",
- role: "Frequent Visitor",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-worker-warehouse_107420-96564.jpg",
- },
- {
- id: "4",
- title: "Authentic Experience",
- quote: "Real products, real people. You can't ask for better service.",
- name: "Sarah Miller",
- role: "Customer",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-shopping-mall-talking-phone_23-2148225605.jpg",
- },
- {
- id: "5",
- title: "Wonderful Find",
- quote: "I'm so glad I found this place. Everything is perfect.",
- name: "Michael Brown",
- role: "Visitor",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-bag-friend_23-2147950284.jpg",
- },
+ { id: "1", title: "Excellent Quality", quote: "The best experience I've had in the neighborhood. Quality is unmatched.", name: "John Doe", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
+ { id: "2", title: "Highly Recommend", quote: "Friendly service and a wonderful selection. Truly a hidden gem.", name: "Jane Smith", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" },
+ { id: "3", title: "Great Atmosphere", quote: "I always leave with a smile. The staff here are incredible.", name: "Alex Johnson", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-worker-warehouse_107420-96564.jpg" },
]}
title="Customer Stories"
description="Hear what our wonderful customers have to say about their experience."
@@ -167,21 +81,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "What are your opening hours?",
- content: "We are open Monday to Saturday from 9 AM to 8 PM.",
- },
- {
- id: "2",
- title: "Do you offer delivery?",
- content: "Yes, we offer local delivery services for your convenience.",
- },
- {
- id: "3",
- title: "Can I reserve items?",
- content: "Absolutely! Please contact us via phone to secure your items.",
- },
+ { id: "1", title: "What are your opening hours?", content: "We are open Monday to Saturday from 9 AM to 8 PM." },
+ { id: "2", title: "Do you offer delivery?", content: "Yes, we offer local delivery services for your convenience." },
]}
title="Common Questions"
description="Everything you need to know about our business and services."
@@ -193,15 +94,7 @@ export default function LandingPage() {
@@ -210,21 +103,13 @@ export default function LandingPage() {
@@ -234,36 +119,8 @@ 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: "#hero",
- },
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Services",
- href: "#services",
- },
- ],
- },
- {
- title: "Contact",
- items: [
- {
- label: "Call Us",
- href: "tel:5550123",
- },
- {
- label: "Visit Us",
- href: "#contact",
- },
- ],
- },
+ { title: "Pages", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Location", href: "/location" }] },
+ { title: "Contact", items: [{ label: "Call Us", href: "tel:5550123" }] },
]}
copyrightText="© 2025 Local Business | All Rights Reserved"
imageAlt="peaceful shop interior warm"
@@ -272,4 +129,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
new file mode 100644
index 0000000..487ee58
--- /dev/null
+++ b/src/app/services/page.tsx
@@ -0,0 +1,45 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+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 (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file