Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b3f93a942 | |||
| 4477c08093 | |||
| 88336cecaf |
@@ -10,7 +10,6 @@ export default function BookingPage() {
|
|||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Our Process", id: "/#about" },
|
{ name: "Our Process", id: "/#about" },
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
|
||||||
{ name: "Contact", id: "/#contact" },
|
{ name: "Contact", id: "/#contact" },
|
||||||
{ name: "Book Appointment", id: "/booking" }
|
{ name: "Book Appointment", id: "/booking" }
|
||||||
];
|
];
|
||||||
@@ -57,8 +56,7 @@ export default function BookingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Our Process", href: "/#about" },
|
{ label: "Our Process", href: "/#about" },
|
||||||
{ label: "Services", href: "/#services" },
|
{ label: "Services", href: "/#services" }
|
||||||
{ label: "Testimonials", href: "/#testimonials" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
|
||||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
@@ -16,7 +16,6 @@ export default function BusinessCoachTemplatePage() {
|
|||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Our Process", id: "/#about" },
|
{ name: "Our Process", id: "/#about" },
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
|
||||||
{ name: "Contact", id: "/#contact" },
|
{ name: "Contact", id: "/#contact" },
|
||||||
{ name: "Book Appointment", id: "/booking" }
|
{ name: "Book Appointment", id: "/booking" }
|
||||||
];
|
];
|
||||||
@@ -99,34 +98,7 @@ export default function BusinessCoachTemplatePage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<TestimonialCardSixteen
|
|
||||||
tag="Client Experiences"
|
|
||||||
tagIcon={Sparkles}
|
|
||||||
title="Exceeding Expectations, Project by Project"
|
|
||||||
description="Hear from clients who trusted us with their vision and experienced the RVNCO difference."
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1", name: "Eleanor Vance", role: "Homeowner, Bespoke Residence", company: "", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-sunny-day_1139-417.jpg", imageAlt: "Eleanor Vance"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", name: "Marcus Thorne", role: "Client, Luxury Renovation", company: "", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-student-photographing-shore_1262-6090.jpg", imageAlt: "Marcus Thorne"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", name: "Olivia Sterling", role: "Homeowner, Bespoke Kitchen", company: "", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tanned-darkhaired-woman-widebrimmed-hat-embarrassed-smiling_197531-26509.jpg", imageAlt: "Olivia Sterling"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
kpiItems={[
|
|
||||||
{ value: "50+", label: "Bespoke Projects" },
|
|
||||||
{ value: "10+", label: "Years Expertise" },
|
|
||||||
{ value: "100%", label: "Client Satisfaction" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
<TeamCardTen
|
<TeamCardTen
|
||||||
title="Meet the Visionaries Behind Your Dream Home"
|
title="Meet the Visionaries Behind Your Dream Home"
|
||||||
tag="Our Team"
|
tag="Our Team"
|
||||||
@@ -184,8 +156,7 @@ export default function BusinessCoachTemplatePage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Our Process", href: "/#about" },
|
{ label: "Our Process", href: "/#about" },
|
||||||
{ label: "Services", href: "/#services" },
|
{ label: "Services", href: "/#services" }
|
||||||
{ label: "Testimonials", href: "/#testimonials" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user