Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -177,16 +177,16 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", role: "Bride", company: "Manhattan Wedding", rating: 5,
|
id: "1", name: "Sarah Johnson", role: "Bride", company: "Manhattan Wedding", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson"},
|
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", role: "Event Planner", company: "NYC Events", rating: 5,
|
id: "2", name: "Michael Chen", role: "Event Planner", company: "NYC Events", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"},
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emma Rodriguez", role: "Corporate Client", company: "Finance Firm", rating: 5,
|
id: "3", name: "Emma Rodriguez", role: "Corporate Client", company: "Finance Firm", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emma Rodriguez"},
|
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Emma Rodriguez"},
|
||||||
{
|
{
|
||||||
id: "4", name: "David Kim", role: "Restaurant Owner", company: "Chelsea Venue", rating: 5,
|
id: "4", name: "David Kim", role: "Restaurant Owner", company: "Chelsea Venue", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Kim"},
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Kim"},
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{ value: "5,000+", label: "Happy Customers" },
|
{ value: "5,000+", label: "Happy Customers" },
|
||||||
|
|||||||
Reference in New Issue
Block a user