Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 12e2db0ce8 | |||
| 8c2b295bd8 | |||
| e607cd7ffe | |||
| a02a3ecb71 |
@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Sparkles, Heart, Gem, Star, HelpCircle } from 'lucide-react';
|
||||
import { Sparkles, Heart, Gem, Star, HelpCircle, ShoppingBag } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,7 +48,8 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore Collection", href: "#products" }
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "View Scent Guide", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -93,7 +94,8 @@ export default function LandingPage() {
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "#" }
|
||||
{ text: "View All Products", href: "#" },
|
||||
{ text: "Shop Collection", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user