Merge version_1 into main #3
@@ -86,8 +86,8 @@ export default function HomePage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg"
|
||||
imageAlt="Luxury jewelry and fragrance showcase"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="opacity"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,7 +132,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
animationType="opacity"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg", imageAlt: "Aurora Diamond Ring"},
|
||||
@@ -157,14 +157,14 @@ export default function HomePage() {
|
||||
"Vogue Caribbean", "Luxury Magazine", "Island Living", "Fine Jewelry Today", "Caribbean Lifestyle", "Cayman Business", "Haute Culture", "Prestige"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to discover your perfect piece? Connect with our specialists for personalized consultations and exclusive previews."
|
||||
animationType="slide-up"
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Get in Touch", href: "/contact" },
|
||||
{ text: "Request Appointment", href: "/contact" },
|
||||
|
||||
@@ -75,8 +75,8 @@ export default function ShopPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg"
|
||||
imageAlt="Shop luxury jewelry and fragrances"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="opacity"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,7 +88,7 @@ export default function ShopPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
animationType="opacity"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg", imageAlt: "Aurora Diamond Ring"},
|
||||
@@ -105,7 +105,7 @@ export default function ShopPage() {
|
||||
<div id="support" data-section="support">
|
||||
<ContactText
|
||||
text="Have questions about our products? Our specialists are here to help you find the perfect piece or answer any questions about craftsmanship and materials."
|
||||
animationType="slide-up"
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Contact Support", href: "/contact" },
|
||||
{ text: "View Shipping Info", href: "/" },
|
||||
|
||||
Reference in New Issue
Block a user