6 Commits

Author SHA1 Message Date
449ac5cfe5 Merge version_4 into main
Merge version_4 into main
2026-03-03 05:27:04 +00:00
b91bef14f5 Update src/app/page.tsx 2026-03-03 05:27:00 +00:00
9dc767d03f Merge version_3 into main
Merge version_3 into main
2026-03-03 05:24:04 +00:00
a6591e5311 Update src/app/page.tsx 2026-03-03 05:24:00 +00:00
3fe27ab3c5 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:22:22 +00:00
2e3edd43a0 Update src/app/page.tsx 2026-03-03 05:22:17 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { CheckCircle, Sparkles } from 'lucide-react';
import { CheckCircle, Sparkles, Star, ShoppingBag } from 'lucide-react';
export default function LandingPage() {
return (
@@ -64,7 +64,8 @@ export default function LandingPage() {
"We believe great skin isn't complicated. Our science-backed formulas combine nature's most potent ingredients with dermatological expertise to create products that actually work.", "Every product is thoughtfully crafted, carefully tested, and designed to deliver visible results without compromising on ingredient transparency or environmental responsibility."
]}
buttons={[
{ text: "Our Story", href: "#about" }
{ text: "Our Story", href: "#about" },
{ text: "View Benefits", href: "#features" }
]}
buttonAnimation="slide-up"
showBorder={false}
@@ -75,7 +76,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
title="Our Collection"
description="Expertly formulated skincare essentials for every skin type"
description="⭐ 1,000+ Verified Reviews | ✓ Free Shipping on Orders Over $50"
tag="Best Sellers"
tagIcon={Sparkles}
tagAnimation="slide-up"