Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ text: "View Collections", href: "products" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150790936.jpg", imageAlt: "Premium framed poster in modern interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-authentic-dining-room-interior-design-with-picture-frame_53876-126790.jpg", imageAlt: "Elegant poster frame bedroom accent" },
|
||||
@@ -82,13 +82,13 @@ export default function LandingPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "Modern Abstract Blue", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg?_wi=1", imageAlt: "Modern abstract blue poster frame", initialQuantity: 1
|
||||
id: "product-1", name: "Modern Abstract Blue", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg", imageAlt: "Modern abstract blue poster frame", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "product-2", name: "Minimalist Geometric", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-photo-frame-as-interior-decoration_23-2149390860.jpg", imageAlt: "Minimalist geometric poster black frame", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "product-3", name: "Contemporary Landscape", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg?_wi=1", imageAlt: "Contemporary landscape poster white frame", initialQuantity: 1
|
||||
id: "product-3", name: "Contemporary Landscape", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg", imageAlt: "Contemporary landscape poster white frame", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/bank-face-recognition-technology-flyer-template_74855-15590.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/dynamic-electronic-music-instagram-stories_23-2150026448.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg"
|
||||
}
|
||||
}
|
||||
]}
|
||||
@@ -260,7 +260,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule Consultation", href: "#" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user