Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc996e8075 | |||
| aa2106d1a5 | |||
| 0eda9cea2d | |||
| 5841b36ba1 | |||
| 1b896cb92e | |||
| 94144367c2 | |||
| bc87ab8866 | |||
| 25c22649b6 |
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
@@ -66,15 +66,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Elite Plumbing Solutions - Your Trusted Local Experts" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
<ContactText
|
||||
text="Elite Plumbing Solutions - Your Trusted Local Experts. We deliver professional, reliable plumbing services with expert technicians, transparent pricing, and same-day service availability."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user