Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb52fe5fc1 | |||
| f2950afa8c | |||
| 29bc0c029b | |||
| 9d7fc3d4e4 | |||
| 0f1e5c3fbd | |||
| c2f8553768 | |||
| f90dc58fe8 | |||
| 0c7ea62562 | |||
| 1901e68960 | |||
| 26faf038d9 | |||
| 1a606ffb18 | |||
| abcc51f642 | |||
| b506be7d2a |
@@ -11,6 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,6 +35,8 @@ export default function LandingPage() {
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
@@ -63,8 +66,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vase-plant_1203-3070.jpg"
|
||||
imageAlt="Sparkling clean home interior"
|
||||
/>
|
||||
</div>
|
||||
/> </div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
@@ -76,6 +78,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
title="Meet Our Leadership"
|
||||
tag="Our Team"
|
||||
membersAnimation="blur-reveal"
|
||||
members={[
|
||||
{
|
||||
id: "bharatbhai-patel", name: "Bharatbhai Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-confident-businessman_1262-3058.jpg", imageAlt: "Director Bharatbhai Patel"
|
||||
}
|
||||
]}
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
@@ -156,7 +173,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
text="Ready for a Spotless Space? Contact P&B Cleaning Services Today!"
|
||||
text="Ready for a Spotless Space? Contact P&B Cleaning Services Today! We proudly serve Gandhinagar and Ahmedabad, ensuring pristine environments in these cities."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote", href: "#"},
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0798ff;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #93c7ff;
|
||||
--background-accent: #a8cde8;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #dfff1c;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #8b9a1b;
|
||||
--background-accent: #5d6b00;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user