4 Commits

Author SHA1 Message Date
a7b6245d37 Update src/app/page.tsx 2026-06-12 13:09:16 +00:00
8a6056672e Update src/app/layout.tsx 2026-06-12 13:09:15 +00:00
b5b5d6f20e Merge version_1 into main
Merge version_1 into main
2026-06-12 12:35:50 +00:00
b9fa48955d Merge version_1 into main
Merge version_1 into main
2026-06-12 12:35:04 +00:00
2 changed files with 96 additions and 98 deletions

View File

@@ -11,8 +11,8 @@ import { Archivo } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'The Weekend Workshop Malacca | Arts & Crafts', title: 'Ultimate Supply Agency | Your Trusted Partner in Logistics',
description: 'Discover unique arts, crafts, and workshops in Malacca\'s heritage heart. Batik, pottery, jewelry, and more for all skill levels. Unleash your creativity!', description: 'Ultimate Supply Agency provides comprehensive logistics and supply chain solutions. From procurement to distribution, we streamline your operations.',
keywords: ["arts and crafts Malacca, workshop Malacca, batik painting, pottery workshop, jewelry making, creative workshops, heritage activities, Weekend Workshop, Malacca art classes"], keywords: ["arts and crafts Malacca, workshop Malacca, batik painting, pottery workshop, jewelry making, creative workshops, heritage activities, Weekend Workshop, Malacca art classes"],
openGraph: { openGraph: {
"title": "The Weekend Workshop Malacca | Arts & Crafts", "title": "The Weekend Workshop Malacca | Arts & Crafts",

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Heart, Sparkles, Users } from "lucide-react"; import { CheckCircle, Handshake, ShieldCheck } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -35,23 +35,23 @@ export default function LandingPage() {
{ {
name: "Home", id: "#home"}, name: "Home", id: "#home"},
{ {
name: "About", id: "#about"}, name: "About Us", id: "#about"},
{ {
name: "Workshops", id: "#workshops"}, name: "Services", id: "#workshops"},
{ {
name: "Gallery", id: "#gallery"}, name: "Products", id: "#gallery"},
{ {
name: "Pricing", id: "#pricing"}, name: "Pricing", id: "#pricing"},
{ {
name: "Testimonials", id: "#testimonials"}, name: "Client Stories", id: "#testimonials"},
{ {
name: "FAQ", id: "#faq"}, name: "FAQs", id: "#faq"},
{ {
name: "Contact", id: "#contact"}, name: "Contact Us", id: "#contact"},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/vintage-collection-fantastic-logos_23-2147589062.jpg" logoSrc="http://img.b2bpic.net/free-vector/modern-logo-design-with-abstract-shape_104500-117.jpg"
logoAlt="The Weekend Workshop Malacca Heritage Branch Logo" logoAlt="Ultimate Supply Agency Logo"
brandName="The Weekend Workshop" brandName="Ultimate Supply Agency"
/> />
</div> </div>
@@ -59,21 +59,21 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "rotated-rays-animated"}} variant: "rotated-rays-animated"}}
title="Unleash Your Creativity at The Weekend Workshop" title="Your Ultimate Partner in Supply Chain Excellence"
description="Discover the joy of crafting in the heart of Malacca's heritage. Join our immersive workshops and create unique art pieces." description="Ultimate Supply Agency streamlines your logistics, procurement, and distribution. We deliver efficiency and reliability for your business needs."
carouselItems={[ carouselItems={[
{ {
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-owner-counter-packing-clothes-yellow-plastic-bag_23-2148175679.jpg", imageAlt: "People painting batik in a workshop"}, id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cargo-containers-docked-shipping-port_1232-1549.jpg", imageAlt: "Shipping containers at a port"},
{ {
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164925.jpg", imageAlt: "Hands shaping clay on a pottery wheel"}, id: "2", imageSrc: "http://img.b2bpic.net/free-photo/modern-warehouse-space_23-2149591469.jpg", imageAlt: "Interior of a modern warehouse"},
{ {
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-lighting-blow-torch_107420-65287.jpg", imageAlt: "Intricate jewelry making tools and beads"}, id: "3", imageSrc: "http://img.b2bpic.net/free-photo/industrial-storage-warehouse_140725-2465.jpg", imageAlt: "Industrial storage warehouse"},
{ {
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/mother-applying-halloween-make-up_1157-49138.jpg", imageAlt: "Children happily painting in a colorful art class"}, id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delivery-service_23-2149023646.jpg", imageAlt: "Delivery truck on a highway"},
{ {
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/brushes-mug_23-2148023638.jpg", imageAlt: "Bright and inviting art studio interior with creative supplies"}, id: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-truck-loaded-with-pallets_23-2149258999.jpg", imageAlt: "Truck loaded with pallets"},
{ {
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/stylish-couple-smiling-draw-painting_8353-10795.jpg", imageAlt: "A couple engaged in a creative art project together"}, id: "6", imageSrc: "http://img.b2bpic.net/free-photo/logistics-concept-transportation-warehouse-generated-by-ai_188544-24589.jpg", imageAlt: "Abstract logistics and transportation concept"},
]} ]}
autoPlay={true} autoPlay={true}
autoPlayInterval={4000} autoPlayInterval={4000}
@@ -83,10 +83,10 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Our Heritage, Your Inspiration" title="Streamlining Your Supply Chain, Globally"
description="Nestled in historical Malacca, The Weekend Workshop offers a serene escape to explore traditional and contemporary arts and crafts. We believe in fostering creativity through hands-on experiences, connecting you with local culture and artisanal skills." description="Ultimate Supply Agency is dedicated to providing seamless and efficient supply chain solutions. With years of expertise in logistics, procurement, and distribution, we empower businesses to optimize their operations and achieve sustained growth. Our commitment to innovation and client satisfaction drives every partnership."
imageSrc="http://img.b2bpic.net/free-photo/beach-with-giant-sculptures-pigeons_1127-2264.jpg" imageSrc="http://img.b2bpic.net/free-photo/trucks-driving-modern-road_1127-3103.jpg"
imageAlt="Interior of a traditional Malacca workshop with art supplies" imageAlt="Modern logistics hub with trucks and cargo"
/> />
</div> </div>
@@ -97,27 +97,27 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Batik Painting Mastery", description: "Learn the ancient art of Batik. From wax resist to vibrant dyes, create your own unique textile masterpiece with traditional Malaccan patterns.", phoneOne: { title: "Procurement & Sourcing", description: "Leverage our global network to source high-quality materials and components at competitive prices, ensuring a steady and reliable supply for your operations.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-decorations-carnival-party_23-2148412867.jpg", imageAlt: "Artist hand painting batik on fabric"}, imageSrc: "http://img.b2bpic.net/free-photo/hand-showing-digital-tablet-displaying-world-map_23-2148281134.jpg", imageAlt: "Hand showing a digital tablet with world map for global sourcing"},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/abstract-nail-polish-texture-detail_23-2149161963.jpg", imageAlt: "Colorful finished batik scarf"} imageSrc: "http://img.b2bpic.net/free-photo/group-people-doing-business-meeting_23-2148651842.jpg", imageAlt: "Group of people in a business meeting"}
}, },
{ {
title: "Pottery Making Experience", description: "Get your hands dirty and unleash your inner potter. Shape clay into beautiful functional or decorative pieces, learning wheel throwing and hand-building techniques.", phoneOne: { title: "Warehousing & Inventory Management", description: "Optimize your storage solutions with our state-of-the-art warehouses and intelligent inventory systems, minimizing waste and maximizing efficiency.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/hands-doing-pottery-close-up_23-2148944911.jpg", imageAlt: "Hands shaping clay on a pottery wheel"}, imageSrc: "http://img.b2bpic.net/free-photo/warehouse-interior-with-modern-racking-systems_23-2149791485.jpg", imageAlt: "Modern warehouse interior with racking systems"},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-round-brown-plates-different-sized-empty-isolated-light-grey-desk_140725-49580.jpg", imageAlt: "Finished handmade ceramic mug set"} imageSrc: "http://img.b2bpic.net/free-photo/stack-cardboard-box-isolated-white-background_23-2147814421.jpg", imageAlt: "Stack of cardboard boxes for inventory"}
}, },
{ {
title: "Artisan Jewelry Crafting", description: "Design and create stunning, personalized jewelry pieces. Explore beading, wire wrapping, and assembly to make rings, necklaces, or bracelets.", phoneOne: { title: "Logistics & Distribution", description: "Ensure timely and cost-effective delivery of your products with our comprehensive logistics and distribution services, covering local and international routes.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/preparation-handmade-gingerbread-with-symbols-ukraine-icing_169016-19715.jpg", imageAlt: "Person designing beaded jewelry"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-hand-holding-box_23-2149487050.jpg", imageAlt: "Close-up of a delivery man holding a box"},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-lipgloss_23-2149529631.jpg", imageAlt: "Elegant handmade gemstone necklace"} imageSrc: "http://img.b2bpic.net/free-photo/cargo-logistics-truck-trailer-concept_23-2149817540.jpg", imageAlt: "Cargo logistics truck trailer concept"}
}, },
]} ]}
showStepNumbers={false} showStepNumbers={false}
title="Explore Our Creative Workshops" title="Our Comprehensive Supply Solutions"
description="Dive into a diverse range of artistic journeys, from traditional Malaysian crafts to modern art techniques. Each workshop is designed to inspire and delight, guided by experienced local artisans." description="We offer end-to-end services designed to optimize your operations, reduce costs, and ensure timely delivery. Discover how we can support your business."
/> />
</div> </div>
@@ -129,26 +129,26 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", brand: "Weekend Workshop", name: "Batik Painting Starter Kit", price: "RM 85.00", rating: 5, id: "p1", brand: "Industrial Supplies", name: "Industrial Bolts (Pack of 100)", price: "RM 25.00", rating: 5,
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/natural-pigments-white-cloth-assortment_23-2148734209.jpg", imageAlt: "DIY Batik Painting Kit"}, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nuts-bolts-arranged-line_23-2148143388.jpg", imageAlt: "Industrial bolts"},
{ {
id: "p2", brand: "Local Artisans", name: "Ceramic Mug & Plate Set", price: "RM 120.00", rating: 4, id: "p2", brand: "Safety Gear", name: "Safety Gloves (Pack of 12)", price: "RM 45.00", rating: 4,
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-cup-tea-books-knitted-element_169016-42672.jpg", imageAlt: "Handmade Ceramic Mug and Plate Set"}, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/work-gloves-protection-equipment_23-2148135894.jpg", imageAlt: "Work gloves for protection"},
{ {
id: "p3", brand: "Craft Creations", name: "Malacca Charm Bracelet Kit", price: "RM 60.00", rating: 5, id: "p3", brand: "Warehouse Essentials", name: "Standard Wooden Pallets", price: "RM 80.00", rating: 5,
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-with-band-lgbt-colors_23-2148120276.jpg", imageAlt: "Beaded Bracelet Making Kit"}, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/wooden-pallet-floor_1101-193.jpg", imageAlt: "Wooden pallets"},
{ {
id: "p4", brand: "Art Spectrum", name: "Watercolor Painting Kit", price: "RM 95.00", rating: 4, id: "p4", brand: "Packaging Solutions", name: "Packaging Tape (Bulk Roll)", price: "RM 15.00", rating: 4,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brushes-line-white-wooden-background_23-2148143387.jpg", imageAlt: "Complete Watercolor Painting Set"}, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/scotch-tape_1203-8278.jpg", imageAlt: "Roll of scotch tape"},
{ {
id: "p5", brand: "Heritage Art", name: "Hand-painted Malacca Postcards", price: "RM 45.00", rating: 5, id: "p5", brand: "Maintenance & Cleaning", name: "Industrial Cleaning Kit", price: "RM 75.00", rating: 5,
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/charles-bridge-gate-prague_1204-469.jpg", imageAlt: "Set of Hand-painted Malacca Heritage Postcards"}, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/set-cleaning-products-blue-bucket-house-cleaning_23-2147775537.jpg", imageAlt: "Set of cleaning products in a blue bucket"},
{ {
id: "p6", brand: "DIY Wellness", name: "Aromatherapy Soap Making Kit", price: "RM 70.00", rating: 4, id: "p6", brand: "Office Supplies", name: "Premium Office Stationery Pack", price: "RM 30.00", rating: 4,
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-skincare-products_23-2148317598.jpg", imageAlt: "DIY Aromatherapy Soap Making Kit"}, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery_23-2148143386.jpg", imageAlt: "Top view of various stationery items"},
]} ]}
title="Handcrafted Treasures & Kits" title="Essential Supply Catalog"
description="Take a piece of creativity home with you. Browse our selection of unique handcrafted items made by local artisans and DIY craft kits for endless fun and learning." description="Browse a selection of high-quality products we supply. From industrial components to office essentials, find everything your business needs."
/> />
</div> </div>
@@ -159,23 +159,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "basic", badge: "Solo Artist", badgeIcon: Sparkles, id: "basic", badge: "Basic Operations", badgeIcon: CheckCircle,
price: "RM 150", subtitle: "Per Person, Per Workshop", features: [ price: "RM 499", subtitle: "Per Month", features: [
"One selected workshop", "All materials provided", "Expert instruction", "Take home your creation"], "Basic logistics support", "Small volume procurement", "Standard delivery options", "Email support"],
}, },
{ {
id: "standard", badge: "Duet Discovery", badgeIcon: Heart, id: "standard", badge: "Scaled Solutions", badgeIcon: Handshake,
price: "RM 280", subtitle: "For Two People, One Workshop", features: [ price: "RM 999", subtitle: "Per Month", features: [
"One selected workshop for two", "All materials provided", "Shared creative experience", "Couples or friends package"], "Advanced logistics management", "Medium volume procurement", "Expedited delivery options", "Dedicated account manager", "Inventory tracking system"],
}, },
{ {
id: "premium", badge: "Group Gatherings", badgeIcon: Users, id: "premium", badge: "Premier Partnership", badgeIcon: ShieldCheck,
price: "RM 130", subtitle: "Per Person for 5+ Participants", features: [ price: "Custom", subtitle: "Tailored for You", features: [
"Customizable workshop choice", "Ideal for team building/events", "Group discount applied", "Dedicated instructor support"], "End-to-end supply chain optimization", "Large volume procurement", "Custom logistics solutions", "24/7 priority support", "Real-time analytics & reporting"],
}, },
]} ]}
title="Find Your Perfect Workshop Experience" title="Flexible Pricing for Every Business"
description="Choose from our flexible workshop packages tailored for individuals, couples, and groups. Unleash your inner artist with guidance from experienced instructors." description="Our pricing models are designed to be transparent and scalable, adapting to the unique needs of your business. Choose a plan that fits your supply chain demands."
/> />
</div> </div>
@@ -186,18 +186,18 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", name: "Lee Mei Ling", handle: "@CreativeMei", testimonial: "The Batik painting workshop was an absolute delight! The instructor was so patient and knowledgeable. I never thought I could create something so beautiful. Highly recommended for a unique Malacca experience!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-clay-pot_23-2148944917.jpg", imageAlt: "Lee Mei Ling smiling while painting"}, id: "t1", name: "Sarah Chen", handle: "@TechSolutions", testimonial: "Ultimate Supply Agency streamlined our entire procurement process. Their efficiency is truly a game-changer for our tech operations!", imageSrc: "http://img.b2bpic.net/free-photo/team-business-meeting_23-2148651846.jpg", imageAlt: "Sarah Chen at a business meeting"},
{ {
id: "t2", name: "Ahmad bin Hassan", handle: "@ArtisanAhmad", testimonial: "As someone with no prior experience, I was a bit nervous about pottery. But the team at Weekend Workshop made it so much fun and easy to learn. I'm already planning my next visit for a different workshop!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-artist-his-30s-is-giving-last-touches-paint-new-colorful-painting-that-he-is-doing-his-art-studio_662251-335.jpg", imageAlt: "Ahmad bin Hassan working on pottery"}, id: "t2", name: "David Lee", handle: "@GlobalDistro", testimonial: "Reliable, efficient, and cost-effective. Ultimate Supply Agency's logistics solutions are unparalleled for our global distribution needs.", imageSrc: "http://img.b2bpic.net/free-photo/logistic-team-meeting_23-2148651848.jpg", imageAlt: "David Lee with his logistics team"},
{ {
id: "t3", name: "Priya Devi", handle: "@CraftyPriya", testimonial: "A fantastic way to spend a weekend! The jewelry crafting workshop was incredibly therapeutic, and I walked away with a piece I truly love. The heritage branch adds such a charming atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-therapy_23-2148928793.jpg", imageAlt: "Priya Devi showcasing handmade jewelry"}, id: "t3", name: "Maria Gomez", handle: "@RetailInnovate", testimonial: "Excellent inventory management, always on top of our stock. Ultimate Supply Agency is highly recommended for any retail business!", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-businesswoman-sitting-office-with-arms-crossed_23-2148651834.jpg", imageAlt: "Maria Gomez, a happy businesswoman"},
{ {
id: "t4", name: "David Tan & Family", handle: "@TanFamilyAdventures", testimonial: "We brought our kids for a painting session, and they absolutely loved it! It's a wonderful family-friendly activity in Malacca. Even we, the parents, had a blast getting creative.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-painting-school_23-2150385340.jpg", imageAlt: "Family happily painting together"}, id: "t4", name: "James Wilson", handle: "@MfgSolutions", testimonial: "Their team goes above and beyond to ensure our manufacturing supplies arrive on time, every time. A critical partner for us.", imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-writing-notes-meeting_23-2148651845.jpg", imageAlt: "James Wilson writing notes in a meeting"},
{ {
id: "t5", name: "Sarah Chong", handle: "@MalaccaExplorer", testimonial: "I'm a frequent traveler to Malacca, and The Weekend Workshop is a must-do every time. The variety of workshops is great, and the quality of instruction is consistently excellent. A true gem!", imageSrc: "http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-38849.jpg", imageAlt: "Sarah Chong smiling in a workshop setting"}, id: "t5", name: "Emily White", handle: "@EcomPros", testimonial: "A true partner in our e-commerce growth. Ultimate Supply Agency is indispensable for our global shipping and fulfillment operations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-indian-businessman-office-looking-camera-confident_23-2148651844.jpg", imageAlt: "Emily White, an e-commerce professional"},
]} ]}
title="What Our Happy Crafters Say" title="What Our Clients Say"
description="Our workshops are more than just classes; they're experiences that bring joy, skill, and lasting memories. Hear from our community." description="Our commitment to excellence is reflected in the success of our partners. Hear how Ultimate Supply Agency has transformed their operations."
speed={40} speed={40}
topMarqueeDirection="left" topMarqueeDirection="left"
/> />
@@ -209,18 +209,18 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", title: "What types of workshops do you offer?", content: "We offer a diverse range including Batik painting, pottery making, jewelry crafting, watercolor painting, and occasional seasonal specials. Check our 'Workshops' section for the latest schedule!"}, id: "f1", title: "What types of businesses do you serve?", content: "We partner with businesses of all sizes, from startups to large enterprises, across various industries including manufacturing, retail, e-commerce, and more."},
{ {
id: "f2", title: "Do I need prior experience to join a workshop?", content: "Absolutely not! Our workshops are designed for all skill levels, from complete beginners to experienced artists looking to try something new. Our instructors provide step-by-step guidance."}, id: "f2", title: "How do you ensure timely delivery?", content: "Our advanced logistics network, real-time tracking, and experienced team work together to ensure your shipments are delivered efficiently and on schedule."},
{ {
id: "f3", title: "How do I book a workshop session?", content: "You can book directly through our website by selecting your desired workshop and date, or by calling our Malacca Heritage Branch. Advance booking is recommended to secure your spot."}, id: "f3", title: "Can you handle international logistics?", content: "Yes, we specialize in international logistics, managing customs, regulations, and global distribution to seamlessly extend your reach across borders."},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/illustrator-tools-arrangement_23-2150268025.jpg" imageSrc="http://img.b2bpic.net/free-photo/warehouse-forklift-boxes_23-2149591465.jpg"
imageAlt="Assortment of art and craft tools on a table" imageAlt="Modern warehouse with shelves and inventory"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
mediaPosition="left" mediaPosition="left"
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Got questions about our workshops, bookings, or what to expect? Find quick answers here. If your query isn't covered, feel free to contact us directly!" description="Find answers to common questions about our services, operations, and how we can support your business."
faqsAnimation="slide-up" faqsAnimation="slide-up"
showCard={true} showCard={true}
/> />
@@ -231,16 +231,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain"}} variant: "plain"}}
tag="Connect With Us" tag="Get in Touch"
title="Join Our Creative Community" title="Partner with Ultimate Supply Agency"
description="Ready to unleash your creativity? Get in touch with us to book a workshop, inquire about custom events, or simply say hello. We look forward to crafting with you!" description="Ready to optimize your supply chain? Contact us today to discuss your specific needs and discover how we can help your business thrive."
imageSrc="http://img.b2bpic.net/free-photo/old-fashioned-cottage-with-half-timbered-roof-amidst-nature-generated-by-ai_188544-28125.jpg" imageSrc="http://img.b2bpic.net/free-photo/warehouse-interior-industrial-plant_23-2149591471.jpg"
imageAlt="Exterior of The Weekend Workshop Malacca Heritage Branch" imageAlt="Logistics team discussing plans in a modern office"
mediaAnimation="opacity" mediaAnimation="opacity"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email for updates" inputPlaceholder="Enter your business email"
buttonText="Subscribe" buttonText="Request a Quote"
termsText="By subscribing, you agree to receive workshop updates and promotions from The Weekend Workshop." termsText="By requesting a quote, you agree to our Terms and Conditions and Privacy Policy."
/> />
</div> </div>
@@ -248,47 +248,45 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Workshops", items: [ title: "Services", items: [
{ {
label: "Batik Painting", href: "#workshops"}, label: "Procurement", href: "#workshops"},
{ {
label: "Pottery Making", href: "#workshops"}, label: "Warehousing", href: "#workshops"},
{ {
label: "Jewelry Crafting", href: "#workshops"}, label: "Logistics", href: "#workshops"},
{ {
label: "All Workshops", href: "#workshops"}, label: "All Services", href: "#workshops"},
], ],
}, },
{ {
title: "About Us", items: [ title: "Company", items: [
{ {
label: "Our Story", href: "#about"}, label: "Our Story", href: "#about"},
{ {
label: "Our Mission", href: "#about"}, label: "Mission & Vision", href: "#about"},
{ {
label: "Meet the Team", href: "#"}, label: "Client Stories", href: "#testimonials"},
{
label: "Testimonials", href: "#testimonials"},
], ],
}, },
{ {
title: "Connect", items: [ title: "Resources", items: [
{ {
label: "Contact Us", href: "#contact"}, label: "Contact Us", href: "#contact"},
{ {
label: "Location", href: "#"}, label: "Locations", href: "#"},
{ {
label: "Facebook", href: "https://facebook.com/theweekendworkshop"}, label: "Support", href: "#"},
{ {
label: "Instagram", href: "https://instagram.com/theweekendworkshop"}, label: "Careers", href: "#"},
], ],
}, },
]} ]}
bottomLeftText="© 2024 The Weekend Workshop. All rights reserved." bottomLeftText="© 2024 Ultimate Supply Agency. All rights reserved."
bottomRightText="Malacca Heritage Branch" bottomRightText="Global Logistics Partner"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }