Switch to version 16: modified src/app/page.tsx

This commit is contained in:
2026-05-22 19:48:41 +00:00
parent 3f2737df62
commit 3d1d6e0860

View File

@@ -14,6 +14,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import HeroCentered from '@/components/sections/hero/HeroCentered';
export default function LandingPage() {
const handleScroll = (id: string) => {
@@ -192,6 +193,16 @@ export default function LandingPage() {
/>
</div>
<div id="video-section" data-section="video-section">
<HeroCentered
title="На открытии нашей клиники присутствовал Герой России, Глава Чеченской Республики Рамзан Ахматович Кадыров"
description=""
avatars={[]}
background={{ variant: 'plain' }}
className="py-20"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
@@ -303,24 +314,6 @@ export default function LandingPage() {
/>
</div>
<div id="map" data-section="map">
<section className="py-16 md:py-24">
<div className="container mx-auto px-4">
<h2 className="text-3xl font-bold mb-8 text-center">Как нас найти</h2>
<div className="w-full h-[450px]">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2891.802373722976!2d45.69634947683935!3d43.315747671128145!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4051d9500b1a03db%3A0x868351b8c2ec1b9b!2z0YPQu9C40YbQsCDQkdC10LnRh9CxINCQ0LvQuCDQnNCit9Cw0LXQstCwLCA1OSwg0JPRg9C20L3QvtC9LCDQp9C70LXQutCwLCDQhtC10YfQvdC10L3QuNC1!5e0!3m2!1sru!2sru!4v1716382000000!5m2!1sru!2sru"
width="100%"
height="100%"
style={{ border: 0 }}
allowFullScreen
loading="lazy">
</iframe>
</div>
</div>
</section>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779347445955-xba4vklv.jpg"
@@ -350,4 +343,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}