Merge version_2 into main #3
@@ -3,16 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Star, MapPin, Phone, MessageSquare } from "lucide-react";
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,6 +47,7 @@ export default function LandingPage() {
|
||||
{ text: "Peça Agora", href: "https://wa.me/5500000000000" },
|
||||
{ text: "Cardápio", href: "#products" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,6 +61,7 @@ export default function LandingPage() {
|
||||
{ value: "Premium", title: "Qualidade Garantida" },
|
||||
]}
|
||||
tag="Nossa História"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,6 +71,8 @@ export default function LandingPage() {
|
||||
description="Escolha entre nossas deliciosas opções de açaí, sucos naturais e vitaminas energizantes."
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "a1", brand: "Açaí", name: "Açaí da Ju", price: "R$ 18,00", rating: 5, reviewCount: "200", imageSrc: "https://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788577.jpg" },
|
||||
{ id: "s1", brand: "Suco", name: "Suco de Laranja", price: "R$ 8,00", rating: 5, reviewCount: "150", imageSrc: "https://img.b2bpic.net/free-photo/close-up-hand-pouring-smoothie-glass_23-2148933359.jpg" },
|
||||
@@ -87,6 +88,7 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Cliente Satisfeito", handle: "@cliente", testimonial: "Melhor açaí da região, muito bem servido e ingredientes frescos!", rating: 5, icon: Star },
|
||||
]}
|
||||
@@ -95,9 +97,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contato"
|
||||
title="Entre em Contato"
|
||||
description="Estamos na Av. Saramenha 1539. Venha nos visitar ou faça seu pedido pelo WhatsApp!"
|
||||
buttonText="WhatsApp"
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => console.log("Form submitted", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user