diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..4e8b675
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,50 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 15c2159..6155a85 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -49,24 +45,16 @@ export default function LandingPage() {
title="Excellence in Service, Delivered."
description="Texas Star Services provides world-class solutions tailored to your unique needs at 7705 Turner St W, North Richland Hills, TX 76182. Contact us at (682) 352-8064."
buttons={[
- {
- text: "Book Reservation", href: "#contact"},
- {
- text: "Learn More", href: "#about"},
+ { text: "Book Reservation", href: "/contact" },
+ { text: "Learn More", href: "/#about" },
]}
mediaItems={[
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=1", imageAlt: "Service premium imagery"},
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=2", imageAlt: "Service premium imagery"},
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=3", imageAlt: "Service premium imagery"},
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=4", imageAlt: "Service premium imagery"},
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=5", imageAlt: "Service premium imagery"},
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=6", imageAlt: "Service premium imagery"},
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=1", imageAlt: "Service premium imagery" },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=2", imageAlt: "Service premium imagery" },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=3", imageAlt: "Service premium imagery" },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=4", imageAlt: "Service premium imagery" },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=5", imageAlt: "Service premium imagery" },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=6", imageAlt: "Service premium imagery" },
]}
/>
@@ -75,78 +63,21 @@ 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..e273040
--- /dev/null
+++ b/src/app/services/page.tsx
@@ -0,0 +1,56 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
+import { Zap, MapPin, CalendarDays } from "lucide-react";
+
+export default function ServicesPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file