Update src/app/page.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Highly Rated"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205860.jpg"
|
||||
imageAlt="Modern barbershop interior with professional styling chairs"
|
||||
imagePosition="right"
|
||||
@@ -55,15 +55,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Federico Montedori", handle: "Loyal Customer", testimonial: "Efficienza e puntualità, la miglior scelta che potessi fare! Cliente per sempre, consigliatissimo!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg"
|
||||
},
|
||||
{
|
||||
name: "Giovanni Rubechi", handle: "Local Guide", testimonial: "Ragazzi professionali e veloci, ottimo per tutte le età", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"
|
||||
},
|
||||
{
|
||||
name: "Diego Savini", handle: "Regular Client", testimonial: "Professionisti, simpatici e molto bravi. Li consiglio!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -108,8 +108,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-done_23-2148108814.jpg", imageAlt: "Professional hair styling and treatment service"
|
||||
},
|
||||
{
|
||||
id: "coloring", title: "Hair Coloring", author: "Color Specialists", description: "Premium hair coloring services using quality products. Transform your look with professional color techniques.", tags: ["Color", "Highlights", "Tinting"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-chair-professional-hairdresser_23-2147769753.jpg", imageAlt: "Professional hair coloring service"
|
||||
id: "coloring", title: "Hair Coloring", author: "Color Specialists", description: "Premium hair coloring services using quality products. Transform your look with professional color techniques.", tags: ["Color", "Highlights", "Tinting"], imageSrc: "http://img.b2bpic.net/free-photo/girl-chair-professional-hairdresser_23-2147769753.jpg", imageAlt: "Professional hair coloring service"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -156,15 +155,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Federico Montedori", role: "Regular Customer", company: "Città di Castello", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=2", imageAlt: "Federico Montedori"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Federico Montedori"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Giovanni Rubechi", role: "Local Guide", company: "Google Reviews", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2", imageAlt: "Giovanni Rubechi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Giovanni Rubechi"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Diego Savini", role: "Loyal Client", company: "Città di Castello", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=2", imageAlt: "Diego Savini"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "Diego Savini"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Marco Rossi", role: "Customer", company: "Local Community", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user