minor changes

This commit is contained in:
bharti
2025-08-19 23:04:20 +05:30
parent aabfe281a6
commit 7d0dff3175
5 changed files with 234 additions and 149 deletions

View File

@ -281,13 +281,13 @@ export default function Home() {
<motion.h3
className="text-4xl md:text-5xl lg:text-7xl font-bold text-[#8B4513] font-samantha"
style={{
fontWeight: 300,
fontWeight: 400,
fontSize: "clamp(36px, 6vw, 60px)",
lineHeight: "120%",
letterSpacing: "0%",
fontStyle: "italic",
color: "#703133",
fontFamily: "Renner*",
fontFamily: "Samantha Signature",
}}
whileHover={{ scale: 1.02 }}
transition={{ duration: 0.3 }}