Compare commits
2 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 847f5ccfdf | |||
| 5f9bee6363 |
@@ -3,7 +3,7 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
@@ -37,32 +37,18 @@ export default function LaunchPadLocalPage() {
|
||||
]}
|
||||
button={{ text: "Book Consultation", href: "/contact" }}
|
||||
/>
|
||||
<HeroSplitDoubleCarousel
|
||||
<HeroOverlay
|
||||
title="Launch Your Local Business Online"
|
||||
description="Stop being invisible. We design, build, and launch high-converting, professional websites specifically for local businesses ready to grow."
|
||||
tag="Web Design for Local Pros"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Book Consultation", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-drinking-coffee-cafe-bar_1170-638.jpg", imageAlt: "Modern local cafe website" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275711.jpg", imageAlt: "Plumbing service professional landing page" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-homosexual-female-lesbian-couple-enjoys-free-wifi-have-fun-coffee-shop-together-use-generic-laptop-computer-check-verify-account-make-online-shopping-use-banking-purchase_273609-2325.jpg", imageAlt: "Boutique store digital presence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/warehouse-associate-fulfilling-purchases_482257-75289.jpg", imageAlt: "Contractor business website" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/demo-digital-device_23-2149243957.jpg", imageAlt: "Consulting firm website" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163358.jpg", imageAlt: "Local fitness studio site" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/motor-service-maintenance-motorbike-concept_53876-120589.jpg", imageAlt: "Auto repair business landing page" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gardening-planting-concept_658428-227.jpg", imageAlt: "Landscaping services portfolio" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/casual-businessman-sitting-dark_53876-101864.jpg", imageAlt: "Legal services portal" },
|
||||
]}
|
||||
carouselItemClassName="!aspect-[4/5]"
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
/>
|
||||
<div id="services">
|
||||
<FeatureCardMedia
|
||||
|
||||
Reference in New Issue
Block a user