diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2f4c84b..aed6bb2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -55,35 +47,21 @@ export default function LandingPage() {
description="Exquisite scents crafted for your unique aura. Discover our exclusive collection of artisanal fragrances."
buttons={[
{
- text: "Shop Now",
- href: "#products",
- },
+ text: "Shop Now", href: "#products"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg",
- imageAlt: "Luxury Fragrance Bottle",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg", imageAlt: "luxury perfume bottle dark background"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-silhouette-charming-hindu-bride-tradition_8353-8864.jpg",
- imageAlt: "Perfume Essence Splash",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-silhouette-charming-hindu-bride-tradition_8353-8864.jpg", imageAlt: "perfume splash essence scent dynamic"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-globe-fir-tree_23-2148332703.jpg",
- imageAlt: "Elegant Scent Presentation",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-globe-fir-tree_23-2148332703.jpg", imageAlt: "soft focus perfume bottle floral"},
{
- imageSrc: "http://img.b2bpic.net/free-psd/lavender-candle-label-design-template_23-2151984634.jpg",
- imageAlt: "Modern Perfume Packaging",
- },
+ imageSrc: "http://img.b2bpic.net/free-psd/lavender-candle-label-design-template_23-2151984634.jpg", imageAlt: "modern luxury perfume packaging"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480194.jpg",
- imageAlt: "Golden Perfume Reflection",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480194.jpg", imageAlt: "perfume bottle gold luxury reflection"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963083.jpg",
- imageAlt: "Creative Fragrance Art",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963083.jpg", imageAlt: "artistic perfume bottle luxury aesthetic"},
]}
/>
@@ -93,10 +71,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Artisanal Excellence"
description={[
- "At Aura, we believe that fragrance is an extension of the self.",
- "Our master perfumers meticulously blend rare botanical essences to create unique olfactory experiences that linger in the memory.",
- "Sustainability and luxury go hand in hand in our creations, ensuring that every bottle is as ethical as it is enchanting.",
- ]}
+ "At Aura, we believe that fragrance is an extension of the self.", "Our master perfumers meticulously blend rare botanical essences to create unique olfactory experiences that linger in the memory.", "Sustainability and luxury go hand in hand in our creations, ensuring that every bottle is as ethical as it is enchanting."]}
/>
@@ -108,32 +83,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Aura",
- name: "Golden Musk",
- price: "$120",
- rating: 5,
- reviewCount: "42",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-rectangular-cologne-bottle-branch-rotten-wood-isolated-blurred-background-free-place_140725-145547.jpg",
- },
+ id: "p1", brand: "Aura", name: "Golden Musk", price: "$120", rating: 5,
+ reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/front-view-rectangular-cologne-bottle-branch-rotten-wood-isolated-blurred-background-free-place_140725-145547.jpg"},
{
- id: "p2",
- brand: "Aura",
- name: "Midnight Rose",
- price: "$145",
- rating: 5,
- reviewCount: "28",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sustainably-produced-alcoholic-beverage_23-2150162987.jpg",
- },
+ id: "p2", brand: "Aura", name: "Midnight Rose", price: "$145", rating: 5,
+ reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sustainably-produced-alcoholic-beverage_23-2150162987.jpg"},
{
- id: "p3",
- brand: "Aura",
- name: "Oud Essence",
- price: "$180",
- rating: 4,
- reviewCount: "19",
- imageSrc: "http://img.b2bpic.net/free-photo/painted-rose-standing-glass-vase-table_23-2148017912.jpg",
- },
+ id: "p3", brand: "Aura", name: "Oud Essence", price: "$180", rating: 4,
+ reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/painted-rose-standing-glass-vase-table_23-2148017912.jpg"},
]}
title="Signature Collection"
description="Explore our hand-curated selection of exquisite perfumes, each telling a story of passion and elegance."
@@ -142,44 +99,20 @@ export default function LandingPage() {