Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 975098c93f | |||
| caf8fec5c2 |
226
src/app/page.tsx
226
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ben Peters Painting"
|
||||
/>
|
||||
@@ -67,74 +55,37 @@ export default function LandingPage() {
|
||||
description="Ben Peters Painting is your trusted Rockford partner for quality residential and commercial painting projects. Experience excellence in every brushstroke."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "Excellent service and professional team!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-standing-from-back-orange-work-clothes-yellow-hardhat-using-painting-roller-new-apartment-work_574295-1560.jpg?_wi=1",
|
||||
imageAlt: "professional interior painting residential home",
|
||||
},
|
||||
name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and professional team!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-standing-from-back-orange-work-clothes-yellow-hardhat-using-painting-roller-new-apartment-work_574295-1560.jpg?_wi=1", imageAlt: "professional interior painting residential home"},
|
||||
{
|
||||
name: "Jane Smith",
|
||||
handle: "@janesmith",
|
||||
testimonial: "My cabinets look brand new. Amazing!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108864.jpg?_wi=1",
|
||||
imageAlt: "professional interior painting residential home",
|
||||
},
|
||||
name: "Jane Smith", handle: "@janesmith", testimonial: "My cabinets look brand new. Amazing!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108864.jpg?_wi=1", imageAlt: "professional interior painting residential home"},
|
||||
{
|
||||
name: "Mike Ross",
|
||||
handle: "@mikeross",
|
||||
testimonial: "Very timely and high quality work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713077.jpg?_wi=1",
|
||||
imageAlt: "professional interior painting residential home",
|
||||
},
|
||||
name: "Mike Ross", handle: "@mikeross", testimonial: "Very timely and high quality work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713077.jpg?_wi=1", imageAlt: "professional interior painting residential home"},
|
||||
{
|
||||
name: "Alice Brown",
|
||||
handle: "@alicebrown",
|
||||
testimonial: "The best painters in Rockford!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-little-bird-balcony_23-2148107047.jpg?_wi=1",
|
||||
imageAlt: "professional interior painting residential home",
|
||||
},
|
||||
name: "Alice Brown", handle: "@alicebrown", testimonial: "The best painters in Rockford!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-little-bird-balcony_23-2148107047.jpg?_wi=1", imageAlt: "professional interior painting residential home"},
|
||||
{
|
||||
name: "Bob White",
|
||||
handle: "@bobwhite",
|
||||
testimonial: "Very professional and friendly staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-roller-medium-shot_23-2148903442.jpg?_wi=1",
|
||||
imageAlt: "professional interior painting residential home",
|
||||
},
|
||||
name: "Bob White", handle: "@bobwhite", testimonial: "Very professional and friendly staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-roller-medium-shot_23-2148903442.jpg?_wi=1", imageAlt: "professional interior painting residential home"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-foreman-standing-from-back-orange-work-clothes-yellow-hardhat-using-painting-roller-new-apartment-work_574295-1560.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg",
|
||||
alt: "Satisfied client testimonial image",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg", alt: "Satisfied client testimonial image"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-wearing-pajamas-while-working-late-home_637285-10821.jpg",
|
||||
alt: "Happy homeowner portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-wearing-pajamas-while-working-late-home_637285-10821.jpg", alt: "Happy homeowner portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-holding-small-blackboard_1098-1156.jpg",
|
||||
alt: "Local client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-holding-small-blackboard_1098-1156.jpg", alt: "Local client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
|
||||
alt: "Commercial project partner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", alt: "Commercial project partner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg",
|
||||
alt: "Residential renovation partner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg", alt: "Residential renovation partner"},
|
||||
]}
|
||||
avatarText="Trusted by 100+ local families"
|
||||
/>
|
||||
@@ -159,26 +110,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Residential",
|
||||
title: "Interior & Exterior",
|
||||
subtitle: "Full house transformation",
|
||||
description: "High-quality painting for your walls and exteriors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713077.jpg?_wi=2",
|
||||
},
|
||||
tag: "Residential", title: "Interior & Exterior", subtitle: "Full house transformation", description: "High-quality painting for your walls and exteriors.", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713077.jpg?_wi=2"},
|
||||
{
|
||||
tag: "Commercial",
|
||||
title: "Commercial Projects",
|
||||
subtitle: "Built for business",
|
||||
description: "Reliable professional painting for businesses and offices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-little-bird-balcony_23-2148107047.jpg?_wi=2",
|
||||
},
|
||||
tag: "Commercial", title: "Commercial Projects", subtitle: "Built for business", description: "Reliable professional painting for businesses and offices.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-little-bird-balcony_23-2148107047.jpg?_wi=2"},
|
||||
{
|
||||
tag: "Restoration",
|
||||
title: "Cabinet & Trim",
|
||||
subtitle: "Specialty detail work",
|
||||
description: "Restore your woodwork with our expert finishings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-roller-medium-shot_23-2148903442.jpg?_wi=2",
|
||||
},
|
||||
tag: "Restoration", title: "Cabinet & Trim", subtitle: "Specialty detail work", description: "Restore your woodwork with our expert finishings.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-roller-medium-shot_23-2148903442.jpg?_wi=2"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer a wide range of painting and restoration services to meet your residential and commercial needs."
|
||||
@@ -193,41 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Residential Living Room",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-standing-ladder_23-2149098990.jpg",
|
||||
},
|
||||
id: "p1", name: "Residential Living Room", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-standing-ladder_23-2149098990.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Kitchen Cabinet Refinish",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509383.jpg",
|
||||
},
|
||||
id: "p2", name: "Kitchen Cabinet Refinish", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509383.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Exterior House Painting",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-paints-with-white-paint-wooden-planks-man-industrial-concept-there-is-place-text-object-is-close-up_169016-4430.jpg",
|
||||
},
|
||||
id: "p3", name: "Exterior House Painting", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/man-paints-with-white-paint-wooden-planks-man-industrial-concept-there-is-place-text-object-is-close-up_169016-4430.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Commercial Office Interior",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-paint-roll_23-2147703599.jpg",
|
||||
},
|
||||
id: "p4", name: "Commercial Office Interior", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-paint-roll_23-2147703599.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Trim Detail Restoration",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19699.jpg",
|
||||
},
|
||||
id: "p5", name: "Trim Detail Restoration", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19699.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Front Porch Finish",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg",
|
||||
},
|
||||
id: "p6", name: "Front Porch Finish", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg"},
|
||||
]}
|
||||
title="Our Recent Work"
|
||||
description="Browse our gallery of past painting projects to see the quality we bring to Rockford homes."
|
||||
@@ -239,30 +151,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086827.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086827.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-brush-paint_23-2148903535.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily P.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-brush-paint_23-2148903535.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Tom B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-with-plans_329181-3732.jpg",
|
||||
},
|
||||
id: "t4", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-with-plans_329181-3732.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg",
|
||||
},
|
||||
id: "t5", name: "Lisa G.", imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -276,20 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, we provide free, no-obligation quotes for all potential projects.",
|
||||
},
|
||||
id: "f1", title: "Do you provide free estimates?", content: "Yes, we provide free, no-obligation quotes for all potential projects."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you insured?",
|
||||
content: "Yes, Ben Peters Painting is fully insured and licensed.",
|
||||
},
|
||||
id: "f2", title: "Are you insured?", content: "Yes, Ben Peters Painting is fully insured and licensed."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How long does a typical project take?",
|
||||
content: "The duration depends on the scope of the project, which we will estimate during our consultation.",
|
||||
},
|
||||
id: "f3", title: "How long does a typical project take?", content: "The duration depends on the scope of the project, which we will estimate during our consultation."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We've got answers."
|
||||
@@ -302,14 +190,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Benjamin Moore",
|
||||
"Sherwin-Williams",
|
||||
"Behr",
|
||||
"PPG Paints",
|
||||
"Glidden",
|
||||
"Valspar",
|
||||
"Dutch Boy",
|
||||
]}
|
||||
"Benjamin Moore", "Sherwin-Williams", "Behr", "PPG Paints", "Glidden", "Valspar", "Dutch Boy"]}
|
||||
title="Trusted Partners"
|
||||
description="We use only the highest quality materials for your project."
|
||||
/>
|
||||
@@ -322,28 +203,17 @@ export default function LandingPage() {
|
||||
description="Ready to transform your home? Contact us today to schedule your consultation."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your project", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-arrangement-with-painting-tools-white-background_23-2148391897.jpg"
|
||||
@@ -357,14 +227,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user