Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 01:28:21 +00:00
parent 0aba09eaa3
commit 9b42035082

View File

@@ -87,11 +87,11 @@ export default function ServicesPage() {
"Expert tailoring for your perfect bridal moment. We specialize in wedding gowns, bridesmaid dresses, and formal evening wear with meticulous attention to detail and care for delicate fabrics.",
phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg",
"http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=4",
},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg",
"http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg?_wi=1",
},
},
{
@@ -101,11 +101,11 @@ export default function ServicesPage() {
"Professional hemming, tapering, and repairs for your everyday wardrobe. From pants to shirts, we ensure the perfect fit at affordable prices. Quick turnaround on most items.",
phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg",
"http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg?_wi=2",
},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg",
"http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=3",
},
},
{
@@ -115,11 +115,11 @@ export default function ServicesPage() {
"Add personalized touches to your garments with professional embroidery, monogramming, and custom details. Perfect for uniforms, corporate wear, gifts, and special occasions.",
phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-9.jpg",
"http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-9.jpg?_wi=3",
},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg",
"http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg?_wi=5",
},
},
]}
@@ -142,21 +142,21 @@ export default function ServicesPage() {
name: "Wedding Dress Alteration",
price: "Expert Fit",
imageSrc:
"http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg",
"http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg?_wi=1",
},
{
id: "2",
name: "Suit Tailoring",
price: "Perfect Tailoring",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg",
"http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=4",
},
{
id: "3",
name: "Pants Hemming",
price: "Precision Work",
imageSrc:
"http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg",
"http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg?_wi=3",
},
]}
gridVariant="three-columns-all-equal-width"