diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2b44145..ed3e5e7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,9 +8,10 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { MessageCircle } from "lucide-react";
+import { MessageCircle, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,22 +31,11 @@ export default function LandingPage() {
@@ -54,156 +44,50 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
@@ -212,28 +96,14 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "How long does a build take?",
- content: "Most standard business sites are launched within 3-4 weeks.",
- },
- {
- id: "q2",
- title: "Do you provide hosting?",
- content: "Yes, we handle all hosting and maintenance so you can focus on your business.",
- },
- {
- id: "q3",
- title: "Can you integrate payments?",
- content: "Absolutely, we support all major payment providers for both restaurants and e-commerce.",
- },
+ { id: "q1", title: "What is your email?", content: "You can reach me directly at KpsLoading@proton.me" },
+ { id: "q2", title: "What about hosting?", content: "Hosting is billed monthly at 15-25 euros, covering security and uptime." },
+ { id: "q3", title: "Is the 150 price final?", content: "Yes, the 150 euro rate is a flat fee for the complete development of your site." },
]}
- ctaTitle="Ready to get started?"
- ctaDescription="Let's discuss how we can build your digital future. We offer free initial consultations for all new clients."
+ ctaTitle="Ready to build your site?"
+ ctaDescription="Send me an email at KpsLoading@proton.me or get in touch below to discuss your project."
ctaButton={{
- text: "Contact Us Now",
- href: "#",
- }}
+ text: "Email Me Directly", href: "mailto:KpsLoading@proton.me"}}
ctaIcon={MessageCircle}
/>
@@ -241,17 +111,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file