4 Commits

Author SHA1 Message Date
2f9adba276 Update theme fonts 2026-05-28 01:21:40 +00:00
a280480626 Update theme fonts 2026-05-28 01:21:40 +00:00
a2e6b6a33d Update src/app/page.tsx 2026-05-28 01:14:31 +00:00
ce7bfaa9de Merge version_2 into main
Merge version_2 into main
2026-05-28 01:09:42 +00:00
3 changed files with 12 additions and 64 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -41,8 +42,13 @@ export const metadata: Metadata = {
},
};
const manrope = Manrope({
variable: "--font-manrope",
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
@@ -54,7 +60,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -9,9 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Star } from "lucide-react";
export default function LandingPage() {
@@ -36,12 +34,8 @@ export default function LandingPage() {
name: "Início", id: "#hero"},
{
name: "Sobre", id: "#sobre"},
{
name: "Produtos", id: "#produtos"},
{
name: "Diferenciais", id: "#diferenciais"},
{
name: "Depoimentos", id: "#depoimentos"},
{
name: "Contato", id: "#contato"},
]}
@@ -77,9 +71,7 @@ export default function LandingPage() {
tag="Avaliação 4.9 ⭐ no Google com + de 200 avaliações"
buttons={[
{
text: "Fazer Compras Online", href: "https://wa.me/5511916969424"},
{
text: "Ver nossos produtos", href: "#produtos"},
text: "Falar no WhatsApp", href: "https://wa.me/5511916969424"},
]}
avatars={[
{
@@ -145,31 +137,6 @@ export default function LandingPage() {
/>
</div>
<div id="produtos" data-section="produtos">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "prod-1", name: "Hortifrúti Fresquinho", price: "Diário", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg", imageAlt: "Cesta de frutas e vegetais frescos"},
{
id: "prod-2", name: "Padaria Artesanal", price: "Diário", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379538.jpg", imageAlt: "Pães variados recém-assados"},
{
id: "prod-3", name: "Açogue de Qualidade", price: "Kg", imageSrc: "http://img.b2bpic.net/free-photo/butcher-white-work-shirt-standing-refrigerated-warehouse-midst-meat-carcasses_613910-21672.jpg", imageAlt: "Cortes frescos de carne"},
{
id: "prod-4", name: "Laticínios Selecionados", price: "Variável", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dairy-products-assortment_23-2148601776.jpg", imageAlt: "Produtos lácteos como queijos e leites"},
{
id: "prod-5", name: "Mercearia Completa", price: "Variável", imageSrc: "http://img.b2bpic.net/free-photo/focused-african-american-man-holding-alcohol-drink_74855-3410.jpg", imageAlt: "Prateleiras com itens de mercearia"},
{
id: "prod-6", name: "Limpeza e Higiene", price: "Variável", imageSrc: "http://img.b2bpic.net/free-photo/soap-toiletries-shelf-blue-bathroom_93675-134685.jpg", imageAlt: "Produtos de limpeza e higiene pessoal"},
]}
title="Nossos Produtos: Variedade e Frescor para o seu dia a dia"
description="Explore as categorias de produtos que o Mercado Central em Morungaba oferece. Qualidade e bons preços garantidos em cada item."
/>
</div>
<div id="diferenciais" data-section="diferenciais">
<FeatureCardTwentyEight
animationType="slide-up"
@@ -220,27 +187,6 @@ export default function LandingPage() {
/>
</div>
<div id="depoimentos" data-section="depoimentos">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "test-1", name: "Maria Silva", date: "2024-05-10", title: "Sempre encontro tudo!", quote: "O Mercado Central é o meu lugar preferido em Morungaba. A variedade é incrível e os produtos são sempre frescos. Atendimento nota 10!", tag: "Morungaba - Cliente Fiel", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageSrc: "http://img.b2bpic.net/free-photo/defocused-photo-street-with-people_1232-1392.jpg", imageAlt: "Interior do supermercado"},
{
id: "test-2", name: "João Pereira", date: "2024-05-08", title: "Melhores Preços!", quote: "Economia de verdade e produtos de qualidade. Consigo fazer a compra do mês sem pesar no bolso. Recomendo a todos de Morungaba!", tag: "Morungaba - Cliente Satisfeito", avatarSrc: "http://img.b2bpic.net/free-photo/girl-looking-camera-while-holding-shopping-bags_23-2148286166.jpg", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-aerial-view-lush-green-hills-rural-landscapes-nimbin_1308-189588.jpg", imageAlt: "Exposição de frutas frescas"},
{
id: "test-3", name: "Carla Santos", date: "2024-05-05", title: "Frescor Garantido", quote: "Adoro a seção de hortifrúti! Tudo muito fresquinho e de ótima procedência. Me sinto segura comprando aqui no Centro de Morungaba.", tag: "Morungaba - Fã do Hortifrúti", avatarSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-food-display_107420-63653.jpg", imageAlt: "Pães quentinhos na padaria"},
{
id: "test-4", name: "Roberto Costa", date: "2024-05-02", title: "Atendimento Excelente", quote: "A equipe do Mercado Central é sempre muito atenciosa e prestativa. Fazem a diferença na hora de fazer minhas compras em Morungaba.", tag: "Morungaba - Clientes Feliz", avatarSrc: "http://img.b2bpic.net/free-photo/3d-portrait-woman_23-2150793881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-cashier-sitting-checkout_74855-3297.jpg", imageAlt: "Caixa do supermercado sorrindo"},
{
id: "test-5", name: "Fernanda Lima", date: "2024-04-29", title: "Tudo em um só lugar!", quote: "De carnes a produtos de limpeza, encontro tudo que preciso no Mercado Central. Minhas compras semanais são muito mais práticas agora. Excelente!", tag: "Morungaba - Cliente Prática", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107270.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-colorful-products_1203-1578.jpg", imageAlt: "Corredores do supermercado"},
]}
title="O que Nossos Clientes Dizem sobre o Mercado Central"
description="A satisfação de quem compra conosco é a nossa melhor propaganda. Veja as avaliações reais de clientes em Morungaba."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
@@ -292,12 +238,8 @@ export default function LandingPage() {
label: "Início", href: "#hero"},
{
label: "Sobre Nós", href: "#sobre"},
{
label: "Produtos", href: "#produtos"},
{
label: "Diferenciais", href: "#diferenciais"},
{
label: "Depoimentos", href: "#depoimentos"},
{
label: "Contato", href: "#contato"},
],

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-manrope), sans-serif;
font-family: var(--font-open-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-manrope), sans-serif;
font-family: var(--font-inter), sans-serif;
}