diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b51a17..df81de5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function HomePage() { @@ -266,25 +179,13 @@ export default function HomePage() { ctaIcon={Phone} faqs={[ { - id: "1", - title: "What is your minimum order quantity?", - content: "Our minimum order quantity is 50 units per design. We offer competitive pricing for bulk orders and can discuss custom arrangements based on your requirements.", - }, + id: "1", title: "What is your minimum order quantity?", content: "Our minimum order quantity is 50 units per design. We offer competitive pricing for bulk orders and can discuss custom arrangements based on your requirements."}, { - id: "2", - title: "Do you offer custom branding and logos?", - content: "Yes! We specialize in custom logo jackets and private label production. We can add embroidery, screen printing, or woven labels to match your brand identity perfectly.", - }, + id: "2", title: "Do you offer custom branding and logos?", content: "Yes! We specialize in custom logo jackets and private label production. We can add embroidery, screen printing, or woven labels to match your brand identity perfectly."}, { - id: "3", - title: "What is your production timeline?", - content: "Standard production takes 4-6 weeks depending on order complexity. Rush orders can be accommodated with advance notice. We'll provide a specific timeline once we review your requirements.", - }, + id: "3", title: "What is your production timeline?", content: "Standard production takes 4-6 weeks depending on order complexity. Rush orders can be accommodated with advance notice. We'll provide a specific timeline once we review your requirements."}, { - id: "4", - title: "Do you ship internationally?", - content: "Yes, we ship worldwide! We handle all logistics and provide tracking information. Shipping costs vary based on location and order weight. Contact us for a quote.", - }, + id: "4", title: "Do you ship internationally?", content: "Yes, we ship worldwide! We handle all logistics and provide tracking information. Shipping costs vary based on location and order weight. Contact us for a quote."}, ]} useInvertedBackground={false} animationType="slide-up"