Update src/app/page.tsx
This commit is contained in:
@@ -51,16 +51,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-portrait-bearded-entrepreneur_1098-16154.jpg", imageAlt: "Modern business office space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg", imageAlt: "Professional business team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-portrait-bearded-entrepreneur_1098-16154.jpg?_wi=1", imageAlt: "Modern business office space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=1", imageAlt: "Professional business team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/apply-now-form-information-job-concept_53876-134030.jpg", imageAlt: "Business domiciliation service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-smiling-businessman-giving-presentation-executive-team_23-2147923355.jpg", imageAlt: "Company creation service" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-people-analysing-charts_23-2147707826.jpg", imageAlt: "Business planning service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-face-mask-presenting-his-coworkers-new-project-whiteboard-office_637285-9181.jpg", imageAlt: "Professional business training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-face-mask-presenting-his-coworkers-new-project-whiteboard-office_637285-9181.jpg?_wi=1", imageAlt: "Professional business training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-with-each-other-office_23-2148187193.jpg", imageAlt: "Coworking space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-portrait-bearded-entrepreneur_1098-16154.jpg", imageAlt: "Business center facilities" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-portrait-bearded-entrepreneur_1098-16154.jpg?_wi=2", imageAlt: "Business center facilities" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+212524XXXXXX" },
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=2"
|
||||
imageAlt="Business Center 2.0 team"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#services" }
|
||||
@@ -125,15 +125,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Experience", name: "15+ Years Industry Leadership", price: "100+ Businesses Served", rating: 5,
|
||||
reviewCount: "98%", imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg", imageAlt: "Experienced business professionals"
|
||||
reviewCount: "98%", imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=3", imageAlt: "Experienced business professionals"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Local Expertise", name: "Marrakesh Market Specialists", price: "Deep Local Knowledge", rating: 5,
|
||||
reviewCount: "Perfect", imageSrc: "http://img.b2bpic.net/free-photo/stylish-portrait-bearded-entrepreneur_1098-16154.jpg", imageAlt: "Local business expertise"
|
||||
reviewCount: "Perfect", imageSrc: "http://img.b2bpic.net/free-photo/stylish-portrait-bearded-entrepreneur_1098-16154.jpg?_wi=3", imageAlt: "Local business expertise"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Quality Service", name: "Premium Support & Guidance", price: "24/7 Customer Care", rating: 5,
|
||||
reviewCount: "Dedicated", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-face-mask-presenting-his-coworkers-new-project-whiteboard-office_637285-9181.jpg", imageAlt: "Professional service quality"
|
||||
reviewCount: "Dedicated", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-face-mask-presenting-his-coworkers-new-project-whiteboard-office_637285-9181.jpg?_wi=2", imageAlt: "Professional service quality"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user