Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a71b55d119 | |||
| d5b571f22d | |||
| f43cc40aae | |||
| 2e2fb2d89d | |||
| a7a58a4e4d | |||
| ae31c54bbc | |||
| 1386ac8b1d | |||
| a90b708434 | |||
| 7e78b308f2 |
171
src/app/page.tsx
171
src/app/page.tsx
@@ -2,9 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Today Media"
|
||||
/>
|
||||
@@ -58,19 +48,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="Today Media"
|
||||
description="We Build Digital Experiences That Drive Growth. From Ahmedabad to the world, we transform your vision into cutting-edge software solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=1"
|
||||
@@ -99,29 +84,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Website Development",
|
||||
description: "High-performance static and dynamic web solutions tailored for your business.",
|
||||
},
|
||||
title: "Website Development", description: "High-performance static and dynamic web solutions tailored for your business."},
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "E-commerce Development",
|
||||
description: "Secure, scalable, and conversion-focused online stores.",
|
||||
},
|
||||
title: "E-commerce Development", description: "Secure, scalable, and conversion-focused online stores."},
|
||||
{
|
||||
icon: Smartphone,
|
||||
title: "Mobile App Development",
|
||||
description: "Cross-platform mobile apps for iOS and Android.",
|
||||
},
|
||||
title: "Mobile App Development", description: "Cross-platform mobile apps for iOS and Android."},
|
||||
{
|
||||
icon: Search,
|
||||
title: "SEO & Digital Marketing",
|
||||
description: "Data-driven strategies to boost your online presence.",
|
||||
},
|
||||
title: "SEO & Digital Marketing", description: "Data-driven strategies to boost your online presence."},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Branding & Design",
|
||||
description: "Creative visual identity to set your business apart.",
|
||||
},
|
||||
title: "Branding & Design", description: "Creative visual identity to set your business apart."},
|
||||
]}
|
||||
title="Our IT Services"
|
||||
description="We provide end-to-end digital solutions designed to accelerate your growth."
|
||||
@@ -136,23 +111,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Corporate ERP Solution",
|
||||
price: "Custom",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Corporate ERP Solution", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "E-commerce Platform",
|
||||
price: "Custom",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=3",
|
||||
},
|
||||
id: "p2", name: "E-commerce Platform", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=3"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mobile Fintech App",
|
||||
price: "Custom",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=4",
|
||||
},
|
||||
id: "p3", name: "Mobile Fintech App", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=4"},
|
||||
]}
|
||||
title="Our Portfolio"
|
||||
description="Showcasing our recent achievements across diverse industries."
|
||||
@@ -165,60 +128,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Mehta",
|
||||
date: "2024",
|
||||
title: "CEO, Mehta Group",
|
||||
quote: "Today Media transformed our digital landscape. Fantastic experience.",
|
||||
tag: "Project Success",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=5",
|
||||
imageAlt: "Futuristic digital abstract background with glowing blue and purple particle lines and smooth gradie",
|
||||
},
|
||||
id: "1", name: "Rahul Mehta", date: "2024", title: "CEO, Mehta Group", quote: "Today Media transformed our digital landscape. Fantastic experience.", tag: "Project Success", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=5", imageAlt: "Futuristic digital abstract background with glowing blue and purple particle lines and smooth gradie"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Williams",
|
||||
date: "2024",
|
||||
title: "Founder, ShopGlobal",
|
||||
quote: "Reliable, creative, and fast. The best partner for e-commerce.",
|
||||
tag: "E-commerce",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png?_wi=2",
|
||||
imageAlt: "Professional team of diverse software developers working on a modern glass interface in a high-tech ",
|
||||
},
|
||||
id: "2", name: "Sarah Williams", date: "2024", title: "Founder, ShopGlobal", quote: "Reliable, creative, and fast. The best partner for e-commerce.", tag: "E-commerce", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png?_wi=2", imageAlt: "Professional team of diverse software developers working on a modern glass interface in a high-tech "},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Patel",
|
||||
date: "2024",
|
||||
title: "Director, TechEdge",
|
||||
quote: "Exceptional development skills and communication.",
|
||||
tag: "App Dev",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/modern-digital-workspace-with-futuristic-1774894269060-927452d4.png?_wi=1",
|
||||
imageAlt: "Modern digital workspace with futuristic bokeh, dark blue and purple tones, clean and sleek, profess",
|
||||
},
|
||||
id: "3", name: "Amit Patel", date: "2024", title: "Director, TechEdge", quote: "Exceptional development skills and communication.", tag: "App Dev", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/modern-digital-workspace-with-futuristic-1774894269060-927452d4.png?_wi=1", imageAlt: "Modern digital workspace with futuristic bokeh, dark blue and purple tones, clean and sleek, profess"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Rodriguez",
|
||||
date: "2024",
|
||||
title: "COO, FinanceCorp",
|
||||
quote: "Professional team that truly understands business growth.",
|
||||
tag: "Digital Growth",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=6",
|
||||
imageAlt: "Futuristic digital abstract background with glowing blue and purple particle lines and smooth gradie",
|
||||
},
|
||||
id: "4", name: "Elena Rodriguez", date: "2024", title: "COO, FinanceCorp", quote: "Professional team that truly understands business growth.", tag: "Digital Growth", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/futuristic-digital-abstract-background-w-1774894270766-ce0bb777.png?_wi=6", imageAlt: "Futuristic digital abstract background with glowing blue and purple particle lines and smooth gradie"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh",
|
||||
date: "2024",
|
||||
title: "CTO, CloudScale",
|
||||
quote: "Their technical prowess is unmatched in the local market.",
|
||||
tag: "Cloud Migration",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png?_wi=3",
|
||||
imageAlt: "Professional team of diverse software developers working on a modern glass interface in a high-tech ",
|
||||
},
|
||||
id: "5", name: "Vikram Singh", date: "2024", title: "CTO, CloudScale", quote: "Their technical prowess is unmatched in the local market.", tag: "Cloud Migration", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/professional-team-of-diverse-software-de-1774894273426-4310805a.png?_wi=3", imageAlt: "Professional team of diverse software developers working on a modern glass interface in a high-tech "},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Trusted by businesses worldwide to deliver quality results."
|
||||
@@ -226,56 +144,45 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Let's Build Something Great"
|
||||
description="Need an IT partner in Ahmedabad? Reach us at +91 9913808485 or use the form below."
|
||||
description="Need an IT partner in Ahmedabad? Reach us at +91 9913808485 to start your digital journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in touch", href: "#contact"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxPz3VDAFSp2WpI5hKzXINgnI/modern-digital-workspace-with-futuristic-1774894269060-927452d4.png?_wi=2"
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+91 9913808485",
|
||||
href: "tel:+919913808485",
|
||||
},
|
||||
label: "+91 9913808485", href: "tel:+919913808485"},
|
||||
{
|
||||
label: "WhatsApp Us",
|
||||
href: "https://wa.me/919913808485",
|
||||
},
|
||||
label: "WhatsApp Us", href: "https://wa.me/919913808485"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Today Media"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #e2e8f0;
|
||||
--primary-cta: #c4d8f9;
|
||||
--primary-cta-text: #020617;
|
||||
--secondary-cta: #041633;
|
||||
--secondary-cta-text: #e2e8f0;
|
||||
--accent: #2d30f3;
|
||||
--background-accent: #1d4ed8;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #FF7B05;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #FF7B05;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user