Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-04 17:49:54 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award, Droplet, Heart, Globe, Crown, Sparkles } from 'lucide-react';
import { Award, Droplet, Heart, Globe, Crown, Sparkles, Zap, TrendingUp } from 'lucide-react';
export default function LandingPage() {
return (
@@ -75,6 +75,9 @@ export default function LandingPage() {
<ProductCardOne
title="Our Signature Collection"
description="Hand-crafted custom oils inspired by the world's most beloved fragrances. Each blend is uniquely formulated to provide an exceptional olfactory experience."
tag="Limited Edition"
tagIcon={Zap}
tagAnimation="slide-up"
products={[
{ id: "1", name: "Midnight Elegance", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-essential-oil-vials_181624-53236.jpg?_wi=1", imageAlt: "Midnight Elegance custom oil" },
{ id: "2", name: "Citrus Bloom", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/compostable-care-products-assortment_23-2149353133.jpg?_wi=2", imageAlt: "Citrus Bloom custom oil" },
@@ -91,8 +94,8 @@ export default function LandingPage() {
<FeatureCardTwentySeven
title="Why Choose Phloetiq"
description="Our commitment to quality and personalization sets us apart in the fragrance industry"
tag="Premium Quality"
tagIcon={Crown}
tag="Bestsellers"
tagIcon={TrendingUp}
tagAnimation="slide-up"
features={[
{ id: "1", title: "Custom Formulation", description: "Work with our expert blenders to create a fragrance that's uniquely yours, tailored to your preferences and personality.", imageSrc: "http://img.b2bpic.net/free-photo/jar-with-coffee-scrub-hands-natural-spa-care_169016-69087.jpg", imageAlt: "Custom fragrance blending process" },