Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b44aac1b2d | |||
| 298cba198f | |||
| 2b7885cd2e | |||
| 9916016f9d | |||
| 7c5b2ae748 |
@@ -34,7 +34,7 @@ export default function BookingPage() {
|
||||
brandName="RVNCO"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EmVnHWEkxgx6AZzVQiLfPfH8Wh/uploaded-1780792442622-djoqlv6h.png"
|
||||
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">
|
||||
<ContactText
|
||||
|
||||
@@ -40,7 +40,7 @@ export default function BusinessCoachTemplatePage() {
|
||||
brandName="RVNCO"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EmVnHWEkxgx6AZzVQiLfPfH8Wh/uploaded-1780792442622-djoqlv6h.png"
|
||||
button={{ text: "Book a Consultation", href: "/booking" }}
|
||||
logoClassName="!w-48"
|
||||
logoClassName="!w-64"
|
||||
/>
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -58,7 +58,7 @@ export default function BusinessCoachTemplatePage() {
|
||||
{ text: "Start Your Project", href: "/#contact" },
|
||||
{ text: "View Our Work", href: "/#services" }
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
<FeatureCardTwentyFive
|
||||
tag="Our Services"
|
||||
@@ -66,7 +66,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="none"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function BusinessCoachTemplatePage() {
|
||||
title="Exceeding Expectations, Project by Project"
|
||||
description="Hear from clients who trusted us with their vision and experienced the RVNCO difference."
|
||||
textboxLayout="default"
|
||||
animationType="none"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
@@ -130,7 +130,7 @@ export default function BusinessCoachTemplatePage() {
|
||||
<TeamCardTen
|
||||
title="Meet the Visionaries Behind Your Dream Home"
|
||||
tag="Our Team"
|
||||
membersAnimation="none"
|
||||
membersAnimation="slide-up"
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
@@ -148,8 +148,8 @@ 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="none"
|
||||
mediaAnimation="none"
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user