Update src/app/services/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
@@ -37,18 +37,16 @@ export default function ServicesPage() {
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
|
||||
<HeroSplit
|
||||
<HeroOverlay
|
||||
title="Our Services"
|
||||
description="We offer a comprehensive suite of digital services designed to elevate your brand and achieve your business goals."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/service-hero-1.webp"
|
||||
imageAlt="Modern web design interface on a screen"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Get a Quote", href: "/contact" },
|
||||
{ text: "View Our Work", href: "/work" },
|
||||
{ text: "View Our Work", href: "/work" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
<FeatureHoverPattern
|
||||
title="How We Help"
|
||||
|
||||
Reference in New Issue
Block a user