diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b8ee7a..a82338c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,76 +44,47 @@ export default function LandingPage() {
@@ -134,41 +97,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Nordic Sofa", - price: "$1,200", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg?_wi=1", - }, + id: "1", name: "Nordic Sofa", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg"}, { - id: "2", - name: "Oak Chair", - price: "$350", - imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg?_wi=1", - }, + id: "2", name: "Oak Chair", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg"}, { - id: "3", - name: "Minimal Coffee Table", - price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=1", - }, + id: "3", name: "Minimal Coffee Table", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg"}, { - id: "4", - name: "Cloud Bed", - price: "$1,800", - imageSrc: "http://img.b2bpic.net/free-photo/home-interior-gray-wall-background-with-beige-velvet-armchair-wooden-floor_158538-5073.jpg?_wi=1", - }, + id: "4", name: "Cloud Bed", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/home-interior-gray-wall-background-with-beige-velvet-armchair-wooden-floor_158538-5073.jpg"}, { - id: "5", - name: "Modern Dresser", - price: "$600", - imageSrc: "http://img.b2bpic.net/free-photo/scandinavian-style-sideboard-with-chair_53876-105829.jpg?_wi=1", - }, + id: "5", name: "Modern Dresser", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/scandinavian-style-sideboard-with-chair_53876-105829.jpg"}, { - id: "6", - name: "Ambient Lamp", - price: "$250", - imageSrc: "http://img.b2bpic.net/free-photo/modern-cube-light-fixture-wall_23-2152007080.jpg?_wi=1", - }, + id: "6", name: "Ambient Lamp", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/modern-cube-light-fixture-wall_23-2152007080.jpg"}, ]} title="Featured Collection" description="Discover our latest premium furniture pieces designed for your lifestyle." @@ -184,17 +123,9 @@ export default function LandingPage() { description="Elevating your living experience through design and function." features={[ { - id: "f1", - title: "Ergonomic Design", - description: "Comfort at its finest.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg?_wi=2", - }, + id: "f1", title: "Ergonomic Design", description: "Comfort at its finest.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg"}, { - id: "f2", - title: "Eco-Friendly", - description: "Kind to our planet.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg?_wi=2", - }, + id: "f2", title: "Eco-Friendly", description: "Kind to our planet.", tag: "Green", imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg"}, ]} /> @@ -206,12 +137,7 @@ export default function LandingPage() { title="Trusted Partners" description="Proudly working with industry leaders." names={[ - "Design Monthly", - "Architectural Digest", - "Modern Living", - "Home & Garden", - "Trendsetter", - ]} + "Design Monthly", "Architectural Digest", "Modern Living", "Home & Garden", "Trendsetter"]} /> @@ -219,8 +145,7 @@ export default function LandingPage() {