Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b1c612756 | |||
| c3424f1635 | |||
| 7acfbfa8fd | |||
| a0012cbfdf | |||
| e859756b68 | |||
| ed34893bb1 | |||
| 1c52da37e9 |
@@ -56,6 +56,8 @@ export default function BlogPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
tag="Blog"
|
tag="Blog"
|
||||||
|
textBoxTitleClassName="text-red-600"
|
||||||
|
textBoxDescriptionClassName="text-red-500"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
@@ -87,4 +89,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1260,4 +1260,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -69,6 +69,8 @@ export default function TigerCupsPage() {
|
|||||||
{ text: "Shop Now", href: "/shop" },
|
{ text: "Shop Now", href: "/shop" },
|
||||||
{ text: "View Collections", href: "/shop" }
|
{ text: "View Collections", href: "/shop" }
|
||||||
]}
|
]}
|
||||||
|
titleClassName="text-red-600"
|
||||||
|
descriptionClassName="text-red-500"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -94,6 +96,8 @@ export default function TigerCupsPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
|
textBoxTitleClassName="text-red-600"
|
||||||
|
textBoxDescriptionClassName="text-red-500"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -116,6 +120,7 @@ export default function TigerCupsPage() {
|
|||||||
imageAlt="Tiger Cups artisan craftsmanship"
|
imageAlt="Tiger Cups artisan craftsmanship"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
titleClassName="text-red-600"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -152,6 +157,8 @@ export default function TigerCupsPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
textBoxTitleClassName="text-red-600"
|
||||||
|
textBoxDescriptionClassName="text-red-500"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -184,6 +191,8 @@ export default function TigerCupsPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
|
textBoxTitleClassName="text-red-600"
|
||||||
|
textBoxDescriptionClassName="text-red-500"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -211,6 +220,8 @@ export default function TigerCupsPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
|
textBoxTitleClassName="text-red-600"
|
||||||
|
textBoxDescriptionClassName="text-red-500"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -225,6 +236,8 @@ export default function TigerCupsPage() {
|
|||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your email address"
|
||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
termsText="We respect your privacy. Unsubscribe at any time. By subscribing, you agree to our Terms and Privacy Policy."
|
termsText="We respect your privacy. Unsubscribe at any time. By subscribing, you agree to our Terms and Privacy Policy."
|
||||||
|
titleClassName="text-red-600"
|
||||||
|
descriptionClassName="text-red-500"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -254,4 +267,4 @@ export default function TigerCupsPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -240,4 +240,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -115,4 +115,4 @@ export default function ShopPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user