Initial commit for website

This commit is contained in:
Timo Knuth
2026-03-16 21:38:49 +01:00
parent 609e3eb0ae
commit f0c19fbbfa
15 changed files with 65 additions and 45 deletions

View File

@@ -28,7 +28,7 @@ const Contact: React.FC = () => {
{
icon: "📧",
title: "Email",
detail: "support@hotchpotshceramics.com",
detail: "support@knuthceramics.com",
description: "Best for order inquiries or detailed questions"
},
{
@@ -193,7 +193,7 @@ const Contact: React.FC = () => {
</p>
<div className="flex justify-center gap-6">
<a
href="https://instagram.com/hotchpotshceramics"
href="https://instagram.com/knuthceramics"
target="_blank"
rel="noopener noreferrer"
className="px-8 py-3 bg-white dark:bg-stone-900 text-black dark:text-white border border-stone-300 dark:border-stone-700 text-xs font-bold uppercase tracking-widest hover:bg-stone-100 dark:hover:bg-stone-800 transition-colors"
@@ -201,7 +201,7 @@ const Contact: React.FC = () => {
Instagram
</a>
<a
href="https://facebook.com/hotchpotshceramics"
href="https://facebook.com/knuthceramics"
target="_blank"
rel="noopener noreferrer"
className="px-8 py-3 bg-white dark:bg-stone-900 text-black dark:text-white border border-stone-300 dark:border-stone-700 text-xs font-bold uppercase tracking-widest hover:bg-stone-100 dark:hover:bg-stone-800 transition-colors"