Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d7fc3d4e4 | |||
| c2f8553768 | |||
| 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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,6 +35,8 @@ export default function LandingPage() {
|
|||||||
name: "Home", id: "home"},
|
name: "Home", id: "home"},
|
||||||
{
|
{
|
||||||
name: "About", id: "about"},
|
name: "About", id: "about"},
|
||||||
|
{
|
||||||
|
name: "Team", id: "team"},
|
||||||
{
|
{
|
||||||
name: "Services", id: "services"},
|
name: "Services", id: "services"},
|
||||||
{
|
{
|
||||||
@@ -63,8 +66,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/vase-plant_1203-3070.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/vase-plant_1203-3070.jpg"
|
||||||
imageAlt="Sparkling clean home interior"
|
imageAlt="Sparkling clean home interior"
|
||||||
/>
|
/> </div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
@@ -76,6 +78,21 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardNineteen
|
<FeatureCardNineteen
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -156,7 +173,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote", href: "#"},
|
text: "Get a Free Quote", href: "#"},
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #0a0a0a;
|
||||||
--card: #ffffff;
|
--card: #1a1a1a;
|
||||||
--foreground: #0c1325;
|
--foreground: #f5f5f5;
|
||||||
--primary-cta: #0798ff;
|
--primary-cta: #dfff1c;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #0c1325;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #93c7ff;
|
--accent: #8b9a1b;
|
||||||
--background-accent: #a8cde8;
|
--background-accent: #5d6b00;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user