Merge version_1 into main #2
@@ -28,14 +28,14 @@ export default function BlogPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Services", id: "/#features" },
|
||||
{ name: "Portfolio", id: "/#product" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="ZN Wall Designs, LLC"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
button={{ text: "Get a Quote", href: "/#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,21 +62,21 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Wallpaper Installation", href: "#features" },
|
||||
{ label: "Interior Painting", href: "#features" },
|
||||
{ label: "Wall Repair", href: "#features" },
|
||||
{ label: "Wallpaper Installation", href: "/#features" },
|
||||
{ label: "Interior Painting", href: "/#features" },
|
||||
{ label: "Wall Repair", href: "/#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Portfolio", href: "#portfolio" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Portfolio", href: "/#product" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
],
|
||||
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardScroll
|
||||
title="Transform Your Space with Exquisite Wall Designs"
|
||||
description="ZN Wall Designs, LLC brings artistry and precision to every project, specializing in bespoke wallpaper installation and professional painting services. Elevate your home or business with our expert touch."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Your Vision, Our Expertise"
|
||||
buttons={[
|
||||
{ text: "View Our Services", href: "#features" },
|
||||
@@ -117,22 +117,22 @@ export default function LandingPage() {
|
||||
description="Hear from homeowners and businesses who have experienced the ZN Wall Designs, LLC difference."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah M.", handle: "Homeowner, Springfield", testimonial: "ZN Wall Designs transformed my living room with stunning wallpaper. The attention to detail was incredible, and the finish is absolutely perfect! Highly recommend.", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah M."
|
||||
id: "1", name: "Sarah M.", handle: "Homeowner, Springfield", testimonial: "ZN Wall Designs transformed my living room with stunning wallpaper. The attention to detail was incredible, and the finish is absolutely perfect! Highly recommend.", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah M."
|
||||
},
|
||||
{
|
||||
id: "2", name: "David R.", handle: "Business Owner, Metropolis", testimonial: "Our office lobby needed a fresh look, and ZN Wall Designs delivered beyond our expectations. Professional, efficient, and the results speak for themselves.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "David R."
|
||||
id: "2", name: "David R.", handle: "Business Owner, Metropolis", testimonial: "Our office lobby needed a fresh look, and ZN Wall Designs delivered beyond our expectations. Professional, efficient, and the results speak for themselves.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David R."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily C.", handle: "Interior Designer", testimonial: "I frequently collaborate with ZN Wall Designs for my clients. Their expertise in both wallpaper and painting is unmatched, consistently providing top-tier results.", imageSrc: "https://img.b2bpic.net/free-photo/woman-with-tongue-out_1187-3217.jpg", imageAlt: "Emily C."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael S.", handle: "Residential Client", testimonial: "The team painted our entire home, and every room looks fantastic. They were tidy, punctual, and very easy to work with. We couldn't be happier.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Michael S."
|
||||
id: "4", name: "Michael S.", handle: "Residential Client", testimonial: "The team painted our entire home, and every room looks fantastic. They were tidy, punctual, and very easy to work with. We couldn't be happier.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael S."
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica L.", handle: "Homeowner, Lakeside", testimonial: "The painting work was exceptional. The team was clean, professional, and finished the project on schedule. A fantastic experience.", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Jessica L."
|
||||
id: "5", name: "Jessica L.", handle: "Homeowner, Lakeside", testimonial: "The painting work was exceptional. The team was clean, professional, and finished the project on schedule. A fantastic experience.", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica L."
|
||||
},
|
||||
{
|
||||
id: "6", name: "Tom B.", handle: "Architect", testimonial: "As an architect, I appreciate their commitment to quality. ZN Wall Designs is my go-to for all wall finishing needs. True professionals.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Tom B."
|
||||
id: "6", name: "Tom B.", handle: "Architect", testimonial: "As an architect, I appreciate their commitment to quality. ZN Wall Designs is my go-to for all wall finishing needs. True professionals.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Tom B."
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
tag="Get in Touch"
|
||||
title="Ready to Transform Your Walls?"
|
||||
description="Contact ZN Wall Designs, LLC today for a consultation or to request a free estimate. We look forward to bringing your vision to life!"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Send Message"
|
||||
termsText="By sending a message, you agree to our Privacy Policy and Terms of Service."
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use client";
|
||||
"use client";
|
||||
|
||||
import { Suspense, use, useCallback } from "react";
|
||||
import { useRouter } from "next/navigation";
|
||||
@@ -107,9 +107,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "#features" }, { label: "Interior Painting", href: "#features" }, { label: "Wall Repair", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "/#features" }, { label: "Interior Painting", href: "/#features" }, { label: "Wall Repair", href: "/#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Portfolio", href: "/#product" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 ZN Wall Designs, LLC. All rights reserved."
|
||||
bottomRightText="Designed with passion"
|
||||
@@ -161,9 +161,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "#features" }, { label: "Interior Painting", href: "#features" }, { label: "Wall Repair", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "/#features" }, { label: "Interior Painting", href: "/#features" }, { label: "Wall Repair", href: "/#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Portfolio", href: "/#product" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 ZN Wall Designs, LLC. All rights reserved."
|
||||
bottomRightText="Designed with passion"
|
||||
@@ -237,9 +237,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "#features" }, { label: "Interior Painting", href: "#features" }, { label: "Wall Repair", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "/#features" }, { label: "Interior Painting", href: "/#features" }, { label: "Wall Repair", href: "/#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Portfolio", href: "/#product" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 ZN Wall Designs, LLC. All rights reserved."
|
||||
bottomRightText="Designed with passion"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use client";
|
||||
"use client";
|
||||
|
||||
import { Suspense, useCallback } from "react";
|
||||
import ReactLenis from "lenis/react";
|
||||
@@ -74,9 +74,9 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "#features" }, { label: "Interior Painting", href: "#features" }, { label: "Wall Repair", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "/#features" }, { label: "Interior Painting", href: "/#features" }, { label: "Wall Repair", href: "/#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Portfolio", href: "/#product" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 ZN Wall Designs, LLC. All rights reserved."
|
||||
bottomRightText="Designed with passion"
|
||||
@@ -140,9 +140,9 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "#features" }, { label: "Interior Painting", href: "#features" }, { label: "Wall Repair", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "/#features" }, { label: "Interior Painting", href: "/#features" }, { label: "Wall Repair", href: "/#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Portfolio", href: "/#product" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 ZN Wall Designs, LLC. All rights reserved."
|
||||
bottomRightText="Designed with passion"
|
||||
|
||||
Reference in New Issue
Block a user