Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dae454aed | |||
| 479467f1bb | |||
| bf094f6a2f | |||
| 638eeb440a | |||
| 252d80c790 |
@@ -13,6 +13,13 @@ import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Award, Flame, Heart, Instagram, Linkedin, Mail, Shield, Sparkles, Star, Twitter, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleShopSignatureCollection = () => {
|
||||
const productsSection = document.getElementById("products");
|
||||
if (productsSection) {
|
||||
productsSection.scrollIntoView({ behavior: "smooth" });
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -75,7 +82,7 @@ export default function LandingPage() {
|
||||
tag="New Arrivals"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "View All", href: "#" }]}
|
||||
buttons={[{ text: "Shop Signature Collection", onClick: handleShopSignatureCollection }]}
|
||||
buttonAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -227,4 +234,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user