diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 64fc59f..8199a4f 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -29,14 +29,14 @@ export default function AboutPage() {
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
]}
- brandName="ApexRoofing"
+ brandName="Nobel View Roofing"
/>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 74a1327..4e7fc40 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -29,15 +29,16 @@ export default function ContactPage() {
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
]}
- brandName="ApexRoofing"
+ brandName="Nobel View Roofing"
/>
@@ -45,12 +46,12 @@ export default function ContactPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2cb0162..c4ad28d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,37 +29,31 @@ export default function LandingPage() {
@@ -67,8 +61,8 @@ export default function LandingPage() {
@@ -78,13 +72,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- { tag: "Emergency", title: "Roof Leak Repair", subtitle: "Fast Action", description: "Quick detection and permanent fixes for complex leaks.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg" },
- { tag: "Quality", title: "Roof Replacement", subtitle: "Lasting Protection", description: "High-quality materials with precision installation.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg" },
- { tag: "Protection", title: "Storm Damage", subtitle: "Rapid Response", description: "Expert navigation through stressful insurance processes.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg" },
- { tag: "Foundation", title: "Gutter & Drainage", subtitle: "Full Protection", description: "Protect your home from water damage long term.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg" },
+ { tag: "Design", title: "Architectural Roofing", subtitle: "Bespoke Craft", description: "High-end roofing solutions tailored to unique architectural styles.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg" },
+ { tag: "Durability", title: "Replacement Services", subtitle: "Lasting Integrity", description: "Comprehensive tear-off and installation for maximum longevity.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg" },
+ { tag: "Protection", title: "System Maintenance", subtitle: "Proactive Care", description: "Regular upkeep to detect and resolve potential issues early.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg" },
]}
- title="Complete Roofing Solutions"
- description="Professional services designed for durability and peace of mind."
+ title="Nobel View Expertise"
+ description="Professional roofing services designed for performance and lasting beauty."
/>
@@ -95,14 +88,12 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
testimonials={[
- { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Willow Glen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-cheerful-man-showing-paper-house-model-making-fist-pump-paid-mortgage-yellow_1258-165769.jpg" },
- { id: "2", name: "Michael Chen", role: "Homeowner", company: "Almaden", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-family-talking-while-moving-into-their-first-home_637285-12314.jpg" },
- { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Santa Teresa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2025.jpg" },
- { id: "4", name: "David Kim", role: "Homeowner", company: "Evergreen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-cooking-man_23-2147766909.jpg" },
- { id: "5", name: "Jessica Lee", role: "Homeowner", company: "Silver Creek", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg" },
+ { id: "1", name: "Alex Montgomery", role: "Homeowner", company: "Nobel View", rating: 5 },
+ { id: "2", name: "Sarah Vane", role: "Homeowner", company: "Nobel View", rating: 5 },
+ { id: "3", name: "Jordan Pierce", role: "Property Manager", company: "Nobel View", rating: 5 },
]}
- title="Trusted by San Jose Homeowners"
- description="See why neighbors trust Apex Roofing with their most valuable assets."
+ title="Trusted Results"
+ description="Hear from our clients about the Nobel View experience."
/>
@@ -110,17 +101,17 @@ export default function LandingPage() {
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 77a51d0..e02fe06 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -2,13 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import AboutMetric from '@/components/sections/about/AboutMetric';
+import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import { CheckCircle, Clock, ShieldCheck, Star } from "lucide-react";
-export default function LandingPage() {
+export default function ServicesPage() {
return (
-
-
+
@@ -90,15 +62,9 @@ export default function LandingPage() {