Merge version_1 into main #1
@@ -11,6 +11,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
|
||||
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Instagram, Facebook } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,7 +51,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
title="Transforme Sua Saúde com Nutrição Personalizada"
|
||||
description="Descubra o caminho para uma vida mais saudável e equilibrada. Nossos planos são feitos sob medida para você, com foco em resultados duradouros."
|
||||
background="plain"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Agende Sua Consulta", href: "#contact" },
|
||||
{ text: "Conheça Nossos Serviços", href: "#features" }
|
||||
@@ -149,9 +150,9 @@ export default function LandingPage() {
|
||||
title="Artigos e Dicas de Saúde"
|
||||
description="Mantenha-se atualizado com as últimas novidades em nutrição, receitas saudáveis e dicas valiosas para uma vida equilibrada."
|
||||
blogs={[
|
||||
{ id: "b1", category: "Alimentação", title: "Os Benefícios de uma Dieta Rica em Vegetais", excerpt: "Descubra como adicionar mais vegetais à sua dieta pode transformar sua saúde e bem-estar.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-ingredients-sandwich-arranged-wooden-backdrop_23-2148026913.jpg", imageAlt: "Healthy salad bowl" },
|
||||
{ id: "b2", category: "Bem-Estar", title: "A Importância da Hidratação para o Corpo", excerpt: "Muitas vezes subestimada, a água é essencial para o bom funcionamento do seu organismo. Saiba por quê.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-bottle-water_1262-704.jpg", imageAlt: "Person drinking water" },
|
||||
{ id: "b3", category: "Receitas", title: "Receita Fácil: Smoothies Nutritivos para o Café da Manhã", excerpt: "Comece o dia com energia! Aprenda a preparar smoothies deliciosos e cheios de nutrientes.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-food-that-can-cause-allergic-reaction-people_23-2149870598.jpg", imageAlt: "Healthy smoothie ingredients" }
|
||||
{ id: "b1", category: "Alimentação", title: "Os Benefícios de uma Dieta Rica em Vegetais", excerpt: "Descubra como adicionar mais vegetais à sua dieta pode transformar sua saúde e bem-estar.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-ingredients-sandwich-arranged-wooden-backdrop_23-2148026913.jpg", imageAlt: "Healthy salad bowl", authorName: "Equipe Balu Nutri", authorAvatar: "/avatars/avatar1.jpg", date: "2024-07-15" },
|
||||
{ id: "b2", category: "Bem-Estar", title: "A Importância da Hidratação para o Corpo", excerpt: "Muitas vezes subestimada, a água é essencial para o bom funcionamento do seu organismo. Saiba por quê.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-bottle-water_1262-704.jpg", imageAlt: "Person drinking water", authorName: "Equipe Balu Nutri", authorAvatar: "/avatars/avatar2.jpg", date: "2024-07-10" },
|
||||
{ id: "b3", category: "Receitas", title: "Receita Fácil: Smoothies Nutritivos para o Café da Manhã", excerpt: "Comece o dia com energia! Aprenda a preparar smoothies deliciosos e cheios de nutrientes.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-food-that-can-cause-alergic-reaction-people_23-2149870598.jpg", imageAlt: "Healthy smoothie ingredients", authorName: "Equipe Balu Nutri", authorAvatar: "/avatars/avatar3.jpg", date: "2024-07-05" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -188,8 +189,8 @@ export default function LandingPage() {
|
||||
logoText="Balu Nutri"
|
||||
copyrightText="© 2024 Balu Nutri. Todos os direitos reservados."
|
||||
socialLinks={[
|
||||
{ icon: "Instagram", href: "https://instagram.com/balunutri", ariaLabel: "Instagram" },
|
||||
{ icon: "Facebook", href: "https://facebook.com/balunutri", ariaLabel: "Facebook" }
|
||||
{ icon: Instagram, href: "https://instagram.com/balunutri", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com/balunutri", ariaLabel: "Facebook" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user