From 9e1ca513c83bf9866641a9712ee627d0c86c0882 Mon Sep 17 00:00:00 2001
From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com>
Date: Thu, 5 Sep 2024 09:52:54 +0000
Subject: [PATCH] gfds
---
app/components/VisionSection.tsx | 101 ++++++++++++++++---------------
app/components/heroSection.tsx | 16 ++---
next.config.mjs | 35 ++++++-----
3 files changed, 80 insertions(+), 72 deletions(-)
diff --git a/app/components/VisionSection.tsx b/app/components/VisionSection.tsx
index 59790955b..e448710e6 100644
--- a/app/components/VisionSection.tsx
+++ b/app/components/VisionSection.tsx
@@ -17,20 +17,22 @@ export const VisionSection: React.FC = () => {
1
-
+
-
-
+
+ {/* fds */}
+
-
-
+
+
UI/UX Design
@@ -46,22 +48,23 @@ export const VisionSection: React.FC = () => {
dynamically tailoring layouts, content, and recommendations
to each visitor.
{" "}
- Imagine a shopping site that curates a personalized product
- selection based on your browsing history and past purchases.
+
-
-
-
-
+
+
+
+
Change your old from new engaging user interface
+
Imagine a shopping site that curates a personalized product
+ selection based on your browsing history and past purchases.
-
-
-
+
+
Ours technology to use improving web appearance.
@@ -131,7 +134,6 @@ export const VisionSection: React.FC = () => {
-
use library
@@ -261,27 +263,26 @@ export const VisionSection: React.FC = () => {
-
+
2
-
-
-
-
+
+
+
+
+
User-centric customization
@@ -294,14 +295,15 @@ export const VisionSection: React.FC = () => {
-
-
-
+ {/* here */}
+
+
+
How to evolved a screen that effectiveness in browsing
-
+
{
Make a Innovative customization
-
+
How 's need it
@@ -654,16 +656,17 @@ export const VisionSection: React.FC = () => {
-
-
-
+
+
+
+
+
Small Initiative & Startups
@@ -696,7 +699,7 @@ export const VisionSection: React.FC = () => {
alt="Startup life"
/>
-
+
How to Building Your Online Business: A Step-by-Step Guide
@@ -785,7 +788,7 @@ export const VisionSection: React.FC = () => {
alt="find best practice Analytice"
/>
-
+
Lighthouse Scores
diff --git a/app/components/heroSection.tsx b/app/components/heroSection.tsx
index fff4ca74e..0e2216bda 100644
--- a/app/components/heroSection.tsx
+++ b/app/components/heroSection.tsx
@@ -1266,19 +1266,19 @@ export function HeroSection() {
images={images}
/>
-
+
+
-
-
-
+
+
+
Have a Project in Mind?
-
+
I'm excited to be in touch with you! Whether you're prepared to launch a brand new website or give an existing one a fresh look, I'm available to assist in transforming your concepts into tangible results.
-
- book now
+
+ Let's talk
diff --git a/next.config.mjs b/next.config.mjs
index cab4af01d..e2a45b93a 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -1,19 +1,24 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
- images: {
+ images: {
remotePatterns: [
- {
- protocol: 'https',
- hostname: 'images.unsplash.com',
- pathname: '**',
- },
+ {
+ protocol: 'https',
+ hostname: 'images.unsplash.com',
+ pathname: '**',
+ },
+ {
+ protocol: 'https',
+ hostname: 'plus.unsplash.com',
+ pathname: '**',
+ },
],
- },
- webpack: (config) => {
- config.cache = false;
- return config;
-},
-};
-
-export default nextConfig;
-
+ },
+ webpack: (config) => {
+ config.cache = false;
+ return config;
+ },
+ };
+
+ export default nextConfig;
+
\ No newline at end of file