Compare commits
2 Commits
4f7a5bd826
...
version_1
| Author | SHA1 | Date | |
|---|---|---|---|
| fb18c03078 | |||
| 6eb0501003 |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
||||
@@ -93,8 +93,6 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="noInvert"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg font-light"
|
||||
/>
|
||||
</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"
|
||||
imageAlt="Beautiful field of fresh flowers"
|
||||
useInvertedBackground="noInvert"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl md:text-6xl font-light leading-tight"
|
||||
descriptionClassName="text-lg md:text-xl font-light text-opacity-90"
|
||||
/>
|
||||
@@ -150,8 +147,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg font-light"
|
||||
textBoxTitleClassName="text-5xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-lg font-light"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -216,8 +213,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg font-light"
|
||||
textBoxTitleClassName="text-5xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-lg font-light"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -265,8 +262,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg font-light"
|
||||
textBoxTitleClassName="text-5xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-lg font-light"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user