8 Commits

Author SHA1 Message Date
7e928bad07 Merge version_3 into main
Merge version_3 into main
2026-03-11 13:57:49 +00:00
c4daff697d Update src/app/page.tsx 2026-03-11 13:57:45 +00:00
cb3dbab330 Merge version_3 into main
Merge version_3 into main
2026-03-11 13:57:07 +00:00
20dce88879 Update src/app/page.tsx 2026-03-11 13:57:03 +00:00
0bf7f718fb Merge version_2 into main
Merge version_2 into main
2026-03-11 13:55:51 +00:00
3ac98910d7 Update src/app/page.tsx 2026-03-11 13:55:47 +00:00
45e19c4794 Merge version_1 into main
Merge version_1 into main
2026-03-11 13:54:47 +00:00
00ca6b08cb Merge version_1 into main
Merge version_1 into main
2026-03-11 13:54:24 +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. Each formula backed by rigorous testing and scientific research."
description="Carefully curated supplements engineered for optimal bioavailability and purity. Third-party tested for safety and potency. Complete 60-Day Money-Back Guarantee with pure nutrition and complete peace of mind."
tag="Best Sellers"
tagIcon={Award}
textboxLayout="default"
@@ -226,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}