Merge version_1 into main #2
@@ -24,7 +24,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -50,7 +50,7 @@ export default function ContactPage() {
|
||||
{ text: "Email: info@savoria.com", href: "mailto:info@savoria.com" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,24 +62,16 @@ export default function ContactPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/savoria",
|
||||
ariaLabel: "Visit our Facebook page",
|
||||
},
|
||||
href: "https://facebook.com/savoria", ariaLabel: "Visit our Facebook page"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/savoria",
|
||||
ariaLabel: "Visit our Instagram profile",
|
||||
},
|
||||
href: "https://instagram.com/savoria", ariaLabel: "Visit our Instagram profile"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/savoria",
|
||||
ariaLabel: "Follow us on Twitter",
|
||||
},
|
||||
href: "https://twitter.com/savoria", ariaLabel: "Follow us on Twitter"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@savoria.com",
|
||||
ariaLabel: "Email us",
|
||||
},
|
||||
href: "mailto:info@savoria.com", ariaLabel: "Email us"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user