Merge version_2 into main #4
@@ -24,15 +24,16 @@ export default function ContactPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Istanbul Workshops"
|
||||
brandName="Istanbul Products"
|
||||
navItems={[
|
||||
{ name: "Workshops", id: "workshops" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "/workshops"}}
|
||||
text: "Order Now", href: "#products"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -40,8 +41,8 @@ export default function ContactPage() {
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<ContactCenter
|
||||
tag="Get In Touch"
|
||||
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."
|
||||
title="Contact Istanbul Products"
|
||||
description="Have questions about our products? Need help with an order? Want to inquire about bulk purchases or custom orders? Our team is here to assist you. Reach out anytime!"
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -53,26 +54,29 @@ export default function ContactPage() {
|
||||
|
||||
<div id="contact-testimonials" data-section="contact-testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Hear from Our Happy Participants"
|
||||
description="See what travelers and locals have experienced through Istanbul Workshops."
|
||||
title="Customer Satisfaction"
|
||||
description="See why customers trust Istanbul Products for authentic Turkish crafts and exceptional service."
|
||||
tag="Success Stories"
|
||||
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,
|
||||
"The quality exceeded my expectations! This handwoven carpet is absolutely stunning and arrived beautifully packaged.", 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?_wi=2", 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,
|
||||
"Purchased the ceramic collection and it's become the centerpiece of my home. The craftsmanship is impeccable.", 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?_wi=2", 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,
|
||||
"Reconnecting with my Turkish heritage through these beautiful, authentic products. Each piece is special.", 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?_wi=2", imageAlt: "Amira Hassan"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
textboxLayout="default"
|
||||
@@ -86,50 +90,50 @@ export default function ContactPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore", items: [
|
||||
{ label: "All Workshops", href: "/workshops" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "#products" },
|
||||
{ label: "Carpets", href: "#products" },
|
||||
{ label: "Pottery", href: "#products" },
|
||||
{ label: "Art & Paintings", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Workshop Types", items: [
|
||||
{ label: "Calligraphy", href: "/workshops" },
|
||||
{ label: "Carpet Weaving", href: "/workshops" },
|
||||
{ label: "Pottery", href: "/workshops" },
|
||||
{ label: "Painting", href: "/workshops" },
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Master Artisans", href: "#about" },
|
||||
{ label: "Our Process", href: "#features" },
|
||||
{ label: "Quality Promise", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "For Groups", items: [
|
||||
{ label: "Corporate Bookings", href: "/contact" },
|
||||
{ label: "Group Rates", href: "/pricing" },
|
||||
{ label: "Custom Experiences", href: "/contact" },
|
||||
{ label: "Team Building", href: "/contact" },
|
||||
title: "Ordering", items: [
|
||||
{ label: "How to Order", href: "#" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Returns & Exchanges", href: "#" },
|
||||
{ label: "Order Tracking", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/contact" },
|
||||
{ label: "Contact Support", href: "/contact" },
|
||||
{ label: "Booking FAQ", href: "/contact" },
|
||||
{ label: "Cancellations", href: "/contact" },
|
||||
title: "Customer Care", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Bulk Orders", href: "#contact" },
|
||||
{ label: "Gift Registry", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/contact" },
|
||||
{ label: "Terms & Conditions", href: "/contact" },
|
||||
{ label: "Cookie Policy", href: "/contact" },
|
||||
{ label: "Accessibility", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Shipping Policy", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Istanbul Workshops. All rights reserved. Celebrating Turkish heritage since 2015."
|
||||
bottomRightText="Made with passion for cultural preservation"
|
||||
bottomLeftText="© 2025 Istanbul Products. All rights reserved. Premium Turkish Crafts Since 2015."
|
||||
bottomRightText="Authentic. Handcrafted. Direct from Istanbul."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,69 +1,16 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Istanbul Workshops - Authentic Turkish Craft Experiences",
|
||||
description: "Discover hand-on workshops in traditional Turkish arts. Learn calligraphy, carpet weaving, pottery & painting from master artisans in Istanbul's historic studios.",
|
||||
keywords: "istanbul workshops, turkish crafts, calligraphy workshop, carpet weaving, pottery class, cultural experiences, authentic istanbul",
|
||||
openGraph: {
|
||||
title: "Istanbul Workshops - Learn Turkish Crafts from Master Artisans",
|
||||
description: "Experience authentic cultural immersion through expertly-guided workshops led by master craftspeople in historic Istanbul locations.",
|
||||
type: "website",
|
||||
siteName: "Istanbul Workshops",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14900.jpg",
|
||||
alt: "turkish calligraphy traditional art workshop istanbul",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Istanbul Workshops - Authentic Turkish Craft Experiences",
|
||||
description: "Learn calligraphy, carpet weaving, pottery & painting from master artisans in Istanbul",
|
||||
images: ["http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14900.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Istanbul Products | Turkish Crafts Marketplace", description: "Discover authentic Turkish products and handcrafted items from Istanbul workshops. Premium quality, traditional craftsmanship."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1431,7 +1378,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
205
src/app/page.tsx
205
src/app/page.tsx
@@ -44,56 +44,61 @@ export default function HomePage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Istanbul Workshops"
|
||||
brandName="Istanbul Products"
|
||||
navItems={[
|
||||
{ name: "Workshops", id: "workshops" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "/workshops"}}
|
||||
text: "Order Now", href: "#products"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="ISTANBUL WORKSHOPS"
|
||||
description="Learn Istanbul's Crafts, Live Its Culture. Discover hand-on workshops in traditional Turkish arts, from calligraphy to carpet weaving. Book your authentic Istanbul experience today."
|
||||
logoText="ISTANBUL PRODUCTS"
|
||||
description="Discover authentic Turkish handcrafted products and premium quality items from master artisans of Istanbul. Direct from source, brought to your doorstep."
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Explore Workshops", href: "/workshops" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14900.jpg?_wi=1"
|
||||
imageAlt="Traditional Turkish calligraphy workshop"
|
||||
imageAlt="Turkish handcrafted products showcase"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="workshops" data-section="workshops">
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
title="Featured Workshop Experiences"
|
||||
description="Explore our curated selection of authentic Turkish crafts and cultural experiences designed for all skill levels."
|
||||
tag="Popular"
|
||||
title="Featured Products"
|
||||
description="Explore our curated collection of authentic Turkish handcrafted items and premium products made by master artisans."
|
||||
tag="Best Sellers"
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Turkish Calligraphy Workshop", price: "₺450", variant: "Beginner • 3 Hours", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14900.jpg?_wi=2", imageAlt: "Calligraphy workshop setup"},
|
||||
id: "1", name: "Handwoven Turkish Carpet", price: "₺2,850", variant: "100% Wool • 2x3m", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-working-embroidery-workshop_23-2148970775.jpg?_wi=2", imageAlt: "Premium handwoven Turkish carpet"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Carpet Weaving Masterclass", price: "₺650", variant: "Intermediate • 5 Hours", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-working-embroidery-workshop_23-2148970775.jpg?_wi=1", imageAlt: "Traditional carpet loom"},
|
||||
id: "2", name: "Ceramic Pottery Collection", price: "₺450", variant: "Handmade • 5-piece Set", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-potter-is-making-vase-pottery-clay-modeling-making-ceramics_169016-67317.jpg?_wi=1", imageAlt: "Handcrafted ceramic pottery set"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ceramic Pottery Workshop", price: "₺550", variant: "Beginner • 4 Hours", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-potter-is-making-vase-pottery-clay-modeling-making-ceramics_169016-67317.jpg?_wi=1", imageAlt: "Pottery wheel and clay"},
|
||||
id: "3", name: "Traditional Calligraphy Art", price: "₺650", variant: "Original • Framed", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/artistic-scene-inspired-by-art-nouveau-style-with-colorful-depictions_23-2151505897.jpg?_wi=1", imageAlt: "Traditional Turkish calligraphy art"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Miniature Painting Experience", price: "₺500", variant: "Advanced • 6 Hours", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/artistic-scene-inspired-by-art-nouveau-style-with-colorful-depictions_23-2151505897.jpg?_wi=1", imageAlt: "Detailed miniature painting"},
|
||||
id: "4", name: "Miniature Painting Artwork", price: "₺550", variant: "Limited Edition • Signed", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/artistic-scene-inspired-by-art-nouveau-style-with-colorful-depictions_23-2151505897.jpg?_wi=2", imageAlt: "Detailed miniature Turkish painting"
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
carouselMode="buttons"
|
||||
@@ -105,12 +110,12 @@ export default function HomePage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="About Us"
|
||||
tag="About Our Products"
|
||||
tagIcon={Heart}
|
||||
title="We preserve and celebrate Istanbul's rich heritage of traditional Turkish arts and crafts. Our workshops connect you directly with master artisans who have dedicated their lives to perfecting centuries-old techniques."
|
||||
title="Authentic Turkish handcrafted products from Istanbul's master artisans. Every item carries centuries of tradition and exceptional craftsmanship, delivered directly from source to your home."
|
||||
buttons={[
|
||||
{ text: "Discover Our Story", href: "/about" },
|
||||
{ text: "Meet Our Artisans", href: "/about" },
|
||||
{ text: "Our Story", href: "#about" },
|
||||
{ text: "Why Choose Us", href: "#features" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -118,44 +123,47 @@ export default function HomePage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTen
|
||||
title="Why Istanbul Workshops"
|
||||
description="Experience authentic cultural immersion through expertly-guided workshops led by master craftspeople with decades of experience."
|
||||
tag="Our Promise"
|
||||
title="Why Choose Istanbul Products"
|
||||
description="Premium quality, authentic craftsmanship, and direct sourcing from master artisans who have perfected their craft over decades."
|
||||
tag="Our Commitment"
|
||||
tagIcon={Award}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Authentic Master Artisans", description:
|
||||
"Learn directly from skilled craftspeople who have dedicated their lives to preserving traditional Turkish arts. Each instructor brings decades of expertise and cultural knowledge.", media: {
|
||||
id: "1", title: "Authentic Master Craftsmanship", description:
|
||||
"Each product is handcrafted by skilled artisans who have dedicated their lives to preserving traditional Turkish arts. Direct from source to ensure authenticity.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-working-embroidery-workshop_23-2148970775.jpg?_wi=2"},
|
||||
"http://img.b2bpic.net/free-photo/person-working-embroidery-workshop_23-2148970775.jpg?_wi=2"
|
||||
},
|
||||
items: [
|
||||
{ icon: Award, text: "Certified Master Artisans" },
|
||||
{ icon: Clock, text: "20+ Years Experience Average" },
|
||||
{ icon: Users, text: "Small Group Classes" },
|
||||
{ icon: Clock, text: "20+ Years Experience" },
|
||||
{ icon: Users, text: "Family-Owned Workshops" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2", title: "Cultural Immersion Experience", description:
|
||||
"Dive deep into Istanbul's rich artistic heritage with hands-on learning in historic workshop spaces filled with authentic tools and materials.", media: {
|
||||
id: "2", title: "Premium Quality Materials", description:
|
||||
"Using only the finest traditional materials and techniques passed down through generations. Every piece meets our strict quality standards.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-potter-is-making-vase-pottery-clay-modeling-making-ceramics_169016-67317.jpg?_wi=2"},
|
||||
"http://img.b2bpic.net/free-photo/male-potter-is-making-vase-pottery-clay-modeling-making-ceramics_169016-67317.jpg?_wi=2"
|
||||
},
|
||||
items: [
|
||||
{ icon: MapPin, text: "Historic Workshop Locations" },
|
||||
{ icon: Palette, text: "Traditional Materials & Tools" },
|
||||
{ icon: Globe, text: "Cultural Context Included" },
|
||||
{ icon: MapPin, text: "Local Turkish Materials" },
|
||||
{ icon: Palette, text: "Traditional Techniques" },
|
||||
{ icon: Globe, text: "International Standards" },
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3", title: "Flexible Booking & Support", description:
|
||||
"Book at your convenience with multi-currency support, flexible scheduling, and real-time availability. Our team provides 24/7 support in multiple languages.", media: {
|
||||
id: "3", title: "Easy Ordering & Worldwide Shipping", description:
|
||||
"Simple ordering process with secure payment, real-time tracking, and reliable shipping to anywhere in the world. Customer support available in multiple languages.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/artistic-scene-inspired-by-art-nouveau-style-with-colorful-depictions_23-2151505897.jpg?_wi=2"},
|
||||
"http://img.b2bpic.net/free-photo/artistic-scene-inspired-by-art-nouveau-style-with-colorful-depictions_23-2151505897.jpg?_wi=2"
|
||||
},
|
||||
items: [
|
||||
{ icon: Calendar, text: "Real-time Availability" },
|
||||
{ icon: Globe, text: "Multiple Currencies" },
|
||||
{ icon: MessageCircle, text: "24/7 Multilingual Support" },
|
||||
{ icon: Calendar, text: "Fast Processing" },
|
||||
{ icon: Globe, text: "Worldwide Delivery" },
|
||||
{ icon: MessageCircle, text: "24/7 Support" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -168,41 +176,47 @@ export default function HomePage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Customers Say"
|
||||
description="Join thousands of travelers and locals who've experienced the transformative power of authentic Turkish craft workshops."
|
||||
tag="Testimonials"
|
||||
title="Customer Reviews"
|
||||
description="See what customers worldwide say about our authentic Turkish products and exceptional craftsmanship."
|
||||
tag="Happy Customers"
|
||||
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. I left with not just beautiful artwork, but genuine cultural understanding.", rating: 5,
|
||||
"The quality exceeded my expectations! This handwoven carpet is absolutely stunning. It arrived beautifully packaged and the customer service was exceptional. Truly authentic.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", 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. The master weaver shared stories that brought the craft to life. Highly recommend for anyone seeking meaningful experiences.", rating: 5,
|
||||
"I purchased the ceramic collection and it's become the centerpiece of my home. The craftsmanship is impeccable. Worth every penny. Highly recommend!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Johnson"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amira Hassan", handle: "@amiraexplores", testimonial:
|
||||
"As someone with Turkish heritage, this workshop helped me reconnect with my roots. The pottery session was deeply personal and the artist's passion was contagious. I'm already planning my next workshop!", rating: 5,
|
||||
"As someone with Turkish heritage, these products mean so much. I can feel the authentic craftsmanship in every piece. Reconnecting with my roots through these beautiful items.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg?_wi=1", imageAlt: "Amira Hassan"},
|
||||
"http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg?_wi=1", imageAlt: "Amira Hassan"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Chen", handle: "@jamesincity", testimonial:
|
||||
"Perfect team-building activity for our company retreat. The miniature painting workshop was engaging, fun, and brought our team together in unexpected ways. Istanbul Workshops made it effortless to organize.", rating: 5,
|
||||
"Ordered multiple items as gifts and everyone loved them. The presentation was elegant, the quality is outstanding, and the entire experience was smooth and professional.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", imageAlt: "James Chen"},
|
||||
"http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Elena Rossi", handle: "@elenacreates", testimonial:
|
||||
"I'm an artist myself, and I was genuinely inspired by the techniques I learned. The master instructors don't just teach skills—they share the philosophy behind centuries-old traditions. Unforgettable experience.", rating: 5,
|
||||
"As an artist myself, I deeply appreciate the quality and technique in these pieces. Each item tells a story of tradition and mastery. Absolutely worth the investment.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Elena Rossi"},
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Elena Rossi"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Park", handle: "@davidexperiences", testimonial:
|
||||
"The booking process was seamless, the location was perfect, and the workshop itself was even better than described. Worth every penny. Istanbul Workshops has set the standard for experiential tourism.", rating: 5,
|
||||
"Fast shipping, perfect packaging, and products that look even better in person than in photos. Istanbul Products has set a new standard for authentic Turkish crafts.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-serious-young-man-looking-camera_23-2148130295.jpg", imageAlt: "David Park"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-serious-young-man-looking-camera_23-2148130295.jpg", imageAlt: "David Park"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
textboxLayout="default"
|
||||
@@ -214,12 +228,13 @@ export default function HomePage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Leading Travel & Cultural Organizations"
|
||||
description="Istanbul Workshops partners with premier tourism boards, hospitality groups, and cultural institutions worldwide."
|
||||
tag="Our Partners"
|
||||
title="Trusted by Customers Worldwide"
|
||||
description="Istanbul Products partners with premium retailers, cultural institutions, and satisfied customers across the globe."
|
||||
tag="Global Reach"
|
||||
tagIcon={Handshake}
|
||||
names={[
|
||||
"Istanbul Tourism Board", "Turkish Ministry of Culture", "UNESCO Heritage Partners", "Premium Hotels Istanbul", "International Arts Foundation", "Global Travel Collective", "Cultural Heritage Network", "Experiential Tourism Alliance"]}
|
||||
"Premium Interior Designers", "Luxury Hotel Groups", "Museums & Galleries", "International Collectors", "Corporate Gift Programs", "Cultural Institutions", "Boutique Retailers", "Heritage Organizations"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -229,15 +244,15 @@ export default function HomePage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Stay Connected"
|
||||
title="Join Our Community of Cultural Explorers"
|
||||
description="Subscribe to receive exclusive workshop offers, cultural insights from our master artisans, and early access to new experiences."
|
||||
tag="Stay Updated"
|
||||
title="Get Exclusive Offers & New Arrivals"
|
||||
description="Subscribe to receive special discounts on new product releases, exclusive collections, and insider access to limited-edition Turkish crafts."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your.email@example.com"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to receive curated workshop updates and cultural content."
|
||||
termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to receive curated product updates and exclusive offers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -245,50 +260,50 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore", items: [
|
||||
{ label: "All Workshops", href: "/workshops" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "#products" },
|
||||
{ label: "Carpets", href: "#products" },
|
||||
{ label: "Pottery", href: "#products" },
|
||||
{ label: "Art & Paintings", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Workshop Types", items: [
|
||||
{ label: "Calligraphy", href: "/workshops" },
|
||||
{ label: "Carpet Weaving", href: "/workshops" },
|
||||
{ label: "Pottery", href: "/workshops" },
|
||||
{ label: "Painting", href: "/workshops" },
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Master Artisans", href: "#about" },
|
||||
{ label: "Our Process", href: "#features" },
|
||||
{ label: "Quality Promise", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "For Groups", items: [
|
||||
{ label: "Corporate Bookings", href: "/contact" },
|
||||
{ label: "Group Rates", href: "/pricing" },
|
||||
{ label: "Custom Experiences", href: "/contact" },
|
||||
{ label: "Team Building", href: "/contact" },
|
||||
title: "Ordering", items: [
|
||||
{ label: "How to Order", href: "#" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Returns & Exchanges", href: "#" },
|
||||
{ label: "Order Tracking", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/contact" },
|
||||
{ label: "Contact Support", href: "/contact" },
|
||||
{ label: "Booking FAQ", href: "/contact" },
|
||||
{ label: "Cancellations", href: "/contact" },
|
||||
title: "Customer Care", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Bulk Orders", href: "#contact" },
|
||||
{ label: "Gift Registry", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/contact" },
|
||||
{ label: "Terms & Conditions", href: "/contact" },
|
||||
{ label: "Cookie Policy", href: "/contact" },
|
||||
{ label: "Accessibility", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Shipping Policy", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Istanbul Workshops. All rights reserved. Celebrating Turkish heritage since 2015."
|
||||
bottomRightText="Made with passion for cultural preservation"
|
||||
bottomLeftText="© 2025 Istanbul Products. All rights reserved. Premium Turkish Crafts Since 2015."
|
||||
bottomRightText="Authentic. Handcrafted. Direct from Istanbul."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user