Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b44aac1b2d | |||
| 298cba198f | |||
| 2b7885cd2e | |||
| 9916016f9d | |||
| 7c5b2ae748 |
@@ -34,7 +34,7 @@ export default function BookingPage() {
|
|||||||
brandName="RVNCO"
|
brandName="RVNCO"
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EmVnHWEkxgx6AZzVQiLfPfH8Wh/uploaded-1780792442622-djoqlv6h.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EmVnHWEkxgx6AZzVQiLfPfH8Wh/uploaded-1780792442622-djoqlv6h.png"
|
||||||
button={{ text: "Book a Consultation", href: "/booking" }}
|
button={{ text: "Book a Consultation", href: "/booking" }}
|
||||||
logoClassName="!w-48"
|
logoClassName="!w-64"
|
||||||
/>
|
/>
|
||||||
<div id="booking" data-section="booking" className="py-20 lg:py-32">
|
<div id="booking" data-section="booking" className="py-20 lg:py-32">
|
||||||
<ContactText
|
<ContactText
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export default function BusinessCoachTemplatePage() {
|
|||||||
brandName="RVNCO"
|
brandName="RVNCO"
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EmVnHWEkxgx6AZzVQiLfPfH8Wh/uploaded-1780792442622-djoqlv6h.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EmVnHWEkxgx6AZzVQiLfPfH8Wh/uploaded-1780792442622-djoqlv6h.png"
|
||||||
button={{ text: "Book a Consultation", href: "/booking" }}
|
button={{ text: "Book a Consultation", href: "/booking" }}
|
||||||
logoClassName="!w-48"
|
logoClassName="!w-64"
|
||||||
/>
|
/>
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
@@ -58,7 +58,7 @@ export default function BusinessCoachTemplatePage() {
|
|||||||
{ text: "Start Your Project", href: "/#contact" },
|
{ text: "Start Your Project", href: "/#contact" },
|
||||||
{ text: "View Our Work", href: "/#services" }
|
{ text: "View Our Work", href: "/#services" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="none"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
<FeatureCardTwentyFive
|
<FeatureCardTwentyFive
|
||||||
tag="Our Services"
|
tag="Our Services"
|
||||||
@@ -66,7 +66,7 @@ export default function BusinessCoachTemplatePage() {
|
|||||||
title="Masterful Renovations & Custom Builds"
|
title="Masterful Renovations & Custom Builds"
|
||||||
description="We specialize in transforming and creating luxury spaces, delivering bespoke design and meticulous craftsmanship across all projects."
|
description="We specialize in transforming and creating luxury spaces, delivering bespoke design and meticulous craftsmanship across all projects."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="none"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
@@ -105,7 +105,7 @@ export default function BusinessCoachTemplatePage() {
|
|||||||
title="Exceeding Expectations, Project by Project"
|
title="Exceeding Expectations, Project by Project"
|
||||||
description="Hear from clients who trusted us with their vision and experienced the RVNCO difference."
|
description="Hear from clients who trusted us with their vision and experienced the RVNCO difference."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="none"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -130,7 +130,7 @@ export default function BusinessCoachTemplatePage() {
|
|||||||
<TeamCardTen
|
<TeamCardTen
|
||||||
title="Meet the Visionaries Behind Your Dream Home"
|
title="Meet the Visionaries Behind Your Dream Home"
|
||||||
tag="Our Team"
|
tag="Our Team"
|
||||||
membersAnimation="none"
|
membersAnimation="slide-up"
|
||||||
memberVariant="card"
|
memberVariant="card"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
@@ -148,8 +148,8 @@ export default function BusinessCoachTemplatePage() {
|
|||||||
title="Your Questions, Answered"
|
title="Your Questions, Answered"
|
||||||
description="Find clarity on our luxury design and build process and what to expect."
|
description="Find clarity on our luxury design and build process and what to expect."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
faqsAnimation="none"
|
faqsAnimation="slide-up"
|
||||||
mediaAnimation="none"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
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"
|
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"
|
imageAlt="Beautiful home interior showing modern design elements"
|
||||||
|
|||||||
Reference in New Issue
Block a user