Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a3d78ead01 | |||
| 89ca4135df | |||
| 2778de8aa2 | |||
| e27b4c7b24 |
@@ -70,7 +70,6 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", alt: "Business Leader" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", alt: "Senior Businessman" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ professionals"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Innovation" },
|
||||
{ type: "text", text: "Scalability" },
|
||||
@@ -121,15 +120,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Enterprise Portal", price: "Custom", variant: "Web System", imageSrc: "http://img.b2bpic.net/free-vector/abstract-sales-landing-page_23-2148323856.jpg"},
|
||||
id: "p1", name: "Enterprise Portal", price: "Starting from $5k", variant: "Web System", imageSrc: "http://img.b2bpic.net/free-vector/abstract-sales-landing-page_23-2148323856.jpg"},
|
||||
{
|
||||
id: "p2", name: "Global Retail Store", price: "Custom", variant: "E-Commerce", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-sale-app_23-2151952980.jpg"},
|
||||
id: "p2", name: "Global Retail Store", price: "Starting from $5k", variant: "E-Commerce", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-sale-app_23-2151952980.jpg"},
|
||||
{
|
||||
id: "p3", name: "Brand Campaign App", price: "Custom", variant: "Mobile/Web", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-black-hands-holding-electronic-devices_107791-16647.jpg"},
|
||||
id: "p3", name: "Brand Campaign App", price: "Starting from $5k", variant: "Mobile/Web", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-black-hands-holding-electronic-devices_107791-16647.jpg"},
|
||||
{
|
||||
id: "p4", name: "Tech Hub Site", price: "Custom", variant: "Landing", imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-with-glowing-screen-notepad-table-night_169016-53665.jpg"},
|
||||
id: "p4", name: "Tech Hub Site", price: "Starting from $5k", variant: "Landing", imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-with-glowing-screen-notepad-table-night_169016-53665.jpg"},
|
||||
{
|
||||
id: "p5", name: "Startup Dashboard", price: "Custom", variant: "SaaS UI", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg"},
|
||||
id: "p5", name: "Startup Dashboard", price: "Starting from $5k", variant: "SaaS UI", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg"},
|
||||
]}
|
||||
title="Selected Works"
|
||||
description="Showcasing our recent high-impact web development projects."
|
||||
|
||||
Reference in New Issue
Block a user