Skip to content

Commit

Permalink
Update Services.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kahkasha17 authored Sep 17, 2024
1 parent 19fd80c commit 99d6e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Services.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ const Services = () => {
Title: "Landing Page",
Price: "#",
disc: "Creating stunning and functional landing page design that perfectly fit on your brand's needs. Our services blend cretivity with user experiance to deliver captivating online experiances",
ImageUrl: "/images/landingpage.png",
ImageUrl: "landingpage.png",
url: "#",
},
{
id: "2",
Title: "Web Design",
Price: "#",
disc: "Creating stunning and functional websites tailored to your brand's needs. Our web design services blend cretivity with user experiance to deliver captivating online experiances",
ImageUrl: "/images/webdesign.jfif",
ImageUrl: "webdesign.jfif",
url: "#",
},
{
id: "3",
Title: "Social Design",
Price: "#",
disc: "Creating stunning and functional social design that perfectly fit on your brand's needs. Our services blend cretivity with user experiance to deliver captivating online experiances",
ImageUrl: "/images/socialdesign.jpg",
ImageUrl: "socialdesign.jpg",
url: "#",
},
];
Expand Down

0 comments on commit 99d6e0d

Please sign in to comment.