4 Commits

Author SHA1 Message Date
8c5999dae8 Update src/app/page.tsx 2026-06-07 00:32:28 +00:00
3f33e67b39 Update src/app/booking/page.tsx 2026-06-07 00:32:28 +00:00
40366cc63e Merge version_2 into main
Merge version_2 into main
2026-06-07 00:20:44 +00:00
ba1a1053cf Merge version_2 into main
Merge version_2 into main
2026-06-07 00:20:12 +00:00
2 changed files with 33 additions and 32 deletions

View File

@@ -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" }
];
@@ -54,15 +54,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" }
]
},

View File

@@ -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,7 @@ export default function BusinessCoachTemplatePage() {
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="Elegance Builders"
button={{ text: "Book a Consultation", href: "#contact" }}
button={{ text: "Book a Consultation", href: "/booking" }}
/>
<HeroSplitDualMedia
background={{ variant: "radial-gradient" }}
@@ -52,10 +53,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 +64,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 +103,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 +125,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,15 +141,15 @@ 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."},
{
@@ -162,8 +163,8 @@ export default function BusinessCoachTemplatePage() {
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 +172,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 +196,4 @@ export default function BusinessCoachTemplatePage() {
</ReactLenis>
</ThemeProvider>
);
}
}