Update src/app/page.tsx
This commit is contained in:
@@ -56,22 +56,22 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg", imageAlt: "Modern IT office workspace"
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg?_wi=1", imageAlt: "Modern IT office workspace"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg", imageAlt: "IT support team collaboration"
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg?_wi=1", imageAlt: "IT support team collaboration"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg", imageAlt: "Professional workspace"
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg?_wi=2", imageAlt: "Professional workspace"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg", imageAlt: "Technical support environment"
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg?_wi=2", imageAlt: "Technical support environment"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg", imageAlt: "Clean tech office"
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg?_wi=3", imageAlt: "Clean tech office"
|
||||
},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg", imageAlt: "Professional IT team"
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg?_wi=3", imageAlt: "Professional IT team"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -93,19 +93,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "pain-1", title: "Computer Crashes", author: "Problem", description: "Systems fail when you need them most, costing you time and money.", tags: ["reliability", "urgency"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg", imageAlt: "Computer workstation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg?_wi=4", imageAlt: "Computer workstation"
|
||||
},
|
||||
{
|
||||
id: "pain-2", title: "Slow Performance", author: "Problem", description: "Sluggish systems kill productivity and frustrate your team.", tags: ["efficiency", "productivity"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg", imageAlt: "Support team"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg?_wi=4", imageAlt: "Support team"
|
||||
},
|
||||
{
|
||||
id: "pain-3", title: "No One Picks Up", author: "Problem", description: "Waiting hours for IT support while your business grinds to a halt.", tags: ["responsiveness", "service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg", imageAlt: "Office environment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg?_wi=5", imageAlt: "Office environment"
|
||||
},
|
||||
{
|
||||
id: "pain-4", title: "Fixes That Don't Fix", author: "Problem", description: "Temporary solutions that leave underlying issues unresolved.", tags: ["quality", "trust"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg", imageAlt: "Professional support"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg?_wi=5", imageAlt: "Professional support"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Let's Fix It", href: "#contact" }]}
|
||||
@@ -128,23 +128,23 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "service-1", brand: "Core Service", name: "IT Support & Maintenance", price: "Proactive", rating: 5,
|
||||
reviewCount: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg", imageAlt: "IT support team"
|
||||
reviewCount: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg?_wi=6", imageAlt: "IT support team"
|
||||
},
|
||||
{
|
||||
id: "service-2", brand: "Core Service", name: "Computer Repairs", price: "Fast", rating: 5,
|
||||
reviewCount: "Solutions", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg", imageAlt: "Computer workspace"
|
||||
reviewCount: "Solutions", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg?_wi=6", imageAlt: "Computer workspace"
|
||||
},
|
||||
{
|
||||
id: "service-3", brand: "Core Service", name: "Network Setup & Optimization", price: "Stable", rating: 5,
|
||||
reviewCount: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg", imageAlt: "Network professionals"
|
||||
reviewCount: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg?_wi=7", imageAlt: "Network professionals"
|
||||
},
|
||||
{
|
||||
id: "service-4", brand: "Core Service", name: "Security & Protection", price: "Secure", rating: 5,
|
||||
reviewCount: "Defense", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg", imageAlt: "Secure office"
|
||||
reviewCount: "Defense", imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15652.jpg?_wi=7", imageAlt: "Secure office"
|
||||
},
|
||||
{
|
||||
id: "service-5", brand: "Core Service", name: "IT Consulting", price: "Smart", rating: 5,
|
||||
reviewCount: "Advisory", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg", imageAlt: "Consulting team"
|
||||
reviewCount: "Advisory", imageSrc: "http://img.b2bpic.net/free-photo/i-listen-you-what-kind-problem-you-have-young-people-working-call-center-new-deals-is-coming_146671-17369.jpg?_wi=8", imageAlt: "Consulting team"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#contact" }]}
|
||||
|
||||
Reference in New Issue
Block a user