diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 92d884b..314dd0e 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
- title: "Create Next App", description: "Generated by create next app"};
+ title: "Create Next App", description: "Generated by create next app"
+};
export default function RootLayout({
children,
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5d18480..5d1c9a6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -49,7 +49,8 @@ export default function HomePage() {
@@ -104,23 +105,29 @@ export default function HomePage() {
{
id: 1,
title: "Custom Web Design", description: "Beautiful, responsive websites designed specifically for your brand and audience.", phoneOne: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/a-smartphone-mockup-displaying-a-modern--1772656044573-5d6a68f7.png"},
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/a-smartphone-mockup-displaying-a-modern--1772656044573-5d6a68f7.png"
+ },
phoneTwo: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/another-smartphone-display-showing-a-bea-1772656044937-2fce6bab.png"},
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/another-smartphone-display-showing-a-bea-1772656044937-2fce6bab.png"
+ },
},
{
id: 2,
title: "Full-Stack Development", description: "Robust, scalable web applications built with the latest technologies and best practices.", phoneOne: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/a-developer-s-workspace-showing-code-edi-1772656045133-8eed1e53.png"},
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/a-developer-s-workspace-showing-code-edi-1772656045133-8eed1e53.png"
+ },
phoneTwo: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/a-smartphone-mockup-showing-a-full-stack-1772656045624-194a87d6.png"},
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/a-smartphone-mockup-showing-a-full-stack-1772656045624-194a87d6.png"
+ },
},
{
id: 3,
title: "E-Commerce Solutions", description: "Complete online stores with secure payment processing and inventory management.", phoneOne: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/a-smartphone-mockup-displaying-an-e-comm-1772656044591-00be9f4c.png"},
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/a-smartphone-mockup-displaying-an-e-comm-1772656044591-00be9f4c.png"
+ },
phoneTwo: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/another-smartphone-view-showing-an-e-com-1772656044552-81feacb7.png"},
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUnO7hTAR4DUTZL30lOgUKcOJI/another-smartphone-view-showing-an-e-com-1772656044552-81feacb7.png"
+ },
},
]}
/>
@@ -158,17 +165,23 @@ export default function HomePage() {
@@ -210,16 +229,20 @@ export default function HomePage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com/cleantech", ariaLabel: "Twitter"},
+ href: "https://twitter.com/cleantech", ariaLabel: "Twitter"
+ },
{
icon: Linkedin,
- href: "https://linkedin.com/company/cleantech", ariaLabel: "LinkedIn"},
+ href: "https://linkedin.com/company/cleantech", ariaLabel: "LinkedIn"
+ },
{
icon: Github,
- href: "https://github.com/cleantech", ariaLabel: "GitHub"},
+ href: "https://github.com/cleantech", ariaLabel: "GitHub"
+ },
{
icon: Mail,
- href: "mailto:hello@cleantech.com", ariaLabel: "Email"},
+ href: "mailto:hello@cleantech.com", ariaLabel: "Email"
+ },
]}
/>