Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 618c6a2dc2 | |||
| d50a8c2aa4 | |||
| 3c13f3f679 | |||
| e07d2aa456 |
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
@@ -99,6 +99,12 @@ export default function LandingPage() {
|
||||
id: "3", title: "Performance Optimization", descriptions: [
|
||||
"Improve key metrics and achieve tangible results.", "Streamline workflows and optimize resource allocation.", "Leverage data analytics for continuous performance enhancement."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-circuit-processor-innovation-network-concept_53876-124251.jpg", imageAlt: "Abstract illustration representing performance optimization"},
|
||||
{
|
||||
id: "4", title: "Jahresabschluss Services", descriptions: [
|
||||
"Gewinnermittlungen", "Jahresabschlüsse für Einzelunternehmen", "Jahresabschlüsse für Personen- und Kapitalgesellschaften", "Erläuterungsberichte", "Einnahmen-Überschussrechnungen", "Offenlegung Bundesanzeiger", "Statistiken"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-graph_23-2149550302.jpg", imageAlt: "Financial documents and graphs representing accounting services"
|
||||
}
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="Discover a suite of tailored services designed to meet your business needs and drive sustainable success. We offer expertise across various domains to help you achieve your strategic objectives."
|
||||
@@ -172,13 +178,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Transform Your Business?"
|
||||
description="Contact us today to discuss your project and discover how our expertise can benefit you. We're eager to help you achieve your next big success."
|
||||
text="Ready to Transform Your Business? Contact us today to discuss your project and discover how our expertise can benefit you. We're eager to help you achieve your next big success."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation", href: "#"},
|
||||
@@ -189,7 +193,9 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-business-people_1156-32.jpg"
|
||||
imageAlt="Blurred business people walking in a modern office environment"
|
||||
logoText="Your Company"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user