Minor changes
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
const HeroFour = ({ data }) => {
|
const HeroFour = ({ data }) => {
|
||||||
const { header1, description1, video_link1 } = data ?? {};
|
const { heading1, description1, video_link1 } = data ?? {};
|
||||||
return (
|
return (
|
||||||
<div className="min-h-[70vh] mt-10 pb-14 sm:px-6 lg:px-8">
|
<div className="min-h-[70vh] mt-10 pb-14 sm:px-6 lg:px-8">
|
||||||
<div className="max-w-8xl mx-auto">
|
<div className="max-w-8xl mx-auto">
|
||||||
<div className="text-center mb-12">
|
<div className="text-center mb-12">
|
||||||
<h1 className="font-serif text-5xl text-slate-800 mb-4">
|
<h1 className="font-serif text-5xl text-slate-800 mb-4">
|
||||||
{header1 ?? "Explore Gupta Rudraksha"}
|
{heading1 ?? "Explore Gupta Rudraksha"}
|
||||||
</h1>
|
</h1>
|
||||||
<h2 className="text-xl text-slate-700">
|
<h2 className="text-xl text-slate-700">
|
||||||
{description1 ??
|
{description1 ??
|
||||||
|
|||||||
Reference in New Issue
Block a user