Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -110,8 +110,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground="noInvert"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
carouselMode="buttons"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,8 +173,6 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="noInvert"
|
||||
carouselMode="buttons"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,8 +188,6 @@ export default function LandingPage() {
|
||||
{ text: "Read Our Story", href: "#" },
|
||||
{ text: "View Certifications", href: "#" }
|
||||
]}
|
||||
titleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-base md:text-lg text-foreground/75 leading-relaxed"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -229,8 +223,6 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767643706951-gqql06yg.jpg",
|
||||
imageAlt: "After transformation"
|
||||
}}
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -293,8 +285,6 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="noInvert"
|
||||
uniformGridCustomHeightClasses="min-h-auto"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -338,8 +328,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground="noInvert"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
carouselMode="buttons"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -383,8 +371,6 @@ export default function LandingPage() {
|
||||
content: "Yes! Subscribe to our auto-delivery and save 10-20% on all products. You can pause or cancel anytime with zero penalties. Subscribers also get early access to new products and exclusive deals."
|
||||
}
|
||||
]}
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user