diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a76d01..7986b95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -30,21 +31,13 @@ export default function LandingPage() { @@ -53,21 +46,16 @@ export default function LandingPage() {
+
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 86f25b7..dde0ebb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f8faff; - --foreground: #0A2540; + --background: #0A2540; + --card: #ffffff; + --foreground: #e2e8f0; --primary-cta: #007bff; --primary-cta-text: #ffffff; --secondary-cta: #f0f8ff; diff --git a/src/app/urunler-hizmetler/page.tsx b/src/app/urunler-hizmetler/page.tsx index a6aa0ec..31007b1 100644 --- a/src/app/urunler-hizmetler/page.tsx +++ b/src/app/urunler-hizmetler/page.tsx @@ -2,13 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Award, Shield, Sparkles } from "lucide-react"; -export default function LandingPage() { +export default function UrunlerHizmetlerPage() { return ( - + -
- -
+
+ +
-
- -
- - +
);