diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index cb542e0..421a700 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -16,7 +16,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSizeMediumTitles"
- background="grid"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -32,9 +32,7 @@ export default function ContactPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Book Now",
- href: "/workshops",
- }}
+ text: "Book Now", href: "/workshops"}}
animateOnLoad={true}
/>
@@ -45,7 +43,7 @@ export default function ContactPage() {
title="Connect with Istanbul Workshops Today"
description="Have questions about our workshops? Want to book a group experience? Our team is here to help. Reach out and let's create your perfect Istanbul adventure."
tagIcon={Mail}
- background={{ variant: "grid" }}
+ background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="your.email@example.com"
buttonText="Send"
@@ -61,38 +59,20 @@ export default function ContactPage() {
tagIcon={Star}
testimonials={[
{
- id: "1",
- name: "Sarah Mitchell",
- handle: "@sarahtravels",
- testimonial:
- "This was the most authentic experience of my Istanbul trip! The calligraphy master was incredibly patient and the workshop space was magical.",
- rating: 5,
+ id: "1", name: "Sarah Mitchell", handle: "@sarahtravels", testimonial:
+ "This was the most authentic experience of my Istanbul trip! The calligraphy master was incredibly patient and the workshop space was magical.", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2",
- imageAlt: "Sarah Mitchell",
- },
+ "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Mitchell"},
{
- id: "2",
- name: "Marcus Johnson",
- handle: "@marcusadventures",
- testimonial:
- "Exceeded all expectations. The carpet weaving workshop was a perfect blend of challenge and relaxation. Highly recommend!",
- rating: 5,
+ id: "2", name: "Marcus Johnson", handle: "@marcusadventures", testimonial:
+ "Exceeded all expectations. The carpet weaving workshop was a perfect blend of challenge and relaxation. Highly recommend!", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
- imageAlt: "Marcus Johnson",
- },
+ "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"},
{
- id: "3",
- name: "Amira Hassan",
- handle: "@amiraexplores",
- testimonial:
- "As someone with Turkish heritage, this workshop helped me reconnect with my roots. Deeply personal and inspiring experience.",
- rating: 5,
+ id: "3", name: "Amira Hassan", handle: "@amiraexplores", testimonial:
+ "As someone with Turkish heritage, this workshop helped me reconnect with my roots. Deeply personal and inspiring experience.", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg?_wi=2",
- imageAlt: "Amira Hassan",
- },
+ "http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg", imageAlt: "Amira Hassan"},
]}
showRating={true}
textboxLayout="default"
@@ -106,8 +86,7 @@ export default function ContactPage() {
@@ -63,14 +61,14 @@ export default function HomePage() {