diff --git a/src/app/page.tsx b/src/app/page.tsx index 0025816..ee08476 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,13 +7,11 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, CheckCircle, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -33,26 +31,11 @@ export default function LandingPage() {
@@ -133,21 +82,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Logo Design", - description: "Unique logos that represent your brand identity perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/branding-copyright-design-spaceship-graphic-concept_53876-120958.jpg", - }, - { - title: "Branding & Identity", - description: "Cohesive brand systems that build trust and loyalty.", - imageSrc: "http://img.b2bpic.net/free-vector/social-media-black-icons_23-2147492918.jpg", - }, - { - title: "Social Media Graphics", - description: "Engaging visuals designed for social media growth.", - imageSrc: "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148062515.jpg", - }, + { title: "Logo Design", description: "Unique logos that represent your brand identity perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/branding-copyright-design-spaceship-graphic-concept_53876-120958.jpg" }, + { title: "Branding & Identity", description: "Cohesive brand systems that build trust and loyalty.", imageSrc: "http://img.b2bpic.net/free-vector/social-media-black-icons_23-2147492918.jpg" }, + { title: "Social Media Graphics", description: "Engaging visuals designed for social media growth.", imageSrc: "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148062515.jpg" }, ]} title="Comprehensive Design Services" description="Everything your business needs to build a strong professional identity." @@ -161,128 +98,27 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Corporate Stationery", - price: "From $200", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-business-card-branding-identity_53876-126757.jpg", - }, - { - id: "p2", - name: "Minimalist Logo", - price: "From $150", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440908.jpg", - }, - { - id: "p3", - name: "Social Campaign Set", - price: "From $300", - imageSrc: "http://img.b2bpic.net/free-photo/network-connection-graphic-overlay-background-billboard_53876-120348.jpg", - }, - { - id: "p4", - name: "Custom Flyers", - price: "From $100", - imageSrc: "http://img.b2bpic.net/free-photo/realistic-blank-business-card-sustainability-eco-industry-marble_53876-143159.jpg", - }, - { - id: "p5", - name: "Brand Identity System", - price: "From $500", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-making-blueprints_23-2147785476.jpg", - }, - { - id: "p6", - name: "Website Banners", - price: "From $120", - imageSrc: "http://img.b2bpic.net/free-photo/art-concept-with-smartphone-pencils_23-2147653186.jpg", - }, + { id: "p1", name: "Corporate Stationery", price: "From $200", imageSrc: "http://img.b2bpic.net/free-photo/minimal-business-card-branding-identity_53876-126757.jpg" }, + { id: "p2", name: "Minimalist Logo", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440908.jpg" }, + { id: "p3", name: "Social Campaign Set", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/network-connection-graphic-overlay-background-billboard_53876-120348.jpg" }, + { id: "p4", name: "Custom Flyers", price: "From $100", imageSrc: "http://img.b2bpic.net/free-photo/realistic-blank-business-card-sustainability-eco-industry-marble_53876-143159.jpg" }, + { id: "p5", name: "Brand Identity System", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-making-blueprints_23-2147785476.jpg" }, + { id: "p6", name: "Website Banners", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/art-concept-with-smartphone-pencils_23-2147653186.jpg" }, ]} title="Our Work" description="Check out some of our latest projects and see the quality of work we deliver." /> -