Merge version_1 into main #1
@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Flame, Sparkles, Award, Leaf, Flower2, Wind, Hammer2, Recycle, Sprout, Earth, BookOpen, Heart, Mail, ShoppingCart, Home, ShoppingCart as ShoppingCartIcon, Heart as HeartIcon, Zap, CheckCircle, Package, Star } from 'lucide-react';
|
||||
import { Flame, Sparkles, Award, Leaf, Flower2, Wind, Hammer, Recycle, Sprout, Earth, BookOpen, Heart, Mail, ShoppingCart, Home, ShoppingCart as ShoppingCartIcon, Heart as HeartIcon, Zap, CheckCircle, Package, Star, Waves } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Handcrafted", description: "Each candle poured by hand with attention to detail", bentoComponent: "reveal-icon", icon: Hammer2
|
||||
title: "Handcrafted", description: "Each candle poured by hand with attention to detail", bentoComponent: "reveal-icon", icon: Hammer
|
||||
},
|
||||
{
|
||||
title: "Sustainable", description: "Eco-friendly packaging and ethically sourced ingredients", bentoComponent: "orbiting-icons", centerIcon: Leaf,
|
||||
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
{ icon: Wind, title: "Cedar Woods", description: "Deep cedarwood, juniper, and bergamot for a masculine essence" },
|
||||
{ icon: Leaf, title: "Lavender Bliss", description: "Pure lavender with eucalyptus and chamomile for ultimate calm" },
|
||||
{ icon: Flame, title: "Spiced Comfort", description: "Cinnamon, clove, and cardamom create a cozy autumn warmth" },
|
||||
{ icon: Zap, title: "Ocean Breeze", description: "Fresh sea salt, driftwood, and aqua notes for coastal vibes" }
|
||||
{ icon: Waves, title: "Ocean Breeze", description: "Fresh sea salt, driftwood, and aqua notes for coastal vibes" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,6 +162,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/composition-with-candles-table-living-room_169016-5611.jpg"
|
||||
imageAlt="NOVA candle making studio"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user