Added img for Portfolio project
This commit is contained in:
parent
52af1cde2e
commit
fc14384ba5
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ export async function POST(req: NextRequest, res: NextResponse) {
|
||||||
text: message,
|
text: message,
|
||||||
})
|
})
|
||||||
|
|
||||||
return successResponse("Email sent successfully")
|
return successResponse({ message: "Email sent successfully" })
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
return internalServerErrorResponse()
|
return internalServerErrorResponse()
|
||||||
|
|
|
||||||
|
|
@ -33,12 +33,12 @@ export const metadata: Metadata = {
|
||||||
alternateLocale: ["cs_CZ"],
|
alternateLocale: ["cs_CZ"],
|
||||||
countryName: "Czechia",
|
countryName: "Czechia",
|
||||||
emails: ["f.borisjuk@hangerthem.com"],
|
emails: ["f.borisjuk@hangerthem.com"],
|
||||||
|
images: ["https://hangerthem.com/hangerthem.png"],
|
||||||
url: "https://hangerthem.com",
|
url: "https://hangerthem.com",
|
||||||
determiner: "auto",
|
determiner: "auto",
|
||||||
ttl: 604800,
|
ttl: 604800,
|
||||||
audio: [],
|
audio: [],
|
||||||
faxNumbers: [],
|
faxNumbers: [],
|
||||||
images: [],
|
|
||||||
phoneNumbers: [],
|
phoneNumbers: [],
|
||||||
videos: [],
|
videos: [],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ const projects: Project[] = [
|
||||||
{
|
{
|
||||||
title: "HangerThem Portfolio",
|
title: "HangerThem Portfolio",
|
||||||
description: "This very website and my personal portfolio.",
|
description: "This very website and my personal portfolio.",
|
||||||
// image: "/hangerthem.png",
|
image: "/hangerthem.png",
|
||||||
techStack: ["Next.js", "TypeScript", "Styled Components"],
|
techStack: ["Next.js", "TypeScript", "Styled Components"],
|
||||||
href: "https://hangerthem.com",
|
href: "https://hangerthem.com",
|
||||||
source: "https://github.com/HangerThem/hangerthem.com",
|
source: "https://github.com/HangerThem/hangerthem.com",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue