Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -54,17 +54,17 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=1", imageAlt: "Professional service team"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg", imageAlt: "Professional service team"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Expert plumbing work"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Expert plumbing work"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=1", imageAlt: "Licensed technician"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg", imageAlt: "Licensed technician"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,11 +101,11 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Service Professionals", name: "Plumbing Solutions", price: "From ₹299", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "Plumbing service"
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Plumbing service"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Service Professionals", name: "Electrical Work", price: "From ₹399", rating: 5,
|
||||
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=2", imageAlt: "Electrical service"
|
||||
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg", imageAlt: "Electrical service"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Service Professionals", name: "General Maintenance", price: "From ₹199", rating: 5,
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
id: "3", title: "Problem Solved", content: "We complete the work to your satisfaction with transparent pricing. 100% satisfaction guaranteed or your money back."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286114.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286114.jpg"
|
||||
imageAlt="Professional team at work"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
description="With over 8 years of dedicated service to our community, we've built our reputation on reliability, transparency, and customer satisfaction. Every job is treated with the same attention to detail, whether it's a small repair or a complete installation."
|
||||
tag="About Our Company"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286114.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286114.jpg"
|
||||
imageAlt="Our professional team"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg"
|
||||
imageAlt="Local Service Pro Team"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user