Merge version_2 into main #2
@@ -6,13 +6,9 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||
import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Star, MapPin, Phone, Clock } from "lucide-react";
|
||||
import { Star, MapPin, Clock } from "lucide-react";
|
||||
|
||||
export default function LaundryPage() {
|
||||
return (
|
||||
@@ -70,6 +66,8 @@ export default function LaundryPage() {
|
||||
subdescription="Open Daily until 9:00 PM"
|
||||
icon={Clock}
|
||||
imageSrc="https://images.unsplash.com/photo-1521655321287-2475e1823126?q=80&w=2070&auto=format&fit=crop"
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,6 +75,8 @@ export default function LaundryPage() {
|
||||
<FeatureCardNineteen
|
||||
title="Our Services"
|
||||
description="Comprehensive care for all your fabrics."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ tag: "Laundry", title: "Wash & Fold", subtitle: "Daily Wear", description: "High quality cleaning and expert folding for your everyday clothing." },
|
||||
{ tag: "Dry Cleaning", title: "Dry Cleaning", subtitle: "Special Care", description: "Gentle treatment for delicate garments and formal wear." },
|
||||
@@ -89,6 +89,7 @@ export default function LaundryPage() {
|
||||
<ContactSplitForm
|
||||
title="Visit or Contact Us"
|
||||
description="Need laundry help? Drop by our store at Jl. Tengku Bey or give us a call!"
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||
|
||||
Reference in New Issue
Block a user