From 9f86aed1a221fbf9c76e105a28988c40ae55eced Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:58:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5064c9b..10f9325 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,13 +12,23 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import Link from 'next/link'; const navItems = [{ name: "Home", id: "/" }]; export default function HomePage() { return ( - + @@ -87,7 +97,7 @@ export default function HomePage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} - members={[{ id: "t1", name: "Radosław", role: "WCS / Salsa", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021790.jpg" }, { id: "t2", name: "Julia", role: "Technika / Style", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-black-top-is-room_1157-13821.jpg" }, { id: "t3", name: "Damian", role: "Bachata Dominikańska", imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-542.jpg" }]} + members={[{ id: "t1", name: "Radosław", role: "WCS / Salsa", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021790.jpg" }, { id: "t2", name: "Julia", role: "Technika / Style", imageSrc: "http://img.b2bpic.net/beautiful-brunette-black-top-is-room_1157-13821.jpg" }, { id: "t3", name: "Damian", role: "Bachata Dominikańska", imageSrc: "http://img.b2bpic.net/young-powerful-sportsman-white-clothing-black-wall_176420-542.jpg" }]} title="Poznaj instruktorów" description="Profesjonaliści z wieloletnim doświadczeniem." /> -- 2.49.1