Initial Changes
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
import React from "react";
|
||||
|
||||
const PremiumBannerTwo = () => {
|
||||
const PremiumBannerTwo = ({ data }) => {
|
||||
const { header3, video_link1 } = data || {};
|
||||
return (
|
||||
<div className="min-h-[60vh] mx-auto">
|
||||
<h2 className="text-center sm:text-5xl mt-3 text-3xl font-serif sm:mt-16 tracking-wider mb-11">
|
||||
Three Generations of Expertise
|
||||
{header3 ?? "Three Generations of Expertise"}
|
||||
</h2>
|
||||
<iframe
|
||||
width="800"
|
||||
className="mx-auto sm:h-[350px] h-[160px] mb-5 w-[300px] sm:w-[600px]"
|
||||
height="450"
|
||||
src="https://www.youtube.com/embed/_drMO01Mjtc"
|
||||
src={`${video_link1 ?? "https://www.youtube.com/embed/_drMO01Mjtc"}`}
|
||||
title="Everything you need to know about Rudraksh | Keerthi History with Sukritya from Gupta Rudraksha"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
|
||||
Reference in New Issue
Block a user