Remove Unwanted Files and restrcit the animation view in Mobile screen
This commit is contained in:
@@ -45,7 +45,6 @@ export default function Home() {
|
||||
|
||||
<main className="relative z-10 flex flex-col items-center w-full">
|
||||
|
||||
{/* HERO SECTION */}
|
||||
<section className="relative min-h-screen w-full flex flex-col items-center justify-center pt-20 px-6 overflow-hidden">
|
||||
|
||||
<div className="absolute inset-0 z-0">
|
||||
@@ -106,12 +105,10 @@ export default function Home() {
|
||||
</motion.div>
|
||||
</section>
|
||||
|
||||
{/* CONTENT SECTIONS CONTAINER */}
|
||||
<div className="w-full relative bg-gray-950">
|
||||
|
||||
<div className="relative z-30 space-y-32 py-24">
|
||||
|
||||
{/* === 1. AI VOICE SOAP SECTION === */}
|
||||
<section className="relative w-full overflow-hidden">
|
||||
<div className="absolute inset-0 z-0">
|
||||
<img
|
||||
@@ -126,7 +123,6 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* === 2. DEVICE SHOWCASE SECTION (Modified) === */}
|
||||
<section className="relative w-full overflow-hidden">
|
||||
<div className="absolute inset-0 z-0">
|
||||
<img
|
||||
@@ -141,7 +137,6 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* === 3. AI DIAGNOSIS SECTION === */}
|
||||
<section className="relative w-full overflow-hidden">
|
||||
<div className="absolute inset-0 z-0">
|
||||
<img
|
||||
@@ -156,7 +151,6 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* === 4. APP ECOSYSTEM SECTION === */}
|
||||
<section className="relative w-full overflow-hidden">
|
||||
<div className="absolute inset-0 z-0">
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user