Update src/app/page.tsx

This commit is contained in:
2026-03-20 18:52:35 +00:00
parent 58388e9b7d
commit cd03658d62

View File

@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactCenter from '@/components/sections/contact/ContactCenter';
@@ -30,8 +29,7 @@ export default function LandingPage() {
brandName="Elevate Logic"
navItems={[
{ name: "Wie es funktioniert", id: "how-it-works" },
{ name: "Branchen", id: "industries" },
{ name: "Warum Elevate Logic", id: "why" },
{ name: "Warum Elevate Logic", id: "why-siteforge" },
{ name: "FAQ", id: "faq" },
{ name: "Kontakt", id: "contact" }
]}
@@ -48,7 +46,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Jetzt kostenlos beraten lassen", href: "#contact-cta" },
{ text: "Erfolgsgeschichten entdecken", href: "#industries" }
{ text: "Erfolgsgeschichten entdecken", href: "#why-siteforge" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/start-up-business-landing-page_23-2148276811.jpg"
@@ -96,37 +94,6 @@ export default function LandingPage() {
/>
</div>
<div id="industries" data-section="industries">
<ProductCardFour
title="Maßgeschneidert für Ihre Branche"
description="Entdecken Sie, wie Elevate Logic elegante, hochkonvertierbare Websites für verschiedenste Bereiche gestaltet. Optimiert für Wachstum und Erfolg."
gridVariant="bento-grid"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
products={[
{
id: "friseur", name: "Friseur & Schönheit", price: "ab 399 €", variant: "Online-Termin-Management", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg", imageAlt: "beauty salon hairdresser interior professional"
},
{
id: "handwerker", name: "Handwerk & Gewerbe", price: "ab 499 €", variant: "Portfolio & Anfragenverwaltung", imageSrc: "http://img.b2bpic.net/free-photo/instruments-carpenter-wooden-table_23-2148180540.jpg", imageAlt: "craftsman handyman tools workshop equipment"
},
{
id: "restaurant", name: "Gastronomie", price: "ab 599 €", variant: "Speisekarte & Reservierungen", imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", imageAlt: "restaurant interior dining modern professional"
},
{
id: "boutique", name: "Retail & Mode", price: "ab 699 €", variant: "Premium E-Commerce", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-women-clothes-shopping_23-2148312176.jpg", imageAlt: "boutique fashion store retail shop display"
},
{
id: "zahnarzt", name: "Gesundheit & Medizin", price: "ab 449 €", variant: "Patientenportal & Termine", imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-hospital-reception-wearing-face-mask-taking-with-nurse-while-waiting-coronavirus-examination_482257-8532.jpg", imageAlt: "dental office clinic professional medical"
},
{
id: "fitnessstudio", name: "Fitness & Wellness", price: "ab 549 €", variant: "Membership-System", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-exercise-bicycle_23-2148353067.jpg", imageAlt: "fitness gym studio modern equipment"
}
]}
/>
</div>
<div id="why-siteforge" data-section="why-siteforge">
<FeatureCardTen
title="Warum führende Unternehmen Elevate Logic wählen"
@@ -252,7 +219,7 @@ export default function LandingPage() {
{
title: "Produkt", items: [
{ label: "Wie es funktioniert", href: "#how-it-works" },
{ label: "Branchen-Lösungen", href: "#industries" },
{ label: "Warum Elevate Logic", href: "#why-siteforge" },
{ label: "FAQ", href: "#faq" }
]
},