4 Commits

Author SHA1 Message Date
947842bbc4 Update src/app/page.tsx 2026-05-31 13:51:44 +00:00
b9c11fabaa Update src/app/layout.tsx 2026-05-31 13:51:44 +00:00
fa7660678f Merge version_2 into main
Merge version_2 into main
2026-05-31 13:47:48 +00:00
ed2e4558ef Merge version_2 into main
Merge version_2 into main
2026-05-31 13:47:21 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -11,8 +11,8 @@ import { Mulish } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Riley\'s Laundry Shop | Easy Pickup & Delivery', title: 'Riley\'s Laundry Shop - Cobo | Laundry & Dry Cleaning Services',
description: 'Convenient and reliable laundry services with easy online pickup scheduling. Get your clothes fresh and clean without lifting a finger!', description: 'Riley\'s Laundry Shop - Cobo offers convenient and reliable laundry services with easy online pickup scheduling. Located at Cobo\'s Ramp, Gibraltar, get your clothes fresh and clean!',
openGraph: { openGraph: {
"title": "TOOTH CARE Dental Clinic | Premium Dental Services", "title": "TOOTH CARE Dental Clinic | Premium Dental Services",
"description": "Experience top-tier dental care at TOOTH CARE Dental Clinic. Your trusted partner for healthy smiles in Tabaco City, Albay. Book your appointment today!", "description": "Experience top-tier dental care at TOOTH CARE Dental Clinic. Your trusted partner for healthy smiles in Tabaco City, Albay. Book your appointment today!",

View File

@@ -74,8 +74,8 @@ export default function LandingPage() {
<SplitAbout <SplitAbout
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
title="Your Trusted Partner for Laundry Care" title="Your Trusted Partner for Laundry Care in Cobo"
description="At Riley's Laundry Shop, we combine professional care with ultimate convenience. We handle your clothes with meticulous attention, offering a seamless experience from pickup to sparkling clean delivery." description="At Riley's Laundry Shop - Cobo, we combine professional care with ultimate convenience in Gibraltar. Located at Cobo's Ramp, Gibraltar GX11 1AA, we handle your clothes with meticulous attention, offering a seamless experience from pickup to sparkling clean delivery."
bulletPoints={[ bulletPoints={[
{ {
title: "Professional Cleaning", description: "Expert washing, drying, and folding for all your garments.", icon: CheckCircle, title: "Professional Cleaning", description: "Expert washing, drying, and folding for all your garments.", icon: CheckCircle,
@@ -87,8 +87,8 @@ export default function LandingPage() {
title: "Quality Guaranteed", description: "We ensure your clothes are returned fresh, clean, and perfectly folded.", icon: Heart, title: "Quality Guaranteed", description: "We ensure your clothes are returned fresh, clean, and perfectly folded.", icon: Heart,
}, },
]} ]}
imageSrc="https://images.unsplash.com/photo-1605272097893-6c70817088b9?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EU7gXZGDbfFAD12V9x3unbr6n3/uploaded-1780235464151-gb50v8wa.png"
imageAlt="Modern laundry shop interior" imageAlt="Interior of Riley's Laundry Shop - Cobo"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -206,7 +206,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Schedule Your Laundry Pickup Today" title="Schedule Your Laundry Pickup Today"
description="Ready to simplify your laundry routine? Fill out the form below to schedule a convenient pickup, and we'll take care of the rest." description="Ready to simplify your laundry routine? Visit us at Cobo's Ramp, Gibraltar GX11 1AA, call us at +350 200 42200, or fill out the form below to schedule a convenient pickup. We'll take care of the rest!"
inputs={[ inputs={[
{ {
name: "name", type: "text", placeholder: "Your Name", required: true, name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -222,8 +222,8 @@ export default function LandingPage() {
name: "message", placeholder: "Tell us about your laundry needs or preferred pickup time...", rows: 4, name: "message", placeholder: "Tell us about your laundry needs or preferred pickup time...", rows: 4,
required: true, required: true,
}} }}
imageSrc="https://images.unsplash.com/photo-1520600863624-9657053e147b?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EU7gXZGDbfFAD12V9x3unbr6n3/uploaded-1780235464152-p2ei1bhf.png"
imageAlt="Person scheduling a laundry pickup on a tablet" imageAlt="Riley's Laundry Shop - Cobo exterior"
mediaAnimation="none" mediaAnimation="none"
mediaPosition="right" mediaPosition="right"
buttonText="Schedule Pickup" buttonText="Schedule Pickup"
@@ -271,9 +271,9 @@ export default function LandingPage() {
{ {
label: "Schedule Pickup", href: "#contact"}, label: "Schedule Pickup", href: "#contact"},
{ {
label: "Location", href: "https://maps.app.goo.gl/YourClinicLocation"}, label: "Location", href: "https://www.google.com/maps/search/?api=1&query=Cobo's+Ramp%2C+Gibraltar+GX11+1AA"},
{ {
label: "Call Us", href: "tel:+1234567890"}, label: "Call Us", href: "tel:+35020042200"},
], ],
}, },
]} ]}