Commit 9dcd4e3a by sneha-khedekar

pages update

1 parent fef71b68
import React from "react";
import Link from "next/link";
import { Tab, Tabs, TabList, TabPanel, resetIdCounter } from "react-tabs";
import Image from "next/image";
const TabContentSection = ({
sectionTitle,
......@@ -18,8 +19,18 @@ const TabContentSection = ({
<div className="row align-items-center">
<div className="col-lg-6 col-md-12">
<div className="what-we-do-image">
<img src={mainImage} alt="main" />
<img src={shapeImage} alt="shape" className="shape" />
<Image
src={mainImage}
alt="main"
layout="fill"
className="img-fluid image"
/>
<Image
src={shapeImage}
alt="shape"
layout="fill"
className=" shape img-fluid image"
/>
</div>
</div>
......
......@@ -23,7 +23,7 @@ const services = [
serviceShortDescription:
"Lorem ipsum dolor sit amet, consetetur sadicinan elitr, sed diam nonumy eirmod tempor invidunt utis labore et dolore magna aliquyam erat, sed diamsan voluptua at vero.",
readMoreText: "Read More",
serviceDetailsUrl: "/services/details",
serviceDetailsUrl: "/corpedia/details",
},
{
id: 2,
......@@ -32,7 +32,7 @@ const services = [
serviceShortDescription:
"Lorem ipsum dolor sit amet, consetetur sadicinan elitr, sed diam nonumy eirmod tempor invidunt utis labore et dolore magna aliquyam erat, sed diamsan voluptua at vero.",
readMoreText: "Read More",
serviceDetailsUrl: "/services/details",
serviceDetailsUrl: "/corpedia/details",
},
{
id: 3,
......@@ -41,7 +41,7 @@ const services = [
serviceShortDescription:
"Lorem ipsum dolor sit amet, consetetur sadicinan elitr, sed diam nonumy eirmod tempor invidunt utis labore et dolore magna aliquyam erat, sed diamsan voluptua at vero.",
readMoreText: "Read More",
serviceDetailsUrl: "/services/details",
serviceDetailsUrl: "/corpedia/details",
},
{
id: 4,
......@@ -50,7 +50,7 @@ const services = [
serviceShortDescription:
"Lorem ipsum dolor sit amet, consetetur sadicinan elitr, sed diam nonumy eirmod tempor invidunt utis labore et dolore magna aliquyam erat, sed diamsan voluptua at vero.",
readMoreText: "Read More",
serviceDetailsUrl: "/services/details",
serviceDetailsUrl: "/corpedia/details",
},
{
id: 5,
......@@ -59,7 +59,7 @@ const services = [
serviceShortDescription:
"Lorem ipsum dolor sit amet, consetetur sadicinan elitr, sed diam nonumy eirmod tempor invidunt utis labore et dolore magna aliquyam erat, sed diamsan voluptua at vero.",
readMoreText: "Read More",
serviceDetailsUrl: "/services/details",
serviceDetailsUrl: "/corpedia/details",
},
{
id: 6,
......@@ -68,7 +68,7 @@ const services = [
serviceShortDescription:
"Lorem ipsum dolor sit amet, consetetur sadicinan elitr, sed diam nonumy eirmod tempor invidunt utis labore et dolore magna aliquyam erat, sed diamsan voluptua at vero.",
readMoreText: "Read More",
serviceDetailsUrl: "/services/details",
serviceDetailsUrl: "/corpedia/details",
},
];
......@@ -114,7 +114,7 @@ const CorpediaPage = () => {
href={service.serviceDetailsUrl}
className="default-btn"
>
{service.readMoreText}{" "}
{service.readMoreText}
<i className="ri-arrow-right-line"></i>
</Link>
</div>
......
import React from "react";
import Link from "next/link";
import { Tab, Tabs, TabList, TabPanel, resetIdCounter } from "react-tabs";
import { Tab, Tabs, TabList, TabPanel } from "react-tabs";
import Image from "next/image";
import { motion } from "framer-motion";
import { fadeIn } from "../../components/reuseables/variants";
......@@ -11,19 +11,19 @@ const KnowledgeData = [
title: "Corpedia",
content:
"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy ant extra eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diammi maxil voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clitaiai to ankasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Adasta na lorem ipsum dolor sit amet, consetetur sadipscing elitr.",
buttonlink: "#",
buttonlink: "/corpedia",
},
{
title: "Tax Wire",
content:
"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their.",
buttonlink: "#",
buttonlink: "/taxwire",
},
{
title: "Budget Panorama",
content:
"Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.",
buttonlink: "#",
buttonlink: "/budgetpanorama",
},
];
......@@ -43,7 +43,7 @@ const AboutContent = () => {
>
<Image
src="/images/about/about1.png"
layout="fill"
fill
className="img-fluid image"
alt="image"
/>
......@@ -77,7 +77,7 @@ const AboutContent = () => {
{KnowledgeData.map((tab, index) => (
<TabPanel key={index}>
<p>{tab.content}</p>
<Link href="#" className="default-btn">
<Link href="{tab.buttonlink}" className="default-btn">
Know More <i className="ri-arrow-right-line"></i>
</Link>
</TabPanel>
......
......@@ -6,6 +6,7 @@ import Image from "next/image";
import { motion } from "framer-motion";
import { slideFromLeft } from "@/components/reuseables/variants";
import Heading from "@/components/reuseables/Heading";
import { Container } from "react-bootstrap";
const services = [
{
......@@ -54,10 +55,10 @@ const ClientService = () => {
return (
<>
<div className="services-area pt-100 pb-5">
<div className="container">
<Container>
<div className="section-title">
<span className="sub-title">Client Servicing</span>
<Heading el="h2" heading="Core Services" className="h2" />
<Heading el="h2" heading="Core Services" />
<p>
Lorem ipsum dolor sit amet, conseteturants atal into sadipscing
elitr, sed diam nonumy eirmod nsa ada tempor invidunt ut
......@@ -123,7 +124,7 @@ const ClientService = () => {
</SwiperSlide>
))}
</Swiper>
</div>
</Container>
</div>
</>
);
......
......@@ -2,7 +2,6 @@ import React from "react";
import Link from "next/link";
import { Swiper, SwiperSlide } from "swiper/react";
import { EffectCreative, Navigation, Autoplay } from "swiper/modules";
import Heading from "@/components/reuseables/Heading";
import { Col, Container, Row } from "react-bootstrap";
import Image from "next/image";
......@@ -97,16 +96,16 @@ const HomeBanner = () => {
</div>
</Col>
<div className="col-lg-6 col-md-12">
<Col lg={6} md={12}>
<div className="main-banner-image">
<Image
layout="fill"
fill
src={banner.image}
alt="image"
className="image-fluid image"
/>
</div>
</div>
</Col>
</Row>
</Container>
</div>
......
......@@ -13,7 +13,7 @@ const services = [
serviceShortDescription:
"Lorem ipsum dolor sit amet, consetetur sadicinan elitr, sed diam nonumy eirmod tempor invidunt utis labore et dolore magna aliquyam erat, sed diamsan voluptua at vero.",
readMoreText: "Read More",
serviceDetailsUrl: "/services/details",
serviceDetailsUrl: "/corpedia/details",
},
{
id: 2,
......@@ -22,7 +22,7 @@ const services = [
serviceShortDescription:
"Lorem ipsum dolor sit amet, consetetur sadicinan elitr, sed diam nonumy eirmod tempor invidunt utis labore et dolore magna aliquyam erat, sed diamsan voluptua at vero.",
readMoreText: "Read More",
serviceDetailsUrl: "/services/details",
serviceDetailsUrl: "/corpedia/details",
},
{
id: 3,
......@@ -31,7 +31,7 @@ const services = [
serviceShortDescription:
"Lorem ipsum dolor sit amet, consetetur sadicinan elitr, sed diam nonumy eirmod tempor invidunt utis labore et dolore magna aliquyam erat, sed diamsan voluptua at vero.",
readMoreText: "Read More",
serviceDetailsUrl: "/services/details",
serviceDetailsUrl: "/corpedia/details",
},
];
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!