Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13793cf9a4 | |||
| 03565dbb87 | |||
| f2bca031de | |||
| 0026f8d076 | |||
| ce2a3f2b79 | |||
| 153e7f1c13 | |||
| 421073d908 | |||
| fb02d73c2c | |||
| 4d7647bb02 |
@@ -2,11 +2,13 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Award, CheckCircle, Users, Zap, Linkedin, Twitter } from 'lucide-react';
|
import { Award, CheckCircle, Users, Zap } from 'lucide-react';
|
||||||
|
import { Wind as WindowSqueegee } from 'lucide-react';
|
||||||
|
|
||||||
export default function AboutPage() {
|
export default function AboutPage() {
|
||||||
return (
|
return (
|
||||||
@@ -26,18 +28,29 @@ export default function AboutPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="Premier Exterior"
|
brandName="Premier Exterior"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "/" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "/" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Quote", href: "contact"
|
text: "Get Quote", href: "/"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="hero" data-section="hero">
|
||||||
|
<HeroOverlay
|
||||||
|
title="Our Story"
|
||||||
|
description="Premier Exterior was founded on a simple mission: to deliver exceptional craftsmanship and professional service to homeowners and businesses seeking to transform their exteriors. Over the past two decades, we've built our reputation on integrity, quality, and customer satisfaction."
|
||||||
|
tag="Our Journey"
|
||||||
|
tagIcon={Award}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg?_wi=2"
|
||||||
|
imageAlt="Premier Exterior founding story"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<SplitAbout
|
<SplitAbout
|
||||||
title="Our Story"
|
title="Our Story"
|
||||||
@@ -125,39 +138,26 @@ export default function AboutPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardTwo
|
<TeamCardFive
|
||||||
title="Our Amazing Team"
|
title="Our Amazing Team"
|
||||||
description="Meet the talented professionals dedicated to transforming your home's exterior"
|
description="Meet the talented professionals dedicated to transforming your home's exterior"
|
||||||
tag="Leadership & Experts"
|
tag="Leadership & Experts"
|
||||||
members={[
|
team={[
|
||||||
{
|
{
|
||||||
id: "1", name: "James Anderson", role: "Founder & CEO", description: "With 25+ years in the exterior contracting industry, James leads our vision for excellence and customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg", socialLinks: [
|
id: "1", name: "James Anderson", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg"
|
||||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
|
||||||
{ icon: Twitter, url: "https://twitter.com" }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Sarah Mitchell", role: "Project Manager", description: "Sarah ensures every project runs smoothly, managing timelines and quality control with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg", socialLinks: [
|
id: "2", name: "Sarah Mitchell", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg"
|
||||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
|
||||||
{ icon: Twitter, url: "https://twitter.com" }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Michael Chen", role: "Lead Craftsman", description: "Michael leads our installation teams with 20 years of hands-on expertise in roofing, siding, and exterior renovations.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", socialLinks: [
|
id: "3", name: "Michael Chen", role: "Lead Craftsman", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg"
|
||||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
|
||||||
{ icon: Twitter, url: "https://twitter.com" }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Emma Rodriguez", role: "Customer Relations Specialist", description: "Emma is dedicated to ensuring every customer feels valued, from initial consultation through project completion and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14205.jpg", socialLinks: [
|
id: "4", name: "Emma Rodriguez", role: "Customer Relations Specialist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14205.jpg"
|
||||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
|
||||||
{ icon: Twitter, url: "https://twitter.com" }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Award, CheckCircle, Home, Leaf, Layers, Sparkles, TrendingUp, Wind, Zap } from 'lucide-react';
|
import { Award, CheckCircle, Home, Leaf, Layers, Sparkles, TrendingUp, Wind, Zap } from 'lucide-react';
|
||||||
|
import { Wind as WindowSqueegee } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,7 +33,7 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "/about", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
@@ -118,24 +119,24 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Landscaping", description: "Design and installation of stunning outdoor spaces that complement your home", icon: Leaf,
|
title: "Window Cleaning & Treatment", description: "Professional window cleaning with squeegee finishing for crystal-clear views and optimal performance", icon: WindowSqueegee,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=1", imageAlt: "Professional landscaping design"
|
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=1", imageAlt: "Professional window cleaning service"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=2", imageAlt: "Beautiful yard landscaping"
|
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=2", imageAlt: "Spotless clean windows with squeegee details"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Windows & Doors", description: "Energy-efficient window and door replacements for improved comfort and savings", icon: Wind,
|
title: "Landscaping", description: "Design and installation of stunning outdoor spaces that complement your home", icon: Leaf,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=1", imageAlt: "Window installation service"
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=1", imageAlt: "Professional landscaping design"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=2", imageAlt: "Modern windows installation"
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=2", imageAlt: "Beautiful yard landscaping"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user