Merge version_1 into main #1
@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Heart, Star, Sparkles, CheckCircle, Award, Umbrella, Coffee, Wheat, Cake, UtensilsCrossed, Menu, MessageSquare, Mail, Instagram, Facebook, Phone } from 'lucide-react';
|
||||
import { Heart, Star, Sparkles, CheckCircle, Award, Umbrella, Coffee, Wheat, Cake, UtensilsCrossed, Menu, MessageSquare, Mail, Instagram, Facebook, Phone, Sun } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
tag="Bem-vindo"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Descubra o Nosso Menu", href: "menu" },
|
||||
{ text: "Visite-nos", href: "contact" }
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
items: [
|
||||
{ icon: Umbrella, text: "Ambiente relaxado" },
|
||||
{ icon: Coffee, text: "Café na esplanada" },
|
||||
{ icon: CheckCircle, text: "Luz natural" }
|
||||
{ icon: Sun, text: "Luz natural" }
|
||||
],
|
||||
reverse: true
|
||||
}
|
||||
@@ -154,28 +154,22 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ricardo Pinho", role: "Cliente Local", company: "Avança, Portugal", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Ricardo Pinho - satisfied local customer"
|
||||
id: "1", name: "Ricardo Pinho", role: "Cliente Local", company: "Avança, Portugal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Ricardo Pinho - satisfied local customer"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ingrid Schmidt", role: "Visitante", company: "Berlim, Alemanha", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", imageAlt: "Ingrid Schmidt - German visitor"
|
||||
id: "2", name: "Ingrid Schmidt", role: "Visitante", company: "Berlim, Alemanha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", imageAlt: "Ingrid Schmidt - German visitor"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Dubois", role: "Viajante", company: "Paris, França", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-4036.jpg", imageAlt: "Sophie Dubois - French traveler"
|
||||
id: "3", name: "Sophie Dubois", role: "Viajante", company: "Paris, França", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-4036.jpg", imageAlt: "Sophie Dubois - French traveler"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Carlos Martinez", role: "Cliente Frequente", company: "Madrid, Espanha", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-laptop_23-2148479521.jpg", imageAlt: "Carlos Martinez - regular customer from Spain"
|
||||
id: "4", name: "Carlos Martinez", role: "Cliente Frequente", company: "Madrid, Espanha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-laptop_23-2148479521.jpg", imageAlt: "Carlos Martinez - regular customer from Spain"
|
||||
},
|
||||
{
|
||||
id: "5", name: "James Wilson", role: "Turista", company: "Londres, UK", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg", imageAlt: "James Wilson - English tourist"
|
||||
id: "5", name: "James Wilson", role: "Turista", company: "Londres, UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg", imageAlt: "James Wilson - English tourist"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Francesca Rossi", role: "Viajante", company: "Roma, Itália", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg", imageAlt: "Francesca Rossi - Italian traveler"
|
||||
id: "6", name: "Francesca Rossi", role: "Viajante", company: "Roma, Itália", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg", imageAlt: "Francesca Rossi - Italian traveler"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user