Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10427371f3 | |||
| 6b635d9c3a |
227
src/app/page.tsx
227
src/app/page.tsx
@@ -31,74 +31,43 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Color Explorer",
|
name: "Color Explorer", id: "color-explorer"},
|
||||||
id: "color-explorer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Why Us",
|
name: "Why Us", id: "why-us"},
|
||||||
id: "why-us",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="New Union"
|
brandName="New Union"
|
||||||
button={{
|
button={{
|
||||||
text: "714-659-8510",
|
text: "714-659-8510", href: "tel:7146598510"}}
|
||||||
href: "tel:7146598510",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
title="Craftsmanship You Can See. Colors You Can Feel. Painting and Remodeling Services - Interior and Exterior - Serving All of Utah"
|
||||||
title="Craftsmanship You Can See. Colors You Can Feel."
|
description="Premium painting & remodeling for homes that deserve a signature finish. Contact us at newunionpainting@gmail.com or 714-659-8510."
|
||||||
description="Premium painting & remodeling for homes that deserve a signature finish. 714-659-8510."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: 714-659-8510",
|
text: "Call Now: 714-659-8510", href: "tel:7146598510"},
|
||||||
href: "tel:7146598510",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-sofa-luxury-armchair-illuminated-electric-lamp-generated-by-ai_188544-21504.jpg?_wi=1", imageAlt: "Luxurious Interior Painting"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-sofa-luxury-armchair-illuminated-electric-lamp-generated-by-ai_188544-21504.jpg?_wi=1",
|
|
||||||
imageAlt: "Luxurious Interior Painting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-arrangement_23-2149090587.jpg?_wi=1", imageAlt: "Warm Modern Living Room"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-arrangement_23-2149090587.jpg?_wi=1",
|
|
||||||
imageAlt: "Warm Modern Living Room",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=1", imageAlt: "Professional Exterior Painting"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=1",
|
|
||||||
imageAlt: "Professional Exterior Painting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=1", imageAlt: "Skilled Craftsmanship"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=1",
|
|
||||||
imageAlt: "Skilled Craftsmanship",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-modern-art_23-2152001406.jpg?_wi=1", imageAlt: "Modern Bedroom Finish"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-modern-art_23-2152001406.jpg?_wi=1",
|
|
||||||
imageAlt: "Modern Bedroom Finish",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/interior-decoration-inspired-by-mexican-folklore_23-2150711297.jpg?_wi=1", imageAlt: "Kitchen Painting Services"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-decoration-inspired-by-mexican-folklore_23-2150711297.jpg?_wi=1",
|
|
||||||
imageAlt: "Kitchen Painting Services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -109,41 +78,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Interior Painting",
|
title: "Interior Painting", description: "Crisp lines, flawless finishes, and high-quality paint application for every room.", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-sofa-luxury-armchair-illuminated-electric-lamp-generated-by-ai_188544-21504.jpg?_wi=2", imageAlt: "Interior Painting"},
|
||||||
description: "Crisp lines, flawless finishes, and high-quality paint application for every room.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-sofa-luxury-armchair-illuminated-electric-lamp-generated-by-ai_188544-21504.jpg?_wi=2",
|
|
||||||
imageAlt: "Interior Painting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Exterior Refresh",
|
title: "Exterior Refresh", description: "Durable, weather-resistant coatings that protect your home and increase curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=2", imageAlt: "Exterior Refresh"},
|
||||||
description: "Durable, weather-resistant coatings that protect your home and increase curb appeal.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=2",
|
|
||||||
imageAlt: "Exterior Refresh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Kitchen Remodeling",
|
title: "Kitchen Remodeling", description: "Full-scope transformations to make your kitchen the heart of your home again.", imageSrc: "http://img.b2bpic.net/free-photo/interior-decoration-inspired-by-mexican-folklore_23-2150711297.jpg?_wi=2", imageAlt: "Kitchen Remodeling"},
|
||||||
description: "Full-scope transformations to make your kitchen the heart of your home again.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-decoration-inspired-by-mexican-folklore_23-2150711297.jpg?_wi=2",
|
|
||||||
imageAlt: "Kitchen Remodeling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Bathroom Upgrades",
|
title: "Bathroom Upgrades", description: "Tile, vanity, and precision painting for a complete bathroom retreat.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-modern-art_23-2152001406.jpg?_wi=2", imageAlt: "Bathroom Upgrades"},
|
||||||
description: "Tile, vanity, and precision painting for a complete bathroom retreat.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-modern-art_23-2152001406.jpg?_wi=2",
|
|
||||||
imageAlt: "Bathroom Upgrades",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Color Consultation",
|
title: "Color Consultation", description: "Expert advice on selecting palettes that perfectly align with your home's lighting and mood.", imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-arrangement_23-2149090587.jpg?_wi=2", imageAlt: "Color Consultation"},
|
||||||
description: "Expert advice on selecting palettes that perfectly align with your home's lighting and mood.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-arrangement_23-2149090587.jpg?_wi=2",
|
|
||||||
imageAlt: "Color Consultation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Custom Millwork",
|
title: "Custom Millwork", description: "Detailed wood finishings that add character and value to your remodeling project.", imageSrc: "http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=2", imageAlt: "Custom Millwork"},
|
||||||
description: "Detailed wood finishings that add character and value to your remodeling project.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=2",
|
|
||||||
imageAlt: "Custom Millwork",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Expert Services"
|
title="Our Expert Services"
|
||||||
description="From precise interior coats to transformative exterior remodeling, we bring a craftsman's touch to every square inch."
|
description="From precise interior coats to transformative exterior remodeling, we bring a craftsman's touch to every square inch."
|
||||||
@@ -158,41 +103,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Living Room", price: "Warm & Inviting", imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-arrangement_23-2149090587.jpg?_wi=3"},
|
||||||
name: "Living Room",
|
|
||||||
price: "Warm & Inviting",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-arrangement_23-2149090587.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Bedroom", price: "Calm & Serene", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-modern-art_23-2152001406.jpg?_wi=3"},
|
||||||
name: "Bedroom",
|
|
||||||
price: "Calm & Serene",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-modern-art_23-2152001406.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Kitchen", price: "Fresh & Modern", imageSrc: "http://img.b2bpic.net/free-photo/interior-decoration-inspired-by-mexican-folklore_23-2150711297.jpg?_wi=3"},
|
||||||
name: "Kitchen",
|
|
||||||
price: "Fresh & Modern",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-decoration-inspired-by-mexican-folklore_23-2150711297.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Exterior", price: "Bold & Durable", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=3"},
|
||||||
name: "Exterior",
|
|
||||||
price: "Bold & Durable",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Home Office", price: "Focused & Productive", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-sofa-luxury-armchair-illuminated-electric-lamp-generated-by-ai_188544-21504.jpg?_wi=3"},
|
||||||
name: "Home Office",
|
|
||||||
price: "Focused & Productive",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-sofa-luxury-armchair-illuminated-electric-lamp-generated-by-ai_188544-21504.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Entryway", price: "Elegant & Welcoming", imageSrc: "http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=3"},
|
||||||
name: "Entryway",
|
|
||||||
price: "Elegant & Welcoming",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Color Explorer"
|
title="Color Explorer"
|
||||||
description="Click a category to discover curated palettes designed to elevate your living space."
|
description="Click a category to discover curated palettes designed to elevate your living space."
|
||||||
@@ -205,7 +126,7 @@ export default function LandingPage() {
|
|||||||
tag="Why New Union"
|
tag="Why New Union"
|
||||||
title="A Standard of Excellence"
|
title="A Standard of Excellence"
|
||||||
description="We don't just paint walls; we craft atmospheres. Our approach is built on clear communication, meticulous site prep, and an eye for color that turns projects into homes."
|
description="We don't just paint walls; we craft atmospheres. Our approach is built on clear communication, meticulous site prep, and an eye for color that turns projects into homes."
|
||||||
subdescription="Fully licensed, insured, and committed to your absolute satisfaction. Call us at 714-659-8510."
|
subdescription="Fully licensed, insured, and committed to your absolute satisfaction. Contact us: 714-659-8510 | newunionpainting@gmail.com"
|
||||||
icon={Shield}
|
icon={Shield}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=4"
|
imageSrc="http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=4"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -219,59 +140,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", role: "Homeowner", company: "Anaheim Hills", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-sofa-luxury-armchair-illuminated-electric-lamp-generated-by-ai_188544-21504.jpg?_wi=4"},
|
||||||
role: "Homeowner",
|
|
||||||
company: "Anaheim Hills",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-sofa-luxury-armchair-illuminated-electric-lamp-generated-by-ai_188544-21504.jpg?_wi=4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael R.", role: "Remodel Client", company: "Tustin", rating: 5,
|
||||||
name: "Michael R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-arrangement_23-2149090587.jpg?_wi=4"},
|
||||||
role: "Remodel Client",
|
|
||||||
company: "Tustin",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-arrangement_23-2149090587.jpg?_wi=4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily K.", role: "Color Consult", company: "Irvine", rating: 5,
|
||||||
name: "Emily K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=4"},
|
||||||
role: "Color Consult",
|
|
||||||
company: "Irvine",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David L.", role: "Exterior Paint", company: "Orange", rating: 5,
|
||||||
name: "David L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=5"},
|
||||||
role: "Exterior Paint",
|
|
||||||
company: "Orange",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/restoration-ancient-christian-icon-with-agate-burnishers_1398-3376.jpg?_wi=5",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Jennifer M.", role: "Homeowner", company: "Fullerton", rating: 5,
|
||||||
name: "Jennifer M.",
|
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-modern-art_23-2152001406.jpg?_wi=4"},
|
||||||
role: "Homeowner",
|
|
||||||
company: "Fullerton",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-modern-art_23-2152001406.jpg?_wi=4",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", label: "Projects Completed"},
|
||||||
label: "Projects Completed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", label: "Satisfaction Rate"},
|
||||||
label: "Satisfaction Rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "5.0",
|
value: "5.0", label: "Average Rating"},
|
||||||
label: "Average Rating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our 5-Star Promise"
|
title="Our 5-Star Promise"
|
||||||
description="See why our neighbors trust us for their most important home transformations."
|
description="See why our neighbors trust us for their most important home transformations."
|
||||||
@@ -282,14 +172,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
text="Ready to bring your vision to life? Call 714-659-8510 or email newunionpainting@gmail.com for your free color consultation."
|
||||||
text="Ready to bring your vision to life? Call 714-659-8510 for your free color consultation."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Now: 714-659-8510",
|
text: "Book Now: 714-659-8510", href: "tel:7146598510"},
|
||||||
href: "tel:7146598510",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -299,33 +186,21 @@ export default function LandingPage() {
|
|||||||
logoText="New Union Painting & Remodeling"
|
logoText="New Union Painting & Remodeling"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Color Explorer",
|
label: "Color Explorer", href: "#color-explorer"},
|
||||||
href: "#color-explorer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Why Us",
|
label: "Why Us", href: "#why-us"},
|
||||||
href: "#why-us",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Call: 714-659-8510",
|
label: "Call: 714-659-8510", href: "tel:7146598510"},
|
||||||
href: "tel:7146598510",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Email: hello@newunion.com",
|
label: "Email: newunionpainting@gmail.com", href: "mailto:newunionpainting@gmail.com"},
|
||||||
href: "mailto:hello@newunion.com",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user