Merge version_1 into main #4
@@ -1,15 +1,15 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { MapPin, Shield, Sparkles, CheckCircle, Star, HelpCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
{ text: "📝 Időpont kérés", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,6 +140,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-woman-with-headset-sitting-call-center-feeling-happy-while-receiving-calls-female-executive-working-as-sales-representative_662251-368.jpg"
|
||||
imageAlt="Professzionális csapat az S-PARK-ban"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -201,7 +202,7 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
animationType="smooth"
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/infographic-concept-with-winding-road_23-2147848931.jpg"
|
||||
imageAlt="Az S-PARK Kaposvár helyszíne"
|
||||
@@ -235,7 +236,7 @@ export default function LandingPage() {
|
||||
{ text: "📞 Hívás most: +36 (1) 234-5678", href: "tel:+36123456789" },
|
||||
{ text: "📝 Visszahívást kérek", href: "#contact-form" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user