Update src/app/page.tsx
This commit is contained in:
@@ -71,27 +71,27 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-glowing-flowing-waves-with-particles_1048-18189.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-glowing-flowing-waves-with-particles_1048-18189.jpg?_wi=1",
|
||||
imageAlt: "Abstract tech background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg?_wi=1",
|
||||
imageAlt: "Glass geometric shapes",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg?_wi=1",
|
||||
imageAlt: "Digital light trails",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-301813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-301813.jpg?_wi=1",
|
||||
imageAlt: "Cybernetic energy gradients",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-crop-black-kitchen-cabinet-fronts-warm-light-moody-details_169016-71061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-crop-black-kitchen-cabinet-fronts-warm-light-moody-details_169016-71061.jpg?_wi=1",
|
||||
imageAlt: "Soft fluid gradients",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-17111.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-17111.jpg?_wi=1",
|
||||
imageAlt: "Digital interface data",
|
||||
},
|
||||
]}
|
||||
@@ -124,48 +124,48 @@ export default function LandingPage() {
|
||||
title: "Web Design & Development",
|
||||
description: "Custom coded platforms with fluid animations and peak performance.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-glowing-flowing-waves-with-particles_1048-18189.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-glowing-flowing-waves-with-particles_1048-18189.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-glowing-flowing-waves-with-particles_1048-18189.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-glowing-flowing-waves-with-particles_1048-18189.jpg?_wi=3",
|
||||
imageAlt: "abstract tech blue violet background",
|
||||
},
|
||||
{
|
||||
title: "Social Media Design",
|
||||
description: "Visual campaigns and storytelling that capture attention instantly.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-301813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-301813.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg?_wi=3",
|
||||
imageAlt: "abstract glassmorphism dark background",
|
||||
},
|
||||
{
|
||||
title: "Branding",
|
||||
description: "Core identity development that speaks louder than words.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-crop-black-kitchen-cabinet-fronts-warm-light-moody-details_169016-71061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-crop-black-kitchen-cabinet-fronts-warm-light-moody-details_169016-71061.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-17111.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-17111.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg?_wi=3",
|
||||
imageAlt: "digital network dark background blue",
|
||||
},
|
||||
{
|
||||
title: "Brand Restyling",
|
||||
description: "Modernizing legacy brands for the next digital frontier.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg?_wi=4",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg?_wi=4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-301813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-301813.jpg?_wi=3",
|
||||
imageAlt: "energy glow abstract blue purple",
|
||||
},
|
||||
]}
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-glowing-flowing-waves-with-particles_1048-18189.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-glowing-flowing-waves-with-particles_1048-18189.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-science-background-with-low-poly-plexus-design_1048-13265.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -216,7 +216,7 @@ export default function LandingPage() {
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-301813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-301813.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-crop-black-kitchen-cabinet-fronts-warm-light-moody-details_169016-71061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-crop-black-kitchen-cabinet-fronts-warm-light-moody-details_169016-71061.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -234,7 +234,7 @@ export default function LandingPage() {
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "7",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-17111.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-17111.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Selected Works"
|
||||
|
||||
Reference in New Issue
Block a user