import React from 'react';
import Link from 'next/link';
const HoverShaligram = () => {
return (
Shaligram Types
- Vishnu Shaligram
- Lakshmi Shaligram
- Narayan Shaligram
{/* Add more Shaligram types as needed */}
Benefits
- Spiritual Growth
- Protection
- Prosperity
{/* Add more benefits as needed */}
Resources
- Care Instructions
- History of Shaligram
- FAQ
);
};
export default HoverShaligram;