added favicon and populated template text with real text

This commit is contained in:
2026-05-31 21:50:04 +01:00
parent f67093f34e
commit cfebb4cee5
12 changed files with 103 additions and 50 deletions

View File

@@ -6,48 +6,54 @@ import PicWithText from "@/components/pic-with-text";
import pictureOne from "../assets/hero-picture-1.png"
import pictureTwo from "../assets/hero-picture-2.png"
import pictureThree from "../assets/hero-picture-3.png"
import pictureFour from "../assets/BrickslipsWebPage.png"
import heroPicture from "../assets/mxj-files-planet-27066.gif"
import logo from "../assets/milaoktasafitri-astronomy-9746537_1920.png"
import { title } from "process";
import { reverse } from "dns";
export default function Home() {
const contentCards = [
{
heading: "Michala Art Shop",
heading: "Michala's Art Gallery",
card_text: "This case study was for a small business selling artwork",
button_text: "click me",
button_text: "Read More",
src: pictureOne.src
},
{
heading: "Athlito",
card_text: "This was an Ecommerce padel shop",
button_text: "click me",
button_text: "Read More",
src: pictureTwo.src
},
{
heading: "Birchover Reclamation",
card_text: "This case study was for a stone yard company",
button_text: "click me",
button_text: "Read More",
src: pictureThree.src
},
{
heading: "Michala Art Shop",
card_text: "This case study was for a small business selling artwork",
button_text: "click me",
src: pictureOne.src
heading: "Brickslips Direct LTD",
card_text: "This case study was for a small business selling brickslips",
button_text: "Read More",
src: pictureFour.src
}
]
const picWithText = {
title: "Building a better web, one pixel at a time",
text: "At Sculpted Arc, we are passionate about crafting exceptional web solutions that empower businesses to thrive in the digital landscape. With a team of skilled developers and designers, we specialize in creating stunning websites that not only captivate audiences but also drive results. Whether you're a startup looking to establish your online presence or an established company seeking to revamp your website, we have the expertise to bring your vision to life. Our commitment to quality, innovation, and customer satisfaction sets us apart as a trusted partner in your web development journey.",
text: "Over the last year, we've had the privilege of working with a diverse range of clients, from local artisans to growing enterprises. Each project has been an opportunity to learn, innovate, and create something truly unique. Our commitment to quality and customer satisfaction has earned us a reputation for excellence in the web development industry.",
src: logo.src,
reverse: false
}
const HeroSectionProps = {
description: "Sculpted Arc Web Solutions is a web development company. Our passion ranges from creating stunning websites to developing innovative digital solutions. We would love to hear more about your project",
buttonText: "Tell us about your project",
imageSrc: heroPicture.src
}
return (
<>
<HeroSection />
<HeroSection {...HeroSectionProps} />
<PicWithText {...picWithText} />
<div className="w-full m-auto">