Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-11 13:57:07 +00:00

View File

@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Award, CheckCircle, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
import { Award, CheckCircle, Sparkles, TrendingUp, Users, Zap, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -66,7 +66,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
title="Our Signature Collection"
description="Carefully curated supplements engineered for optimal bioavailability and purity. Third-party tested for safety and potency. Backed by our 60-day money-back guarantee—pure nutrition with complete peace of mind."
description="Carefully curated supplements engineered for optimal bioavailability and purity. Third-party tested for safety and potency. <span class=\"font-bold text-primary-cta\">✓ 60-Day Money-Back Guarantee</span>—pure nutrition with complete peace of mind."
tag="Best Sellers"
tagIcon={Award}
textboxLayout="default"
@@ -226,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}