4 Commits

Author SHA1 Message Date
a8045e4807 Update src/app/page.tsx 2026-03-03 10:45:10 +00:00
45aa88c586 Merge version_3 into main
Merge version_3 into main
2026-03-03 10:40:16 +00:00
12e2db0ce8 Update src/app/page.tsx 2026-03-03 10:40:12 +00:00
8c2b295bd8 Merge version_2 into main
Merge version_2 into main
2026-03-03 10:36:59 +00:00

View File

@@ -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 (
@@ -89,12 +89,13 @@ export default function LandingPage() {
}
]}
title="Premium Fragrance Collection"
description="Handpicked luxury perfumes and cosmetics for the discerning connoisseur. Click to explore interactive product animations"
description="Sourced from master perfumers worldwide, authenticity guaranteed. Handpicked luxury perfumes and cosmetics for the discerning connoisseur. Click to explore interactive product animations"
tag="Featured Selection"
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"