Merge version_2 into main #5
@@ -44,9 +44,9 @@ export default function AboutPage() {
|
||||
tag="Team"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Team Member One", imageSrc: "/placeholder.jpg", imageAlt: "Team member"},
|
||||
id: "1", name: "Team Member One", imageSrc: "/placeholder.jpg?_wi=1", imageAlt: "Team member"},
|
||||
{
|
||||
id: "2", name: "Team Member Two", imageSrc: "/placeholder.jpg", imageAlt: "Team member"},
|
||||
id: "2", name: "Team Member Two", imageSrc: "/placeholder.jpg?_wi=2", imageAlt: "Team member"},
|
||||
]}
|
||||
memberVariant="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -17,13 +17,13 @@ const navItems = [
|
||||
|
||||
const portfolioProjects = [
|
||||
{
|
||||
id: "1", name: "E-commerce Platform", price: "$15,000", imageSrc: "/placeholders/placeholder-16-9.svg", imageAlt: "E-commerce Platform Project"},
|
||||
id: "1", name: "E-commerce Platform", price: "$15,000", imageSrc: "/placeholders/placeholder-16-9.svg?_wi=1", imageAlt: "E-commerce Platform Project"},
|
||||
{
|
||||
id: "2", name: "Mobile App Design", price: "$12,000", imageSrc: "/placeholders/placeholder-16-9.svg", imageAlt: "Mobile App Design Project"},
|
||||
id: "2", name: "Mobile App Design", price: "$12,000", imageSrc: "/placeholders/placeholder-16-9.svg?_wi=2", imageAlt: "Mobile App Design Project"},
|
||||
{
|
||||
id: "3", name: "Brand Identity", price: "$8,000", imageSrc: "/placeholders/placeholder-16-9.svg", imageAlt: "Brand Identity Project"},
|
||||
id: "3", name: "Brand Identity", price: "$8,000", imageSrc: "/placeholders/placeholder-16-9.svg?_wi=3", imageAlt: "Brand Identity Project"},
|
||||
{
|
||||
id: "4", name: "Web Redesign", price: "$10,000", imageSrc: "/placeholders/placeholder-16-9.svg", imageAlt: "Web Redesign Project"},
|
||||
id: "4", name: "Web Redesign", price: "$10,000", imageSrc: "/placeholders/placeholder-16-9.svg?_wi=4", imageAlt: "Web Redesign Project"},
|
||||
];
|
||||
|
||||
const testimonials = [
|
||||
@@ -67,7 +67,7 @@ export default function Portfolio() {
|
||||
description="Showcase of our best work and successful projects"
|
||||
tag="Gallery"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="/placeholders/placeholder-16-9.svg"
|
||||
imageSrc="/placeholders/placeholder-16-9.svg?_wi=5"
|
||||
imageAlt="Portfolio showcase"
|
||||
buttons={[
|
||||
{ text: "View All Work", href: "#portfolio-gallery" },
|
||||
|
||||
Reference in New Issue
Block a user