Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
143
src/app/page.tsx
143
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ArrowRight } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
@@ -29,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
name: "Projects", id: "projects"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Murphy Kitchen & Bath"
|
||||
/>
|
||||
@@ -59,37 +50,23 @@ export default function LandingPage() {
|
||||
description="Precision-built remodeling for homeowners who expect perfection in Central New Jersey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Free Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Call (908) 520-9722",
|
||||
href: "tel:9085209722",
|
||||
},
|
||||
text: "Call (908) 520-9722", href: "tel:9085209722"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-kml47tu8.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-drink-red-wine-kitchen_1157-30458.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-drink-red-wine-kitchen_1157-30458.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 100+ local homeowners"
|
||||
/>
|
||||
@@ -100,13 +77,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Licensed & Insured",
|
||||
"Award Winning Designs",
|
||||
"Expert Craftsmanship",
|
||||
"Central NJ Premier Contractor",
|
||||
"Attention to Detail",
|
||||
"Sustainable Materials",
|
||||
]}
|
||||
"Licensed & Insured", "Award Winning Designs", "Expert Craftsmanship", "Central NJ Premier Contractor", "Attention to Detail", "Sustainable Materials"]}
|
||||
title="Trusted by Luxury Homeowners"
|
||||
description="5.0 Google Rating with 33 Verified Reviews"
|
||||
/>
|
||||
@@ -118,28 +89,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Luxury Kitchen Remodeling",
|
||||
description: "High-end kitchen designs tailored to your cooking and living preferences.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-cj5cghwk.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Luxury Kitchen Remodeling", description: "High-end kitchen designs tailored to your cooking and living preferences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-cj5cghwk.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Bathroom Renovations",
|
||||
description: "Transform your bathroom into a personal, spa-level retreat with premium finishes.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-iag7xlph.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Bathroom Renovations", description: "Transform your bathroom into a personal, spa-level retreat with premium finishes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-iag7xlph.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Full Home Construction",
|
||||
description: "Complete home renovations handled with white-glove project management.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-hv1z3l7m.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Full Home Construction", description: "Complete home renovations handled with white-glove project management.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-hv1z3l7m.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Custom Design Consults",
|
||||
description: "Collaborative design sessions to bring your vision to life perfectly.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-8cipfl52.jpg?_wi=1",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Custom Design Consults", description: "Collaborative design sessions to bring your vision to life perfectly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-8cipfl52.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Our Remodeling Services"
|
||||
@@ -152,30 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-drink-red-wine-kitchen_1157-30458.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-drink-red-wine-kitchen_1157-30458.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg",
|
||||
},
|
||||
id: "2", name: "Michael R.", imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg",
|
||||
},
|
||||
id: "3", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
|
||||
},
|
||||
id: "4", name: "Emily P.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
|
||||
},
|
||||
id: "5", name: "Robert K.", imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Reviews"
|
||||
@@ -190,31 +134,20 @@ export default function LandingPage() {
|
||||
description="Book a free design consultation. We respond within 24 hours."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-8cipfl52.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-8cipfl52.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -224,29 +157,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "7 Rinehart Ln, Pottersville, NJ 07979",
|
||||
href: "#",
|
||||
},
|
||||
label: "7 Rinehart Ln, Pottersville, NJ 07979", href: "#"},
|
||||
{
|
||||
label: "(908) 520-9722",
|
||||
href: "tel:9085209722",
|
||||
},
|
||||
label: "(908) 520-9722", href: "tel:9085209722"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Luxury Kitchens",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Luxury Kitchens", href: "#services"},
|
||||
{
|
||||
label: "Bathroom Renovations",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Bathroom Renovations", href: "#services"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user