Merge version_16 into main
Merge version_16 into main
This commit was merged in pull request #39.
This commit is contained in:
@@ -5,6 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
export default function KarinGermePage() {
|
||||
return (
|
||||
@@ -29,7 +30,8 @@ export default function KarinGermePage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia logoText="Dr. Turab İSMAYILOV" columns={[]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqpAC3wPJ7y4HDQWWtKh2DSRee/uploaded-1776167077817-364n9nl6.png" />
|
||||
</div>
|
||||
<script dangerouslySetInnerHTML={{ __html: `${getVisualEditScript()}` }} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
export default function LipodemPage() {
|
||||
return (
|
||||
@@ -72,7 +73,8 @@ export default function LipodemPage() {
|
||||
imageSrc="http://img.b2bpic.net/premium-photo/losing-weight-concept-real-people-size-plus-model-taking-measurements-her-thigh-holding-tailor-measuring-tape_378362-32.jpg?id=12368323"
|
||||
/>
|
||||
</div>
|
||||
<script dangerouslySetInnerHTML={{ __html: `${getVisualEditScript()}` }} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
export default function LiposuctionPage() {
|
||||
return (
|
||||
@@ -89,6 +90,7 @@ export default function LiposuctionPage() {
|
||||
copyrightText="© 2025 Dr. Turab İsmayılov. Tüm hakları saklıdır."
|
||||
/>
|
||||
</div>
|
||||
<script dangerouslySetInnerHTML={{ __html: `${getVisualEditScript()}` }} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Activity, MessageCircle } from "lucide-react";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -157,7 +158,8 @@ export default function LandingPage() {
|
||||
copyrightText="© 2025 Dr. Turab İsmayılov. Tüm hakları saklıdır."
|
||||
/>
|
||||
</div>
|
||||
<script dangerouslySetInnerHTML={{ __html: `${getVisualEditScript()}` }} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@ import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
export default function RinoplastiPage() {
|
||||
return (
|
||||
@@ -31,7 +32,8 @@ export default function RinoplastiPage() {
|
||||
columns={[{ title: "Menü", items: [{ label: "Anasayfa", href: "/" }] }]}
|
||||
videoSrc="https://www.w3schools.com/howto/rain.mp4?_wi=2"
|
||||
/>
|
||||
<script dangerouslySetInnerHTML={{ __html: `${getVisualEditScript()}` }} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@ import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
export default function YuzGermePage() {
|
||||
return (
|
||||
@@ -31,7 +32,8 @@ export default function YuzGermePage() {
|
||||
columns={[{ title: "Menü", items: [{ label: "Anasayfa", href: "/" }] }]}
|
||||
videoSrc="https://www.w3schools.com/howto/rain.mp4?_wi=3"
|
||||
/>
|
||||
<script dangerouslySetInnerHTML={{ __html: `${getVisualEditScript()}` }} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user