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";
|
import { Award, Flame, Heart, Instagram, Linkedin, Mail, Shield, Sparkles, Star, Twitter, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
|
const handleShopSignatureCollection = () => {
|
||||||
|
const productsSection = document.getElementById("products");
|
||||||
|
if (productsSection) {
|
||||||
|
productsSection.scrollIntoView({ behavior: "smooth" });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
@@ -75,7 +82,7 @@ export default function LandingPage() {
|
|||||||
tag="New Arrivals"
|
tag="New Arrivals"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[{ text: "View All", href: "#" }]}
|
buttons={[{ text: "Shop Signature Collection", onClick: handleShopSignatureCollection }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
|||||||
Reference in New Issue
Block a user