Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
ariaLabel="Hero section with premium engraved product carousel"
|
||||
/>
|
||||
</div>
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "prod-stone-black", name: "Engraved Black Marble Stone", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-vector/funeral-card-template_23-2147999056.jpg?_wi=1", imageAlt: "Premium black marble stone with precision engraving"
|
||||
id: "prod-stone-black", name: "Engraved Black Marble Stone", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-vector/funeral-card-template_23-2147999056.jpg", imageAlt: "Premium black marble stone with precision engraving"
|
||||
},
|
||||
{
|
||||
id: "prod-stone-white", name: "Engraved Limestone Plaque", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-photo/concept-healthy-vegetarian-diet-food-delivery-concept-raw-food-top-view_127032-3236.jpg", imageAlt: "Light limestone plaque perfect for memorials"
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
id: "feature-1", title: "Upload Your Design", description: "Share your photo, text, or digital artwork. Our intuitive uploader supports all common formats. Preview exactly how it will look on your chosen product.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-vector/concept-image-upload-landing-page_23-2148319404.jpg", imageAlt: "Design upload interface preview"
|
||||
},
|
||||
{
|
||||
id: "feature-2", title: "Choose Your Product", description: "Select from our curated range of premium engraving surfaces—marble stones, phone covers, keychains, wooden boxes, and more. Each material delivers unique visual beauty.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/funeral-card-template_23-2147999056.jpg?_wi=2", imageAlt: "Product selection showcase"
|
||||
id: "feature-2", title: "Choose Your Product", description: "Select from our curated range of premium engraving surfaces—marble stones, phone covers, keychains, wooden boxes, and more. Each material delivers unique visual beauty.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/funeral-card-template_23-2147999056.jpg", imageAlt: "Product selection showcase"
|
||||
},
|
||||
{
|
||||
id: "feature-3", title: "We Engrave with Precision", description: "Our laser masters transform your design into permanent, museum-quality engraving. Every detail is verified by our quality team before packaging.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg", imageAlt: "Precision quality control inspection"
|
||||
@@ -267,7 +267,7 @@ export default function LandingPage() {
|
||||
{ text: "Start Customizing", href: "#products" },
|
||||
{ text: "Message Us on WhatsApp", href: "https://wa.me/1234567890?text=Hi%20Incarved%2C%20I%27d%20like%20to%20discuss%20a%20custom%20order" }
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Call-to-action contact section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user