From c2375fcb0159ace344acf624e8f9d2661cf014aa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:03:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 ++++++++++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95cc0db..7b475a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; export default function LandingPage() { return ( @@ -30,6 +31,7 @@ export default function LandingPage() { navItems={[ { name: "Anasayfa", id: "hero" }, { name: "Hakkımızda", id: "about" }, + { name: "Ekibimiz", id: "team" }, { name: "Portföy", id: "properties" }, { name: "İletişim", id: "contact" }, ]} @@ -49,10 +51,6 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-358.jpg", imageAlt: "luxury villa exterior modern" }, { imageSrc: "http://img.b2bpic.net/free-photo/couple-signing-papers-fr-new-house_23-2149383564.jpg", imageAlt: "modern home living room" }, - { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-glass-windows-sunlight_181624-11971.jpg", imageAlt: "modern office building facade" }, - { imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36319.jpg", imageAlt: "luxury penthouse terrace garden" }, - { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-483.jpg", imageAlt: "contemporary interior design kitchen" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694044.jpg", imageAlt: "modern architectural villa design" }, ]} /> @@ -61,18 +59,32 @@ export default function LandingPage() { +
+ +
+
-- 2.49.1