Compare commits
8 Commits
version_16
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d8cc107a1 | |||
| 0527d5740f | |||
| bfbca01cdb | |||
| 0e471a547b | |||
| 0127ba74ae | |||
| af0a7dc574 | |||
| 9d8f356144 | |||
| 7ba2b943af |
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
@@ -11,6 +11,8 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Activity, Calendar, Heart, HeartHandshake, Smile, Users, Zap, Award } from 'lucide-react';
|
||||
|
||||
const logoImageUrl = 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773179247557-0qdf0zm4.jpg';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -67,9 +69,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="Über Physio Shala"
|
||||
title="15+ Jahre Erfahrung | Zertifizierte Therapeuten | 1000+ zufriedene Patienten"
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "15+ Jahre Erfahrung | " },
|
||||
{ type: "image", src: logoImageUrl, alt: "Physio Shala Logo" },
|
||||
{ type: "text", content: " | Zertifizierte Therapeuten | 1000+ zufriedene Patienten" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Unsere Geschichte", href: "#services" },
|
||||
{ text: "Team kennenlernen", href: "#team" }
|
||||
@@ -236,4 +241,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user