Initial commit for website
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user