diff --git a/src/app/page.tsx b/src/app/page.tsx
index df1aa72..72d7421 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,11 @@ export default function LandingPage() {
@@ -56,40 +45,16 @@ export default function LandingPage() {
logoText="ARQLINE"
description="Peças exclusivas das melhores manufaturas do Brasil. Design assinado, acabamento impecável, preço de fábrica."
buttons={[
- {
- text: "Explorar Catálogo",
- href: "#produtos",
- },
- {
- text: "Área do Arquiteto",
- href: "#arquitetos",
- },
+ { text: "Explorar Catálogo", href: "#produtos" },
+ { text: "Área do Arquiteto", href: "#arquitetos" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=1",
- imageAlt: "High-end sofa display",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=2",
- imageAlt: "Designer furniture collection",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=3",
- imageAlt: "Luxury home interior",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=4",
- imageAlt: "Exclusive design sofa",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=5",
- imageAlt: "Premium upholstery details",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=6",
- imageAlt: "Architectural furniture setup",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", imageAlt: "High-end sofa display" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", imageAlt: "Designer furniture collection" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", imageAlt: "Luxury home interior" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", imageAlt: "Exclusive design sofa" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", imageAlt: "Premium upholstery details" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", imageAlt: "Architectural furniture setup" },
]}
/>
@@ -114,42 +79,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Sofá Aion",
- price: "R$ 12.800",
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-rich-woman_52683-97508.jpg",
- },
- {
- id: "p2",
- name: "Sofá Lunna",
- price: "R$ 9.400",
- imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204662.jpg",
- },
- {
- id: "p3",
- name: "Chaise Cocoon",
- price: "R$ 14.200",
- imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-sculptures_23-2151002991.jpg",
- },
- {
- id: "p4",
- name: "Sofá Myrtos",
- price: "R$ 11.600",
- imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-studio-design_23-2149275137.jpg",
- },
- {
- id: "p5",
- name: "Poltrona Aura",
- price: "R$ 4.200",
- imageSrc: "http://img.b2bpic.net/free-photo/decor-relax-pillow-room-interior_1203-4877.jpg",
- },
- {
- id: "p6",
- name: "Puff Versa",
- price: "R$ 1.800",
- imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1203-2343.jpg",
- },
+ { id: "p1", name: "Sofá Aion", price: "R$ 12.800", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-rich-woman_52683-97508.jpg" },
+ { id: "p2", name: "Sofá Lunna", price: "R$ 9.400", imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204662.jpg" },
+ { id: "p3", name: "Chaise Cocoon", price: "R$ 14.200", imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-sculptures_23-2151002991.jpg" },
+ { id: "p4", name: "Sofá Myrtos", price: "R$ 11.600", imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-studio-design_23-2149275137.jpg" },
+ { id: "p5", name: "Poltrona Aura", price: "R$ 4.200", imageSrc: "http://img.b2bpic.net/free-photo/decor-relax-pillow-room-interior_1203-4877.jpg" },
+ { id: "p6", name: "Puff Versa", price: "R$ 1.800", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1203-2343.jpg" },
]}
title="Nossa Seleção"
description="Design autoral e curadoria impecável para ambientes de alto padrão."
@@ -158,25 +93,14 @@ export default function LandingPage() {