From e63466319ac9d2b5d74b5793f22352cd57ec07d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 17:38:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e1a800..cab6ec2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Award, Crown, Flame, Heart, Salad } from "lucide-react"; @@ -49,7 +49,7 @@ export default function LandingPage() { logoAlt="NEHIR Pide & Kebap Salonu Logo" brandName="NEHIR" button={{ - text: "Rezervasyon Yap", href: "#contact"}} + text: "Rezervasyon Yap", href: "#contact"}} /> @@ -187,24 +187,30 @@ export default function LandingPage() { -- 2.49.1