Compare commits
4 Commits
4f7a5bd826
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b85130161f | |||
| fb18c03078 | |||
| d6d15766e0 | |||
| 6eb0501003 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
||||||
@@ -93,8 +93,6 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
containerClassName="py-20"
|
containerClassName="py-20"
|
||||||
titleClassName="text-5xl md:text-5xl font-light"
|
|
||||||
descriptionClassName="text-lg font-light"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -110,7 +108,6 @@ export default function LandingPage() {
|
|||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a7elle"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a7elle"
|
||||||
imageAlt="Beautiful field of fresh flowers"
|
imageAlt="Beautiful field of fresh flowers"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
containerClassName="py-20"
|
|
||||||
titleClassName="text-5xl md:text-6xl font-light leading-tight"
|
titleClassName="text-5xl md:text-6xl font-light leading-tight"
|
||||||
descriptionClassName="text-lg md:text-xl font-light text-opacity-90"
|
descriptionClassName="text-lg md:text-xl font-light text-opacity-90"
|
||||||
/>
|
/>
|
||||||
@@ -150,8 +147,8 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
containerClassName="py-20"
|
containerClassName="py-20"
|
||||||
titleClassName="text-5xl md:text-5xl font-light"
|
textBoxTitleClassName="text-5xl md:text-5xl font-light"
|
||||||
descriptionClassName="text-lg font-light"
|
textBoxDescriptionClassName="text-lg font-light"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -216,8 +213,8 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
containerClassName="py-20"
|
containerClassName="py-20"
|
||||||
titleClassName="text-5xl md:text-5xl font-light"
|
textBoxTitleClassName="text-5xl md:text-5xl font-light"
|
||||||
descriptionClassName="text-lg font-light"
|
textBoxDescriptionClassName="text-lg font-light"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -265,8 +262,8 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
containerClassName="py-20"
|
containerClassName="py-20"
|
||||||
titleClassName="text-5xl md:text-5xl font-light"
|
textBoxTitleClassName="text-5xl md:text-5xl font-light"
|
||||||
descriptionClassName="text-lg font-light"
|
textBoxDescriptionClassName="text-lg font-light"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user