From 09092f0274212583268946f01e761248d2368a1e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:14:44 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 59 ++++++++++++---------------------------- 1 file changed, 17 insertions(+), 42 deletions(-) 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() { Date: Thu, 5 Mar 2026 11:14:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 179 ++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7dcf99..de3fde8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="medium" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -52,9 +52,7 @@ export default function HomePage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Now", - href: "/workshops", - }} + text: "Book Now", href: "/workshops"}} animateOnLoad={true} /> @@ -63,14 +61,14 @@ export default function HomePage() {