diff --git a/src/app/page.tsx b/src/app/page.tsx index d08649e..f76cd93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { title="Crafting Digital Excellence for Tomorrow's Leaders" description="We build premium, high-conversion websites that define your brand and drive results. Ready to elevate your digital presence?" testimonials={[ - { name: "Alex Rivers", handle: "@arivers", testimonial: "The most sophisticated web design partner I've encountered.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-standing-near-window_53876-96138.jpg" }, + { name: "Alex Rivers", handle: "@arivers", testimonial: "The most sophisticated web design partner I've encountered.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-standing-near-window_53876-96138.jpg?_wi=1" }, { name: "Elena Vance", handle: "@evance", testimonial: "Truly elevated our brand image through incredible design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg" }, - { name: "Marcello Conti", handle: "@mconti", testimonial: "Exceptional communication and high-end results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-associates-meeting-using-isolated-chroma-key-display_482257-122860.jpg" }, - { name: "Sarah J.", handle: "@sjones", testimonial: "A seamless development experience from start to finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg" }, - { name: "Marcus Thorne", handle: "@mthorne", testimonial: "The absolute benchmark for professional corporate design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg" } + { name: "Marcello Conti", handle: "@mconti", testimonial: "Exceptional communication and high-end results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-associates-meeting-using-isolated-chroma-key-display_482257-122860.jpg?_wi=1" }, + { name: "Sarah J.", handle: "@sjones", testimonial: "A seamless development experience from start to finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=1" }, + { name: "Marcus Thorne", handle: "@mthorne", testimonial: "The absolute benchmark for professional corporate design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg?_wi=1" } ]} - imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-standing-near-window_53876-96138.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-standing-near-window_53876-96138.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/man-working-tablet-close-up-table_1303-22695.jpg", alt: "Man working on tablet" }, { src: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211270.jpg", alt: "Silhouette of people" }, @@ -104,9 +104,9 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} products={[ - { id: "p1", name: "Global FinTech Hub", price: "Featured", variant: "Corporate", imageSrc: "http://img.b2bpic.net/free-photo/business-associates-meeting-using-isolated-chroma-key-display_482257-122860.jpg" }, - { id: "p2", name: "Eco SaaS Platform", price: "Featured", variant: "SaaS", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg" }, - { id: "p3", name: "Luxury Retail Web", price: "Featured", variant: "E-Comm", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg" }, + { id: "p1", name: "Global FinTech Hub", price: "Featured", variant: "Corporate", imageSrc: "http://img.b2bpic.net/free-photo/business-associates-meeting-using-isolated-chroma-key-display_482257-122860.jpg?_wi=2" }, + { id: "p2", name: "Eco SaaS Platform", price: "Featured", variant: "SaaS", imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=2" }, + { id: "p3", name: "Luxury Retail Web", price: "Featured", variant: "E-Comm", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg?_wi=2" }, { id: "p4", name: "AI Analytics Portal", price: "Featured", variant: "Product", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277809.jpg" }, { id: "p5", name: "Healthcare Provider UI", price: "Featured", variant: "B2B", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg" }, { id: "p6", name: "Creative Agency Site", price: "Featured", variant: "Portfolio", imageSrc: "http://img.b2bpic.net/free-photo/programming-background-with-html_23-2150038838.jpg" }