Update src/app/page.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="Expert Tailoring & Alterations in Washington, DC"
|
||||
description="Trusted by locals since we opened our doors. 4.9★ rated for wedding dress alterations, suit tailoring, and custom garment work."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898070.jpg", alt: "SNS Alterations professional tailor shop"},
|
||||
@@ -82,9 +82,9 @@ export default function LandingPage() {
|
||||
title: "Wedding Dress Alterations", description: "Specialized bridal gown alterations ensuring your perfect fit on the big day", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cutting-crepe-paper-with-scissor_23-2148193652.jpg?_wi=1", imageAlt: "Professional wedding dress alteration"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cutting-crepe-paper-with-scissor_23-2148193652.jpg", imageAlt: "Professional wedding dress alteration"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cutting-crepe-paper-with-scissor_23-2148193652.jpg?_wi=2", imageAlt: "Bride fitting room alteration"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cutting-crepe-paper-with-scissor_23-2148193652.jpg", imageAlt: "Bride fitting room alteration"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -100,18 +100,18 @@ export default function LandingPage() {
|
||||
title: "Pants & Trouser Hemming", description: "Precise hemming and length adjustments for all pants and trousers", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-tailor-working-with-cloth-samples-sewing-workshop_613910-4435.jpg?_wi=1", imageAlt: "Professional pants hemming"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-tailor-working-with-cloth-samples-sewing-workshop_613910-4435.jpg", imageAlt: "Professional pants hemming"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-tailor-working-with-cloth-samples-sewing-workshop_613910-4435.jpg?_wi=2", imageAlt: "Detailed hemming stitching"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-tailor-working-with-cloth-samples-sewing-workshop_613910-4435.jpg", imageAlt: "Detailed hemming stitching"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Custom Garment Work", description: "Bespoke tailoring and custom alterations for your unique style needs", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898070.jpg?_wi=1", imageAlt: "Custom tailoring workspace"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898070.jpg", imageAlt: "Custom tailoring workspace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898070.jpg?_wi=2", imageAlt: "Professional tailoring detail"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898070.jpg", imageAlt: "Professional tailoring detail"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898070.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898070.jpg"
|
||||
imageAlt="SNS Alterations welcoming tailor shop interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
bulletPoints={[
|
||||
|
||||
Reference in New Issue
Block a user