Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
handle: "@johndoe",
|
||||
testimonial: "Exceptional service! They handled everything perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg?_wi=1",
|
||||
imageAlt: "modern office board room",
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
handle: "@janesmith",
|
||||
testimonial: "Professional, efficient, and very knowledgeable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg?_wi=1",
|
||||
imageAlt: "modern office board room",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
handle: "@ariver",
|
||||
testimonial: "The fastest registration process I've encountered.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419528.jpg?_wi=1",
|
||||
imageAlt: "modern office board room",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg",
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
title: "Clients Served",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
description: "Seamless entity setup and registration.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419528.jpg?_wi=2",
|
||||
imageAlt: "business filing icon",
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
description: "Stay aligned with legal standards.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg?_wi=3",
|
||||
imageAlt: "business filing icon",
|
||||
},
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
description: "Timely reports, always accurate.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: FileText,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg?_wi=3",
|
||||
imageAlt: "business filing icon",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user