diff --git a/src/app/page.tsx b/src/app/page.tsx
index 29e1503..910a670 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,78 +30,45 @@ export default function LandingPage() {
@@ -111,18 +78,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Shopping contemporâneo e amplo",
- },
+ type: "text", content: "Shopping contemporâneo e amplo"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors-with-eyes-closed_171337-19395.jpg",
- alt: "Shopping Interior",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors-with-eyes-closed_171337-19395.jpg", alt: "Shopping Interior"},
{
- type: "text",
- content: "com mais de 100 lojas, cinema e praça de alimentação com restaurantes.",
- },
+ type: "text", content: "com mais de 100 lojas, cinema e praça de alimentação com restaurantes."},
]}
/>
@@ -135,26 +95,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Praça de Alimentação",
- description: "Uma variedade incrível de sabores para todos os gostos.",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg",
- titleIconSrc: "Utensils",
- buttonText: "Saiba mais",
- },
+ title: "Praça de Alimentação", description: "Uma variedade incrível de sabores para todos os gostos.", imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg", titleIconSrc: "Utensils", buttonText: "Saiba mais"},
{
- title: "Cinema Moderno",
- description: "Tecnologia de ponta para a melhor experiência cinematográfica.",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-rows-movie-theatre_53876-32199.jpg",
- titleIconSrc: "Film",
- buttonText: "Programação",
- },
+ title: "Cinema Moderno", description: "Tecnologia de ponta para a melhor experiência cinematográfica.", imageSrc: "http://img.b2bpic.net/free-photo/empty-rows-movie-theatre_53876-32199.jpg", titleIconSrc: "Film", buttonText: "Programação"},
{
- title: "Vista para o Rio",
- description: "Um ambiente calmo com uma vista privilegiada para o rio.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-lake-with-reflection-od-surrounding-green-trees_181624-30245.jpg",
- titleIconSrc: "Waves",
- buttonText: "Visite",
- },
+ title: "Vista para o Rio", description: "Um ambiente calmo com uma vista privilegiada para o rio.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-lake-with-reflection-od-surrounding-green-trees_181624-30245.jpg", titleIconSrc: "Waves", buttonText: "Visite"},
]}
title="Destaques"
description="O que você encontrará aqui"
@@ -163,63 +108,33 @@ export default function LandingPage() {
@@ -283,37 +184,23 @@ export default function LandingPage() {
logoText="Aracaju Parque Shopping"
columns={[
{
- title: "Links Rápidos",
- items: [
+ title: "Links Rápidos", items: [
{
- label: "Início",
- href: "#hero",
- },
+ label: "Início", href: "#hero"},
{
- label: "Lojas",
- href: "#features",
- },
+ label: "Lojas", href: "#features"},
{
- label: "Avaliações",
- href: "#testimonials",
- },
+ label: "Avaliações", href: "#testimonials"},
{
- label: "Contato",
- href: "#contact",
- },
+ label: "Contato", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Política de Privacidade",
- href: "#",
- },
+ label: "Política de Privacidade", href: "#"},
{
- label: "Termos de Uso",
- href: "#",
- },
+ label: "Termos de Uso", href: "#"},
],
},
]}