Merge version_1 into main #2
@@ -19,7 +19,7 @@ const navItems = [
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered navItems={navItems} brandName="Bhangale Gold" />
|
||||
</div>
|
||||
@@ -60,6 +60,7 @@ export default function Page() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Royal Polki Set", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-professional-stainless-coffee-pot_613910-8830.jpg" },
|
||||
{ id: "p2", name: "Temple Gold Choker", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/soft-indoor-portrait-caucasian-gentle-woman-wearing-beige-suit-no-bra-posing-palm-tropical-plant-gray_343596-3231.jpg" },
|
||||
@@ -87,6 +88,7 @@ export default function Page() {
|
||||
</div>
|
||||
<div id="bridal-campaign" data-section="bridal-campaign">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
text="Begin your bridal journey with a private consultation."
|
||||
buttons={[{ text: "Reserve Consultation", href: "#contact" }]}
|
||||
@@ -102,11 +104,11 @@ export default function Page() {
|
||||
description="Experience royalty in every detail."
|
||||
faqsAnimation="blur-reveal"
|
||||
mediaAnimation="blur-reveal"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardAnimation="blur-reveal"
|
||||
cardTitle="Loved by Thousands"
|
||||
cardTag="Testimonials"
|
||||
@@ -135,6 +137,7 @@ export default function Page() {
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Start your journey with Bhangale Gold."
|
||||
buttons={[{ text: "Call Now", href: "tel:+919169161119" }]}
|
||||
|
||||
Reference in New Issue
Block a user