Recreate the Apple iPhone 15 Pro website, combining GSAP animations and Three.js 3D effects. From custom animations to animated 3D models, this tutorial covers it all.
For correct semantic structure when using the <section> tag, we must use at least one H1 or H2 header.
It would be more correct not to set a paragraph: <p id="hero" className="hero-title">iPhone 15 Pro</p>, but to make it a first-level heading: <h1 id="hero" className="hero-title">iPhone 15 Pro</h1>.
For correct semantic structure when using the
<section>
tag, we must use at least one H1 or H2 header.It would be more correct not to set a paragraph:
<p id="hero" className="hero-title">iPhone 15 Pro</p>
, but to make it a first-level heading:<h1 id="hero" className="hero-title">iPhone 15 Pro</h1>
.