Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b91bef14f5 | |||
| 9dc767d03f | |||
| a6591e5311 | |||
| 3fe27ab3c5 | |||
| 2e3edd43a0 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user