Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ec50511c2 | |||
| 564ffa4b1a | |||
| 2a5e3f5583 | |||
| 4e5541d7af | |||
| 8c5999dae8 | |||
| 3f33e67b39 | |||
| 40366cc63e | |||
| ba1a1053cf |
@@ -8,10 +8,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
export default function BookingPage() {
|
||||
const navItems = [
|
||||
{ name: "Our Process", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Our Process", id: "/#about" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Book Appointment", id: "/booking" }
|
||||
];
|
||||
|
||||
@@ -32,6 +32,7 @@ export default function BookingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="Elegance Builders"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EmVnHWEkxgx6AZzVQiLfPfH8Wh/uploaded-1780792442622-djoqlv6h.png"
|
||||
button={{ text: "Book a Consultation", href: "/booking" }}
|
||||
/>
|
||||
<div id="booking" data-section="booking" className="py-20 lg:py-32">
|
||||
@@ -54,15 +55,15 @@ export default function BookingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Our Process", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Testimonials", href: "#testimonials" }
|
||||
{ label: "Our Process", href: "/#about" },
|
||||
{ label: "Services", href: "/#services" },
|
||||
{ label: "Testimonials", href: "/#testimonials" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
{ label: "Book a Consultation", href: "/booking" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -14,10 +14,11 @@ import { Sparkles, Home, Paintbrush, Utensils, Hammer } from "lucide-react";
|
||||
|
||||
export default function BusinessCoachTemplatePage() {
|
||||
const navItems = [
|
||||
{ name: "Our Process", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Our Process", id: "/#about" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Book Appointment", id: "/booking" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -37,7 +38,8 @@ export default function BusinessCoachTemplatePage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="Elegance Builders"
|
||||
button={{ text: "Book a Consultation", href: "#contact" }}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EmVnHWEkxgx6AZzVQiLfPfH8Wh/uploaded-1780792442622-djoqlv6h.png"
|
||||
button={{ text: "Book a Consultation", href: "/booking" }}
|
||||
/>
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -52,10 +54,10 @@ export default function BusinessCoachTemplatePage() {
|
||||
rating={5}
|
||||
ratingText="Trusted by Discerning Homeowners"
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "#contact" },
|
||||
{ text: "View Our Work", href: "#services" },
|
||||
{ text: "Start Your Project", href: "/#contact" },
|
||||
{ text: "View Our Work", href: "/#services" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
<FeatureCardTwentyFive
|
||||
tag="Our Services"
|
||||
@@ -63,7 +65,7 @@ export default function BusinessCoachTemplatePage() {
|
||||
title="Masterful Renovations & Custom Builds"
|
||||
description="We specialize in transforming and creating luxury spaces, delivering bespoke design and meticulous craftsmanship across all projects."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
@@ -102,7 +104,7 @@ export default function BusinessCoachTemplatePage() {
|
||||
title="Exceeding Expectations, Project by Project"
|
||||
description="Hear from clients who trusted us with their vision and experienced the Elegance Builders difference."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
@@ -124,7 +126,7 @@ export default function BusinessCoachTemplatePage() {
|
||||
<TeamCardTen
|
||||
title="Meet the Visionaries Behind Your Dream Home"
|
||||
tag="Our Team"
|
||||
membersAnimation="slide-up"
|
||||
membersAnimation="blur-reveal"
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
@@ -140,30 +142,28 @@ export default function BusinessCoachTemplatePage() {
|
||||
title="Your Questions, Answered"
|
||||
description="Find clarity on our luxury design and build process and what to expect."
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-with-large-blue-sofa-large-coffee-table-with-large-window-that-says-room-is-decorated-with-large-plant_123827-23873.jpg"
|
||||
imageAlt="Beautiful home interior showing modern design elements"
|
||||
mediaPosition="right"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Our Design & Build Process Explained", content: "We offer a fully integrated process from initial consultation and conceptual design to architectural planning, construction, and final handover. This holistic approach ensures seamless communication and a cohesive vision."},
|
||||
id: "1", title: "Our Design & Build Process Explained", content: "We offer a fully integrated process from initial consultation and conceptual design to architectural planning, construction, and final handover. This holistic approach ensures seamless communication and a cohesive vision."},
|
||||
{
|
||||
id: "2", title: "Commitment to Luxury Craftsmanship", content: "Our commitment to excellence is reflected in our selection of premium materials, skilled artisans, and rigorous quality control at every stage. We pride ourselves on meticulous attention to detail."},
|
||||
{
|
||||
id: "3", title: "Working with Existing Plans", content: "While we offer comprehensive design services, we are also adept at bringing your existing architectural plans to life with our build expertise, ensuring your vision is realized to the highest standards."},
|
||||
{
|
||||
id: "4", title: "Project Timelines & Transparency", content: "Project timelines vary significantly based on scope and complexity. We provide a detailed project schedule at the outset and maintain transparent communication throughout, keeping you informed at every milestone."},
|
||||
]}
|
||||
id: "3", title: "Working with Existing Plans", content: "While we offer comprehensive design services, we are also adept at bringing your existing architectural plans to life with our build expertise, ensuring your vision is realized to the highest standards."}, {
|
||||
id: "4", title: "Project Timelines & Transparency", content: "Project timelines vary significantly based on scope and complexity. We provide a detailed project schedule at the outset and maintain transparent communication throughout, keeping you informed at every milestone."} ]}
|
||||
/>
|
||||
<ContactText
|
||||
text="Ready to build your legacy? Schedule a consultation to discuss your luxury project."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Book a Consultation", href: "#contact" },
|
||||
{ text: "View Our Portfolio", href: "#services" },
|
||||
{ text: "Book a Consultation", href: "/#contact" },
|
||||
{ text: "View Our Portfolio", href: "/#services" },
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis
|
||||
@@ -171,16 +171,16 @@ export default function BusinessCoachTemplatePage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Our Process", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Our Process", href: "/#about" },
|
||||
{ label: "Services", href: "/#services" },
|
||||
{ label: "Testimonials", href: "/#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Book a Consultation", href: "#contact" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
{ label: "Book a Consultation", href: "/booking" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -195,4 +195,4 @@ export default function BusinessCoachTemplatePage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user