From 3cb44b12570d8c6589a1fe9d5289d1e2f3ec7d64 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 01:55:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f7c685..148b0e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -52,43 +44,27 @@ export default function LandingPage() {
@@ -96,17 +72,13 @@ export default function LandingPage() {
@@ -147,48 +113,18 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Excelente", - quote: "A melhor loja de vestuário e moda da cidade.", - name: "Elivalter Miguel", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-yellow-summer-shirt-jeans-clothes-fashion-male-posing-near-white-brick-wall-studio-sunny-day-isolated-sunglasses_158538-26878.jpg", - }, + id: "1", title: "Excellent", quote: "The best clothing and fashion store in town.", name: "Elivalter Miguel", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-yellow-summer-shirt-jeans-clothes-fashion-male-posing-near-white-brick-wall-studio-sunny-day-isolated-sunglasses_158538-26878.jpg"}, { - id: "2", - title: "Recomendo", - quote: "Boa estrutura e roupas para todos os gostos.", - name: "Alexandre Dutra", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-red-hair-shopping-stores-showing-thumbsup-holding-paper-bag-shoulde_1258-159548.jpg", - }, + id: "2", title: "Recommended", quote: "Good structure and clothes for every taste.", name: "Alexandre Dutra", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-red-hair-shopping-stores-showing-thumbsup-holding-paper-bag-shoulde_1258-159548.jpg"}, { - id: "3", - title: "Qualidade", - quote: "Ótimo, fui muito bem atendido. Produtos de qualidade, muita variedade.", - name: "Filipe Souza", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-saying-yes-triumphing-showing-shopping-bag-celebrate-good-promo-offer-stand_1258-150715.jpg", - }, + id: "3", title: "Quality", quote: "Great, I was very well served. Quality products, lots of variety.", name: "Filipe Souza", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-saying-yes-triumphing-showing-shopping-bag-celebrate-good-promo-offer-stand_1258-150715.jpg"}, { - id: "4", - title: "Excelente", - quote: "Variedade incrível e atendimento exemplar.", - name: "João Silva", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1150.jpg", - }, + id: "4", title: "Excellent", quote: "Incredible variety and exemplary service.", name: "João Silva", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1150.jpg"}, { - id: "5", - title: "Top", - quote: "Melhor atendimento da região de Goiana.", - name: "Ricardo Santos", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/young-confident-stylish-man-coat-intently-looking-away-outdoor_574295-1325.jpg", - }, + id: "5", title: "Top", quote: "Best customer service in the Goiana region.", name: "Ricardo Santos", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-stylish-man-coat-intently-looking-away-outdoor_574295-1325.jpg"}, ]} - title="O que dizem sobre nós" - description="Avaliação 4,4 no Google com centenas de clientes satisfeitos." + title="What our clients say" + description="4.4 rating on Google with hundreds of satisfied customers." /> @@ -196,24 +132,17 @@ export default function LandingPage() { @@ -224,17 +153,11 @@ export default function LandingPage() { { items: [ { - label: "Telefone: (81) 99379-7865", - href: "tel:5581993797865", - }, + label: "Phone: (81) 99379-7865", href: "tel:5581993797865"}, { - label: "Localização", - href: "#contact", - }, + label: "Location", href: "#contact"}, { - label: "Instagram", - href: "https://instagram.com/nabekroupas", - }, + label: "Instagram", href: "https://instagram.com/nabekroupas"}, ], }, ]} -- 2.49.1