diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..b946b4e
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,31 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+
+export default function AboutUsPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx
new file mode 100644
index 0000000..bdada50
--- /dev/null
+++ b/src/app/booking/page.tsx
@@ -0,0 +1,37 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+
+export default function BookingPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b661a2f..5b0649f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,12 @@ export default function LandingPage() {
@@ -58,70 +44,24 @@ export default function LandingPage() {
@@ -133,42 +73,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Roof Replacement",
- author: "Pro Team",
- description: "Full roof teardown and expert replacement with durable materials.",
- tags: [
- "Replacement",
- "Durable",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wooden-roof_181624-2403.jpg",
- },
- {
- id: "f2",
- title: "Roof Repair",
- author: "Repair Crew",
- description: "Emergency and scheduled repairs to ensure long-term protection.",
- tags: [
- "Repair",
- "Urgent",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-roof-texture-tiles-generative-al_169016-28456.jpg",
- },
- {
- id: "f3",
- title: "New Installation",
- author: "Builders",
- description: "Precision installation for new construction projects.",
- tags: [
- "New Build",
- "Expert",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg",
- },
+ { id: "f1", title: "Roof Replacement", author: "Pro Team", description: "Full roof teardown and expert replacement.", tags: ["Replacement", "Durable"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wooden-roof_181624-2403.jpg" },
+ { id: "f2", title: "Roof Repair", author: "Repair Crew", description: "Emergency and scheduled repairs.", tags: ["Repair", "Urgent"], imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-roof-texture-tiles-generative-al_169016-28456.jpg" },
]}
title="Comprehensive Roofing Services"
- description="We deliver full-cycle roofing services with expert care and premium materials."
+ description="We deliver full-cycle roofing services with expert care."
/>
@@ -179,45 +88,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "g1",
- name: "Complete Roof Overhaul",
- price: "View Details",
- imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg",
- },
- {
- id: "g2",
- name: "New Shingle Finish",
- price: "View Details",
- imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-wild-grape-covering-part-yard_1268-15653.jpg",
- },
- {
- id: "g3",
- name: "Roofing Restoration",
- price: "View Details",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-cityscape-st-gallen-switzerland-winter-with-snow-roofs_181624-18462.jpg",
- },
- {
- id: "g4",
- name: "Modern Roof Build",
- price: "View Details",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg",
- },
- {
- id: "g5",
- name: "Residential Roofing",
- price: "View Details",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg",
- },
- {
- id: "g6",
- name: "Exterior Update",
- price: "View Details",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg",
- },
+ { id: "g1", name: "Modern Roof Build", price: "Portfolio", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg" },
+ { id: "g2", name: "Shingle Restoration", price: "Portfolio", imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-wild-grape-covering-part-yard_1268-15653.jpg" },
+ { id: "g3", name: "Roof Overhaul", price: "Portfolio", imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg" },
]}
- title="Transformation Gallery"
- description="Witness the difference in our quality workmanship."
+ title="Salon & Roofing Gallery"
+ description="High-quality project highlights and portfolio images."
/>
@@ -226,51 +102,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
- testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- handle: "@sarahj",
- testimonial: "High end service, thorough communication, highly recommend.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg",
- },
- {
- id: "2",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "Amazing company, great price, quality work.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-winner-gesture-shirt-vest-hat-looking-happy-front-view_176474-30662.jpg",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- handle: "@erod",
- testimonial: "Professional, clean, and fast. The best roofing team in town.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg",
- },
- {
- id: "4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Excellent workmanship. My new roof looks fantastic.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-young-hispanic-woman-opening-door-standing-doorway_74855-10224.jpg",
- },
- {
- id: "5",
- name: "Anna Smith",
- handle: "@asmith",
- testimonial: "Fair pricing and top-tier roofing quality. Very satisfied.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg",
- },
- ]}
showRating={true}
- title="Trusted by Worcester Homeowners"
- description="Don't take our word for it—hear what our clients say."
+ testimonials={[
+ { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Fantastic service and quality craftsmanship!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg" },
+ { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Professional and highly reliable team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-winner-gesture-shirt-vest-hat-looking-happy-front-view_176474-30662.jpg" },
+ ]}
+ title="Client Reviews"
+ description="Read what our happy clients have to say about us."
/>
@@ -278,30 +116,9 @@ export default function LandingPage() {