From e6e8b06acd0b81100fc54ff639883eb926da5ba6 Mon Sep 17 00:00:00 2001 From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:59:58 +0000 Subject: [PATCH] fda --- app/blog/page.tsx | 77 +++++++++----- app/components/BackgroundAurra.tsx | 12 +-- app/components/VisionSection.tsx | 42 ++++---- app/components/backgroundBeams.tsx | 135 ------------------------- app/components/heroSection.tsx | 6 +- app/components/typeWriter.tsx | 2 +- app/components/ui/animated-tooltip.tsx | 4 +- app/contact/layout.tsx | 16 ++- app/contact/page.tsx | 44 ++++---- app/layout.tsx | 12 ++- components/Accordion.tsx | 66 ++++++------ 11 files changed, 159 insertions(+), 257 deletions(-) delete mode 100644 app/components/backgroundBeams.tsx diff --git a/app/blog/page.tsx b/app/blog/page.tsx index 3d57b1b34..5fbc35c61 100644 --- a/app/blog/page.tsx +++ b/app/blog/page.tsx @@ -1,9 +1,14 @@ -'use client' +"use client"; import posts from "./data/posts.json"; import Link from "next/link"; import Image from "next/image"; import BlogExcerpt from "../components/BlogExcerpt"; -import { IconLink, IconPointFilled, IconShare, IconSparkles } from "@tabler/icons-react"; +import { + IconLink, + IconPointFilled, + IconShare, + IconSparkles, +} from "@tabler/icons-react"; import LikeButton from "../components/LikeButton"; import ShareDialog from "../components/ShareDialog"; // Import the ShareDialog component import { useState } from "react"; @@ -27,12 +32,17 @@ export default function BlogIndexPage() {

start for beginning

-

+

+ +

- +
-
-

Change thinking, your life Change automatically

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque quibusdam culpa eveniet sed commodi beatae, quam nemo, iure, necessitatibus repellendus earum distinctio veritatis ab! Corporis minus dolore dolorem ullam voluptates.

-
-
+
+

+ Once you change your thinking, your life will automatically change.{" "} +

+

+ When you shift your mindset to a more positive and empowered + outlook, you will notice a corresponding transformation in your + daily life. +

+
+ - ); } diff --git a/app/components/BackgroundAurra.tsx b/app/components/BackgroundAurra.tsx index 6bad19674..1f8487bd5 100644 --- a/app/components/BackgroundAurra.tsx +++ b/app/components/BackgroundAurra.tsx @@ -20,9 +20,9 @@ export function AuroraBackgroundDemo() { duration: 0.8, ease: "easeInOut", }} - className="relative flex flex-col gap-4 items-center justify-center px-4" + className="relative w-full flex flex-col gap-4 items-center justify-center px-4 md:px-[14%]" > -
+
-

+

-

+

Available for freelance work

@@ -126,7 +126,7 @@ export function AuroraBackgroundDemo() { {

find best practice Analytice
@@ -750,8 +750,9 @@ export const VisionSection: React.FC = () => {
find best practice Analytice
@@ -766,8 +767,9 @@ export const VisionSection: React.FC = () => {
find best practice Analytice
@@ -782,8 +784,9 @@ export const VisionSection: React.FC = () => {
find best practice Analytice
@@ -801,8 +804,9 @@ export const VisionSection: React.FC = () => {
find best practice Analytice
@@ -819,8 +823,9 @@ export const VisionSection: React.FC = () => {
find best practice Analytice
@@ -835,8 +840,9 @@ export const VisionSection: React.FC = () => {
find best practice Analytice
@@ -849,10 +855,10 @@ export const VisionSection: React.FC = () => {

find best practice Analytice
diff --git a/app/components/backgroundBeams.tsx b/app/components/backgroundBeams.tsx deleted file mode 100644 index f93ecdf4f..000000000 --- a/app/components/backgroundBeams.tsx +++ /dev/null @@ -1,135 +0,0 @@ -"use client"; -import React from "react"; -import { motion } from "framer-motion"; -import { BackgroundBeams } from "./ui/background-beams"; -import TextFlipper from "./TextFlipper"; -import Link from "next/link"; -import Image from "next/image"; - - -export function BackgroundBeamsDemo() { - return ( -
-
- - - Digital marketing for expert - -

Neeraj Rekwar

-
-

- • -

-

- Available for freelance work -

-
-
-
- - Build the right to way
-
- with{" "} -
-              
-            
-
-
- - - - - We could be best on the web, We provide reliable, scalable, and customizable web solutions for - your business. Whether you're sending order any bug fix in your web, or tools, nee. has got you - covered. - - - - - - - - Get started - - - - - - Explore - - - -
- -
- ); -} diff --git a/app/components/heroSection.tsx b/app/components/heroSection.tsx index dc90a989c..20165ea66 100644 --- a/app/components/heroSection.tsx +++ b/app/components/heroSection.tsx @@ -1273,11 +1273,11 @@ export function HeroSection() {
-
+
- + Have a Project in Mind? @@ -1287,7 +1287,7 @@ export function HeroSection() { concepts into tangible results. ))} diff --git a/app/contact/layout.tsx b/app/contact/layout.tsx index 065fa9f39..4b5417f27 100644 --- a/app/contact/layout.tsx +++ b/app/contact/layout.tsx @@ -1,11 +1,7 @@ export default function ContactLayout({ - children, // will be a page or nested layout - }: { - children: React.ReactNode - }) { - return ( -
- {children} -
- ) - } \ No newline at end of file + children, // will be a page or nested layout +}: { + children: React.ReactNode; +}) { + return {children}; +} diff --git a/app/contact/page.tsx b/app/contact/page.tsx index 01f590658..2668284e7 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -46,7 +46,13 @@ const ContactPage: React.FC = () => { title: "Message sent!", description: "Your message has been successfully sent.", }); - setFormData({ name: "", mobile: "", email: "", subject: "", message: "" }); + setFormData({ + name: "", + mobile: "", + email: "", + subject: "", + message: "", + }); } else { toast({ variant: "destructive", @@ -72,7 +78,9 @@ const ContactPage: React.FC = () => {
  • nee
    • -
    • Reach at me ●
    • +
    • + Reach at me ● +
    @@ -81,12 +89,10 @@ const ContactPage: React.FC = () => {

    Connecting You with Us – Reach Out Anytime, Anywhere.

    -
    -

    - -

    -
    - +

    + +

    +
    @@ -177,7 +183,7 @@ const ContactPage: React.FC = () => {
    @@ -187,19 +193,21 @@ const ContactPage: React.FC = () => {
    -
    -

    Admin Info

    -

    Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ipsam, tempore.

    -
    -

    ● Delhi, Dwarka.

    +
    +

    Admin Info

    +

    + Please feel free to contact me with any questions or concerns. +

    +
    +

    Delhi, Dwarka

    {/*

    Hin ● Eng ● Sans

    */}
    -

    ● Hindi

    -

    ● English

    -

    ● sankrit

    +

    Hindi

    +

    English

    +

    sankrit

    - ● +
    diff --git a/app/layout.tsx b/app/layout.tsx index 610f9f31c..30c3ef30a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,18 +8,17 @@ import Footer from "./components/footer"; import Script from "next/script"; import GoogleAnalytics from "./components/GoogleAnalytics"; import GoogleTagManager from "./components/GoogleTagManager"; -import { Toaster } from "@/components/ui/toaster" +import { Toaster } from "@/components/ui/toaster"; const dm_Sans = DM_Sans({ weight: "400", subsets: ["latin"], }); -const alata = ({ +const alata = Alata({ weight: "400", subsets: ["latin"], }); - export const metadata: Metadata = {}; export default function RootLayout({ @@ -28,13 +27,16 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + - + {children} diff --git a/components/Accordion.tsx b/components/Accordion.tsx index bde68f70e..e86445d8d 100644 --- a/components/Accordion.tsx +++ b/components/Accordion.tsx @@ -12,10 +12,10 @@ export function AccordionDemo() { <>