diff --git a/src/app/page.tsx b/src/app/page.tsx
index 44584e2..2cadbfc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,48 +42,17 @@ export default function LandingPage() {
@@ -107,18 +64,9 @@ export default function LandingPage() {
title="The Art of Scent"
description="At Aura, we believe every scent is a narrative. We source rare botanical elements to create unique, soul-stirring olfactory experiences."
bulletPoints={[
- {
- title: "Rare Botanicals",
- description: "Hand-selected ingredients from around the world.",
- },
- {
- title: "Artisanal Craft",
- description: "Small-batch production ensures purity and quality.",
- },
- {
- title: "Sustainable Luxury",
- description: "Eco-conscious packaging and sourcing.",
- },
+ { title: "Rare Botanicals", description: "Hand-selected ingredients from around the world." },
+ { title: "Artisanal Craft", description: "Small-batch production ensures purity and quality." },
+ { title: "Sustainable Luxury", description: "Eco-conscious packaging and sourcing." },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-hands-holding-serum_23-2149406818.jpg"
/>
@@ -126,25 +74,14 @@ export default function LandingPage() {
@@ -308,32 +165,8 @@ export default function LandingPage() {
@@ -341,4 +174,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file