Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36b6286c62 | |||
| 10b550aa04 | |||
| 57627cb7ba | |||
| c1cdc04d71 | |||
| 2f9adba276 | |||
| a280480626 | |||
| a2e6b6a33d | |||
| ce7bfaa9de |
@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Manrope } from "next/font/google";
|
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"],
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -54,7 +60,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${manrope.variable} antialiased`}>
|
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -9,9 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|||||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
||||||
import { Star } from "lucide-react";
|
import { Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -36,12 +34,8 @@ export default function LandingPage() {
|
|||||||
name: "Início", id: "#hero"},
|
name: "Início", id: "#hero"},
|
||||||
{
|
{
|
||||||
name: "Sobre", id: "#sobre"},
|
name: "Sobre", id: "#sobre"},
|
||||||
{
|
|
||||||
name: "Produtos", id: "#produtos"},
|
|
||||||
{
|
{
|
||||||
name: "Diferenciais", id: "#diferenciais"},
|
name: "Diferenciais", id: "#diferenciais"},
|
||||||
{
|
|
||||||
name: "Depoimentos", id: "#depoimentos"},
|
|
||||||
{
|
{
|
||||||
name: "Contato", id: "#contato"},
|
name: "Contato", id: "#contato"},
|
||||||
]}
|
]}
|
||||||
@@ -77,9 +71,7 @@ export default function LandingPage() {
|
|||||||
tag="Avaliação 4.9 ⭐ no Google com + de 200 avaliações"
|
tag="Avaliação 4.9 ⭐ no Google com + de 200 avaliações"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Fazer Compras Online", href: "https://wa.me/5511916969424"},
|
text: "Falar no WhatsApp", href: "https://wa.me/5511916969424"},
|
||||||
{
|
|
||||||
text: "Ver nossos produtos", href: "#produtos"},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
@@ -145,31 +137,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="diferenciais" data-section="diferenciais">
|
||||||
<FeatureCardTwentyEight
|
<FeatureCardTwentyEight
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -220,27 +187,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -292,12 +238,8 @@ export default function LandingPage() {
|
|||||||
label: "Início", href: "#hero"},
|
label: "Início", href: "#hero"},
|
||||||
{
|
{
|
||||||
label: "Sobre Nós", href: "#sobre"},
|
label: "Sobre Nós", href: "#sobre"},
|
||||||
{
|
|
||||||
label: "Produtos", href: "#produtos"},
|
|
||||||
{
|
{
|
||||||
label: "Diferenciais", href: "#diferenciais"},
|
label: "Diferenciais", href: "#diferenciais"},
|
||||||
{
|
|
||||||
label: "Depoimentos", href: "#depoimentos"},
|
|
||||||
{
|
{
|
||||||
label: "Contato", href: "#contato"},
|
label: "Contato", href: "#contato"},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-manrope), sans-serif;
|
font-family: var(--font-open-sans), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-manrope), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f0f0f0;
|
--background: #000802;
|
||||||
--card: #ffffff;
|
--card: #0b1a0b;
|
||||||
--foreground: #333333;
|
--foreground: #e6ffe6;
|
||||||
--primary-cta: #25D366;
|
--primary-cta: #80da9b;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #000802;
|
||||||
--secondary-cta: #e2382e;
|
--secondary-cta: #07170b;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #e6ffe6;
|
||||||
--accent: #e0e0e0;
|
--accent: #38714a;
|
||||||
--background-accent: #cccccc;
|
--background-accent: #2c6541;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user