Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-04 17:51:32 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -36,7 +36,7 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero" className="relative w-full overflow-hidden bg-animated-aurora">
<div id="hero" data-section="hero">
<HeroLogo
logoText="Edgetabs"
description="★★★★★ 4.8 / 5 — Rated by 2,000+ customers • LOW ON STOCK"
@@ -76,7 +76,7 @@ export default function LandingPage() {
/>
</div>
<div id="pricing" data-section="pricing" className="w-full py-20 md:py-32 bg-white">
<div id="pricing" data-section="pricing">
<PricingCardFive
title="Choose Your Bundle"
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 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
title="Trusted by Athletes & Fitness Enthusiasts"
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"
}
]}
titleClassName="text-2xl md:text-4xl font-bold"
descriptionClassName="text-base md:text-lg text-gray-700"
textBoxTitleClassName="text-2xl md:text-4xl font-bold"
textBoxDescriptionClassName="text-base md:text-lg text-gray-700"
/>
</div>