diff --git a/src/app/page.tsx b/src/app/page.tsx
index 895ce97..417b2bd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,53 +42,32 @@ export default function LandingPage() {
@@ -104,12 +79,9 @@ export default function LandingPage() {
title="Curated for the Moment"
description="At Jam Pure, we believe fashion should be accessible and sustainable. Our boutique rental collection is hand-picked for those who value individuality and quality."
bulletPoints={[
- {
- title: "Sustainable Luxury", description: "Reduce waste while staying perfectly styled."},
- {
- title: "Designer Access", description: "Wear the latest collections for a fraction of the cost."},
- {
- title: "Simplified Process", description: "From selection to return, we handle the details."},
+ { title: "Sustainable Luxury", description: "Reduce waste while staying perfectly styled." },
+ { title: "Designer Access", description: "Wear the latest collections for a fraction of the cost." },
+ { title: "Simplified Process", description: "From selection to return, we handle the details." },
]}
imageSrc="http://img.b2bpic.net/free-photo/girl-wearing-floral-dress-wearing-hat-sitting_1150-19274.jpg"
imageAlt="Inside our boutique"
@@ -124,18 +96,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Silk Evening Gown", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/womens-clothes-accessories_93675-129971.jpg"},
- {
- id: "p2", name: "Designer Handbag", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-taupe-trendy-colors-woman-wearing-elegant-coat-floral-maxi-dress-crossbody-bag-trendy-accessories-jewelry-spring-autumn-time-burgundy-manicure_291049-635.jpg"},
- {
- id: "p3", name: "Floral Cocktail Dress", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/reflection-girl-wedding-dress-window_8353-12581.jpg"},
- {
- id: "p4", name: "Tailored Blazer", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/3d-dress-fire-with-flames_23-2151073807.jpg"},
- {
- id: "p5", name: "Velvet Wrap Dress", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-suit-chair-shoes-briefcase_181624-10463.jpg"},
- {
- id: "p6", name: "Modern Midi Skirt", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg"},
+ { id: "p1", name: "Silk Evening Gown", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/womens-clothes-accessories_93675-129971.jpg" },
+ { id: "p2", name: "Designer Handbag", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-taupe-trendy-colors-woman-wearing-elegant-coat-floral-maxi-dress-crossbody-bag-trendy-accessories-jewelry-spring-autumn-time-burgundy-manicure_291049-635.jpg" },
+ { id: "p3", name: "Floral Cocktail Dress", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/reflection-girl-wedding-dress-window_8353-12581.jpg" },
+ { id: "p4", name: "Tailored Blazer", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/3d-dress-fire-with-flames_23-2151073807.jpg" },
+ { id: "p5", name: "Velvet Wrap Dress", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-suit-chair-shoes-briefcase_181624-10463.jpg" },
+ { id: "p6", name: "Modern Midi Skirt", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg" },
]}
title="Explore Our Collection"
description="Find your next signature look from our carefully curated rental inventory."
@@ -145,17 +111,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file