diff --git a/src/app/page.tsx b/src/app/page.tsx
index fb9a830..d4535e8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -58,9 +50,7 @@ export default function LandingPage() {
description="Curated collections for the discerning shopper. Explore our private selection of fine goods."
buttons={[
{
- text: "Shop Collection",
- href: "#products",
- },
+ text: "Shop Collection", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2049.jpg"
/>
@@ -71,66 +61,32 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Our Legacy",
- },
+ type: "text", content: "Our Legacy"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg",
- alt: "Boutique interior",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", alt: "Boutique interior"},
]}
/>
);
-}
+}
\ No newline at end of file