diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a07cc4..a7090ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -46,12 +46,12 @@ export default function LandingPage() { { text: "☎️ Call Now", href: "tel:+6588009125" }, { text: "💬 WhatsApp for Quote", href: "https://wa.me/6588009125" }, ]} - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-photo/cheerful-couple-with-paint-rollers-ladder_23-2147782357.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/cheerful-couple-with-paint-rollers-ladder_23-2147782357.jpg" imageAlt="Professional painters working on a residential painting project" mediaAnimation="slide-up" frameStyle="card" - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -59,17 +59,23 @@ export default function LandingPage() { @@ -111,9 +117,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} mediaAnimation="slide-up" - tagAnimation="entrance-slide" + tagAnimation="slide-up" imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/cheerful-couple-with-paint-rollers-ladder_23-2147782357.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-couple-with-paint-rollers-ladder_23-2147782357.jpg" imageAlt="Professional painting team at work" /> @@ -125,20 +131,23 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "HDB Living Room", role: "Complete Repaint", company: "Bedok, Singapore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-home_23-2150378989.jpg?_wi=1", imageAlt: "HDB living room before and after painting"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-home_23-2150378989.jpg", imageAlt: "HDB living room before and after painting" + }, { id: "2", name: "Condo Wall Repaint", role: "Interior Renovation", company: "Marine Parade, Singapore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12664.jpg", imageAlt: "Condo interior painting transformation"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12664.jpg", imageAlt: "Condo interior painting transformation" + }, { id: "3", name: "Balcony Painting", role: "Exterior Protection", company: "Tampines, Singapore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-hothouse_23-2147778863.jpg", imageAlt: "Balcony painting before and after"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-hothouse_23-2147778863.jpg", imageAlt: "Balcony painting before and after" + }, ]} textboxLayout="default" useInvertedBackground={false} animationType="slide-up" gridVariant="three-columns-all-equal-width" carouselMode="buttons" - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -148,24 +157,28 @@ export default function LandingPage() { description="4.8⭐ Rating from 71 Google Reviews - Trusted by Singaporeans" testimonials={[ { - id: "1", name: "Cindy K.", role: "Homeowner", company: "\"Ali is an experienced professional and it shows in his attention to detail and speed of completing his job.\"", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", imageAlt: "Cindy K. customer testimonial"}, + id: "1", name: "Cindy K.", role: "Homeowner", company: "Ali is an experienced professional and it shows in his attention to detail and speed of completing his job.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", imageAlt: "Cindy K. customer testimonial" + }, { - id: "2", name: "Yaw W. Y.", role: "Property Manager", company: "\"Very responsive, reasonable pricing, and excellent paint quality.\"", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10528.jpg", imageAlt: "Yaw W. Y. customer testimonial"}, + id: "2", name: "Yaw W. Y.", role: "Property Manager", company: "Very responsive, reasonable pricing, and excellent paint quality.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10528.jpg", imageAlt: "Yaw W. Y. customer testimonial" + }, { - id: "3", name: "Chris M.", role: "HDB Resident", company: "\"Painted my 4-room HDB within one day. Fast and professional.\"", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-couch_23-2149915934.jpg", imageAlt: "Chris M. customer testimonial"}, + id: "3", name: "Chris M.", role: "HDB Resident", company: "Painted my 4-room HDB within one day. Fast and professional.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-couch_23-2149915934.jpg", imageAlt: "Chris M. customer testimonial" + }, { - id: "4", name: "Sarah L.", role: "Condo Owner", company: "\"Best painting service in Singapore. Highly recommended for quality work.\"", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Sarah L. customer testimonial"}, + id: "4", name: "Sarah L.", role: "Condo Owner", company: "Best painting service in Singapore. Highly recommended for quality work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Sarah L. customer testimonial" + }, ]} textboxLayout="default" useInvertedBackground={true} animationType="slide-up" gridVariant="four-items-2x2-equal-grid" carouselMode="buttons" - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -173,11 +186,14 @@ export default function LandingPage() {