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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero" className="relative w-full overflow-hidden bg-animated-aurora">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Edgetabs"
|
logoText="Edgetabs"
|
||||||
description="★★★★★ 4.8 / 5 — Rated by 2,000+ customers • LOW ON STOCK"
|
description="★★★★★ 4.8 / 5 — Rated by 2,000+ customers • LOW ON STOCK"
|
||||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing" className="w-full py-20 md:py-32 bg-white">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardFive
|
<PricingCardFive
|
||||||
title="Choose Your Bundle"
|
title="Choose Your Bundle"
|
||||||
description="Select the perfect supply. Save more with bundles. Add subscription for 10% extra off."
|
description="Select the perfect supply. Save more with bundles. Add subscription for 10% extra off."
|
||||||
@@ -176,7 +176,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials" className="w-full py-20 md:py-32 bg-gradient-to-b from-white to-cyan-50">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
title="Trusted by Athletes & Fitness Enthusiasts"
|
title="Trusted by Athletes & Fitness Enthusiasts"
|
||||||
description="Real results from real customers. See why 2,000+ users rate us 4.8★"
|
description="Real results from real customers. See why 2,000+ users rate us 4.8★"
|
||||||
@@ -237,8 +237,8 @@ export default function LandingPage() {
|
|||||||
imageAlt: "Olivia Martinez"
|
imageAlt: "Olivia Martinez"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
titleClassName="text-2xl md:text-4xl font-bold"
|
textBoxTitleClassName="text-2xl md:text-4xl font-bold"
|
||||||
descriptionClassName="text-base md:text-lg text-gray-700"
|
textBoxDescriptionClassName="text-base md:text-lg text-gray-700"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user