Merge version_4 into main #9
@@ -1,11 +1,10 @@
|
||||
"use client";
|
||||
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Sparkles } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
import { Sparkles, Phone } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
@@ -18,27 +17,24 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Custom Decks", href: "/services" },
|
||||
{ label: "Siding Installation", href: "/services" },
|
||||
{ label: "Windows & Doors", href: "/services" },
|
||||
{ label: "Exterior Remodels", href: "/services" },
|
||||
title: "Services", items: [
|
||||
{ label: "Custom Decks", href: "/" },
|
||||
{ label: "Siding Installation", href: "/" },
|
||||
{ label: "Windows & Doors", href: "/" },
|
||||
{ label: "Exterior Remodels", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Process", href: "/" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Our Process", href: "#process" },
|
||||
{ label: "Portfolio", href: "#portfolio" },
|
||||
{ label: "Contact", href: "#cta" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{ label: "Phone: (630) 555-0123", href: "tel:(630)555-0123" },
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: (630) 904-1537", href: "tel:(630)904-1537" },
|
||||
{ label: "Naperville, IL", href: "#" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -64,40 +60,36 @@ export default function ContactPage() {
|
||||
brandName="Designed Companies"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Your Project",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Start Your Project", href: "#cta"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactSplit
|
||||
tag="Let's Begin"
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get In Touch"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Transform Your Home?"
|
||||
description="Whether you are planning a custom deck, new siding, windows, gutters, or a full exterior refresh, Designed Companies brings the ideas, craftsmanship, and professionalism to make it happen beautifully."
|
||||
title="Contact Designed Companies"
|
||||
description="Phone: (630) 904-1537 | Ready to discuss your exterior remodeling project? Reach out today and let's turn your vision into reality."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:(630)904-1537" },
|
||||
{ text: "Email Us", href: "mailto:hello@designedcompanies.com" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=7"
|
||||
imageAlt="Luxury outdoor space"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Request Consultation"
|
||||
termsText="We respect your privacy. Unsubscribe anytime."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=8"
|
||||
imageAlt="Luxury outdoor entertainment space sunset"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=2"
|
||||
imageAlt="Luxury outdoor entertaining space"
|
||||
logoText="Designed Companies Inc."
|
||||
copyrightText="© 2025 Designed Companies Inc. | Luxury Exterior Remodeling"
|
||||
copyrightText="© 2025 Designed Companies Inc. | Luxury Exterior Remodeling | Phone: (630) 904-1537"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: (630) 555-0123", href: "tel:(630)555-0123" },
|
||||
{ label: "Phone: (630) 904-1537", href: "tel:(630)904-1537" },
|
||||
{ label: "Naperville, IL", href: "#" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user