diff --git a/app/(default)/page.tsx b/app/(default)/page.tsx index 33ff994..5dc1585 100644 --- a/app/(default)/page.tsx +++ b/app/(default)/page.tsx @@ -3,36 +3,32 @@ export const metadata = { description: "Point Blank is a student-run tech community at Dayananda Sagar College of Engineering, Bangalore. We are a group of tech enthusiasts who love to learn and grow together.", }; +// Define the viewport settings separately +export const viewport = { + initialScale: 1, + width: 'device-width', +}; + import Hero from "@/components/hero"; import WhatWeDo from "@/components/whatwedo"; import Domains from "@/components/domains"; import "../css/additional-styles/landing.css"; import Activities from "@/components/activities"; import Image from "next/image"; -import Link from "next/link"; import SparklesText from "@/components/magicui/sparkles-text"; import EventComponent from "@/components/eventcards"; -import Leads from "@/components/leads"; import Achievements from '@/components/achievements'; import Founder from "@/components/founder"; import Share from "@/components/share"; - export default function Home() { return ( <> -
+
- {/* sih */} recruitment-poster - {/* Add a download button */} - {/* - - */}
- {/* */}
- +
{/* Adjusted margin for Activities section */} + +
- {/* */}