consistent naming convention
initial implement statement of faith section
This commit is contained in:
parent
6e8d4cd57f
commit
beae486c3a
@ -1,7 +1,7 @@
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
import React, { useState } from "react";
|
||||
import NavItem from "./nav-item";
|
||||
import NavItem from "./NavItem";
|
||||
|
||||
const MENU_LIST = [
|
||||
{ text: "about", href: "/about" },
|
@ -1,5 +1,5 @@
|
||||
import React, { useEffect, useRef, useState } from "react";
|
||||
import VideoButton from "../buttons/video-button.jsx";
|
||||
import VideoButton from "../buttons/VideoButton.jsx";
|
||||
import Link from "next/link";
|
||||
|
||||
const Section = ({
|
379
components/layouts/StatementOfFaithSection.jsx
Normal file
379
components/layouts/StatementOfFaithSection.jsx
Normal file
@ -0,0 +1,379 @@
|
||||
const StatementOfFaithSection = () => {
|
||||
return (
|
||||
<div className="relative bg-black-600 w-full h-screen">
|
||||
<div className="relative z-10 flex flex-col items-center justify-center h-full">
|
||||
<div className="relative flex justify-center items-end w-full mb-20">
|
||||
<h2 className="text-5xl font-normal text-white mt-8">
|
||||
statement of faith
|
||||
</h2>
|
||||
</div>
|
||||
<div className="h-full overflow-y-scroll h3-text-center">
|
||||
<h3 className="text-3xl font-normal text-white mt-8">
|
||||
The Triune God
|
||||
</h3>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
There is one God, self-existent and eternal, infinitely perfect, the
|
||||
Creator, Sustainer, and Ruler of all things.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 1:1, 2:1–4; Deuteronomy 6:4, 33:27; Psalm 22:28, 103:19,
|
||||
147:5; Isaiah 40:28, 45:18; Daniel 5:21; 2 Samuel 22:31; Nehemiah
|
||||
9:6; Ecclesiastes 12:1–6; Matthew 5:48, 28:18; Mark 12:29–34; John
|
||||
1:1–3; 1 Corinthians 8:4; Romans 16:26; Colossians 1:16–17, 2:3;
|
||||
Hebrews 1:1–3, 9:14; 2 Peter 3:9; Revelation 1:8, 4:11).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The Godhead is Triune: one God, three Persons: God the Father, God
|
||||
the Son, and God the Holy Spirit. Each Person is fully God, their
|
||||
glory equal and their majesty coeternal.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 1:1–2; Matthew 3:15–17; John 1:1–3).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
For his own glory and by his own decree, the triune God created
|
||||
heaven and earth, time, and all things, visible and invisible,
|
||||
living and nonliving, material and nonmaterial.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 1:1–2:3; Exodus 20:11, 31:17; Isaiah 46:9–10; Nehemiah 9:6;
|
||||
1 Timothy 1:17; Colossians 1:16; Revelation 22:13).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Our Lord Jesus Christ, the uncreated Creator and only begotten Son
|
||||
of God, took on human flesh to be fully man without ever ceasing to
|
||||
be fully God.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Luke 24:39; John 1:1–3, 1:14, 1:18, 3:16, 8:58; Colossians 1:16;
|
||||
Acts 2:22; 1 Corinthians 15:47; Philippians 2:5–8; Hebrews 1:1–3).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Jesus Christ was conceived by the Holy Spirit, born of the virgin
|
||||
Mary, and lived a sinless life.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Isaiah 7:14, 53:4–6; Matthew 1:16–23; John 8:29, 8:46; 2
|
||||
Corinthians 5:21; 1 Peter 2:21–22).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Jesus died on the cross, making a full and satisfactory atonement
|
||||
for man’s sin.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Matthew 1:16–23; Luke 1:30–31; John 19:30; 1 Thessalonians 1:10;
|
||||
Hebrews 9:11–12, 10:12–14; 1 Peter 1:17–19; 1 John 2:2).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Jesus Christ rose bodily from the dead, ascended to heaven, is
|
||||
currently seated at the right hand of God the Father as our
|
||||
Intercessor, and shall return in person (bodily and visibly) to this
|
||||
earth as Judge of the living and the dead.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(1 Corinthians 15:3–5; Acts 17:31; Ephesians 1:17–23; 2 Timothy 4:1;
|
||||
Hebrews 7:25).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The Holy Spirit, the third Person of the Godhead, is Lord and Giver
|
||||
of life, who glorifies our Lord Jesus Christ and convicts the world
|
||||
of sin, righteousness, and judgment.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(John 15:26, 16:8–11, 16:14).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The Holy Spirit’s work is necessary for sinners to repent and
|
||||
believe in Jesus Christ through the gospel call.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Romans 8; 1 Corinthians 2:6–14, 12:3; Titus 3:3–7).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The Holy Spirit lives and works in each believer to produce the
|
||||
fruits of righteousness.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(John 14:16–17; Acts 1:8, 4:31; Romans 8:11; 1 Corinthians 3:16,
|
||||
6:18–20; Galatians 5:22–23; Ephesians 2:19–22).{" "}
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The Triune God has revealed himself in Scripture in the male gender
|
||||
with masculine pronouns and masculine titles such as Father, Son,
|
||||
God, King, Priest, and Prophet.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Psalm 5:2; Matthew 28:19; John 14:26).{" "}
|
||||
</p>
|
||||
<h3 className="text-3xl font-normal text-white mt-8">Scripture </h3>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The 66 books of the Bible are the unique, written Word of God. The
|
||||
Bible is divinely inspired, inerrant, infallible, supremely
|
||||
authoritative, and sufficient in everything it teaches. Its
|
||||
assertions are factually true in all the original autographs. Its
|
||||
authority is not limited to spiritual, religious, or redemptive
|
||||
themes but includes its assertions in such fields as history and
|
||||
science.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Deuteronomy 4:2, 12:32; 2 Timothy 3:16–17; Revelation 22:18–19).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The final guide to the interpretation of Scripture is Scripture
|
||||
itself.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Proverbs 8:8–9; Matthew 12:3–5, 19:4, 22:31; Mark 7:13, 12:10,
|
||||
12:26; Luke 6:3; 2 Corinthians 4:2; 2 Timothy 3:16–17).{" "}
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
All things necessary for our salvation are expressly and clearly
|
||||
taught in Scripture.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(foundation of the gospel: Genesis 1:1, 1:31, 3:17–19; Romans 5:12,
|
||||
3:23; presenting the gospel: 1 Corinthians 15:1-4; Romans 6:23,
|
||||
10:9; John 3:14–18; Acts 16:30–31; Ephesians 2:8; Romans 5:1–2).{" "}
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The view, commonly used to evade the implications or the authority
|
||||
of biblical teaching, namely that knowledge and/or truth may be
|
||||
divided into secular and religious, is unbiblical and therefore
|
||||
should be rejected.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(1 Corinthians 10:31; Colossians 3:17).
|
||||
</p>
|
||||
<h3 className="text-3xl font-normal text-white mt-8">Sin</h3>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The special creation of Adam (the first man) and Eve (the first
|
||||
woman) and their subsequent fall into sin is the basis for the
|
||||
necessity of salvation for mankind.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 2:7, 2:17, 2:22–23, 3:6–20; Romans 5:12; 1 Corinthians
|
||||
15:45–49).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Human death (both physical and spiritual) as well as all animal
|
||||
death, disease, bloodshed, suffering, extinction, thorns and
|
||||
thistles, and all other natural evils (e.g., earthquakes,
|
||||
hurricanes, tsunamis, etc.) entered this world subsequent to, and as
|
||||
a direct consequence of, man’s sin.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 2:16–17, 3:8, 3:19, 4:4–8; Romans 5:12, 8:20–22; 1
|
||||
Corinthians 15:21–22).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
All mankind are sinners, inherently from Adam and individually (by
|
||||
choice), and are therefore subject to God’s wrath and condemnation.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(1 Kings 8:46; Isaiah 53:6; Psalm 116:11; Proverbs 16:5; John
|
||||
3:16–18, 12:48; Romans 3:23).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Since all of mankind is made in God’s image and also fallen, all
|
||||
humans are equally sinful, equally deserving of eternal punishment,
|
||||
and equally able to receive salvation in Christ.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Isaiah 53:6; John 12:32; Romans 3:23, 5:12; 2 Peter 3:9).{" "}
|
||||
</p>
|
||||
<h3 className="text-3xl font-normal text-white mt-8">Man</h3>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Mankind, consisting of two genders (male and female), is created in
|
||||
the image of God. Each of these two distinct, complementary genders
|
||||
reflects the image of God.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 1:26–27, 5:2, 9:6; Matthew 19:4–6; Mark 10:6; 1 Corinthians
|
||||
11:7; James 3:9–10).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The special and unique creation of Adam from dust and Eve from
|
||||
Adam’s rib was supernatural and immediate. Adam and Eve did not
|
||||
originate from any other preexisting lifeforms.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 2:7, 2:21–23, 3:19; 1 Corinthians 11:8–12, 15:47–49).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
All human life is sacred and begins at conception (defined as the
|
||||
moment of fertilization). Each unborn child is a unique, living
|
||||
human being, created in the image of God, and must be respected and
|
||||
protected both before and after birth. The abortion of an unborn
|
||||
child or the active, intentional taking of human life through
|
||||
euthanasia or assisted suicide constitutes a violation of the
|
||||
sanctity of human life and is a crime against God and man.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 9:6; Exodus 20:13; Deuteronomy 5:17; Psalm 51:5; 1
|
||||
Corinthians 15:49; James 2:11).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
There is only one race of mankind—the human race or Adam’s race.
|
||||
Adam and Eve were the first two humans. All people alive today are
|
||||
the descendants of Adam and Eve and subsequently Noah.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 1:26–27, 3:20, 10:1, 10:32; 1 Corinthians 15:45–47; Luke
|
||||
17:27; Hebrews 11:7; 1 Peter 3:20; 2 Peter 2:5).{" "}
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Since all humans are made in the image of God, all humans have equal
|
||||
dignity and value regardless of age (including the unborn),
|
||||
intelligence, gender, physical ability, shade of skin tone,
|
||||
religion, ethnicity, or any other characteristic.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 1:26–27, 3:20, 11:9; Acts 17:26–28).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The concepts of “social justice,” “intersectionality,” and “critical
|
||||
race theory” as defined in modern terminology are anti-biblical and
|
||||
destructive to human flourishing.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Ezekiel 18:1–20; James 2:8–9).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Parents are responsible to instruct their children in Christian
|
||||
faith and conduct, to set before them godly and consistent examples
|
||||
of the same, and in every way to “bring them up in the nurture and
|
||||
admonition of the Lord”.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Deuteronomy 6:6–9; Proverbs 22:6; Ephesians 6:4).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The only legitimate marriage, based on the creation ordinance in
|
||||
Genesis 1 and 2, sanctioned by God is the joining of one naturally
|
||||
born man and one naturally born woman in a single, exclusive union
|
||||
as delineated in Scripture. God intends sexual intimacy to only
|
||||
occur between a man and a woman who are married to each other and
|
||||
has commanded that no sexual activity be engaged in outside of a
|
||||
marriage between a man and a woman. Any form of sexual immorality,
|
||||
such as adultery, fornication, prostitution, homosexuality,
|
||||
lesbianism, bisexual conduct, bestiality, incest, pornography,
|
||||
abuse, or any attempt to change one’s gender, or disagreement with
|
||||
one’s biological gender, is sinful and offensive to God.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 1:27–28, 2:24; Matthew 5:27–30, 19:4-5; Mark 10:2–9; 1
|
||||
Corinthians 6:9–11; 1 Thessalonians 4:3–7; Hebrews 13:4).{" "}
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Gender and biological sex are equivalent and cannot be separated. A
|
||||
person’s gender is determined at conception (fertilization), coded
|
||||
in the DNA, and cannot be changed by drugs, hormones, or surgery.
|
||||
Rejection of one’s biological sex (gender) or identifying oneself by
|
||||
the opposite sex is a sinful rejection of the way God made that
|
||||
person. These truths must be communicated with compassion, love,
|
||||
kindness, and respect, pointing everyone to the truth that God
|
||||
offers redemption and restoration to all who confess and forsake
|
||||
their sin, seeking his mercy and forgiveness through Jesus Christ.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Genesis 1:26–28, 5:1–2; Psalm 51:5, 139:13–16; Jeremiah 1:5;
|
||||
Matthew 1:20–21, 19:4–6; Mark 10:6; Luke 1:31; Acts 3:19–21; Romans
|
||||
10:9–10; 1 Corinthians 6:9–11; Galatians 3:28).{" "}
|
||||
</p>
|
||||
<h3 className="text-3xl font-normal text-white mt-8">Salvation</h3>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The doctrines of Creator and Creation cannot ultimately be divorced
|
||||
from the gospel of Jesus Christ.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(John 1:1–3, 1:14–18; Colossians 1:13–20).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Freedom from the penalty and power of sin is available to man only
|
||||
through the sacrificial death and shed blood of Jesus Christ and his
|
||||
complete and bodily resurrection from the dead.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Luke 24:39; John 8:12, 8:36, 14:6; Acts 4:12; 1 Timothy 2:3–6; 1
|
||||
Peter 1:3).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Salvation is by God’s grace alone, a gift received by faith alone in
|
||||
Christ alone.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Ephesians 2:8–9; Titus 3:3–7).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The one who is born of God has repented, recognized the death of
|
||||
Christ as full payment for sin, received the risen Christ as Savior,
|
||||
Lord, and God, and sealed with the Holy Spirit for the day of
|
||||
redemption.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(John 1:12–13; Acts 3:19, 16:31, 17:30–31, 20:21; Galatians 2:20–21;
|
||||
1 John 3:9; Ephesians 1:13-14, 4:30; 2 Corinthians 1:21-22).{" "}
|
||||
</p>
|
||||
<h3 className="text-3xl font-normal text-white mt-8">Church</h3>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
The church of Jesus Christ is composed of all who are united with
|
||||
him in saving faith and who are thus members of the body of which he
|
||||
is the head.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(John 3:16, 3:36, 11:25; Acts 16:30–31; Romans 10:8–10; Ephesians
|
||||
5:23; Colossians 1:18).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Those who do not believe in Christ are subject to everlasting,
|
||||
conscious punishment in hell, but believers are secure to enjoy
|
||||
eternal life with God in heaven.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Matthew 13:49–50, 25:46; John 3:16–18, 3:36, 5:24; 1 Thessalonians
|
||||
1:8–10; 1 John 5:11–13; Revelation 21:8).{" "}
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
All Christians are to live in fellowship with a local,
|
||||
Bible-believing church (as portrayed in the New Testament), uniting
|
||||
in its worship of the triune God, supporting the great commission,
|
||||
and loving one another with pure and sincere hearts.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Acts 20:7; 1 Corinthians 11:17–33, 16:2; Hebrews 10:23–25, 13:17).
|
||||
</p>
|
||||
<h3 className="text-3xl font-normal text-white mt-8">
|
||||
Christ's Return
|
||||
</h3>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Our Lord Jesus Christ will personally and bodily return in glory as
|
||||
He has promised, and He will consummate His kingdom. Christ will
|
||||
judge the living and the dead at His return.
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(John 6:39–40, 12:48; Acts 1:9–11; 1 Peter 4:5).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Those who have died in Christ to eternal life will be welcomed into
|
||||
heaven and those who have rejected him will be sent to conscious and
|
||||
everlasting punishment in the lake of fire (hell).{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Daniel 12:2; Matthew 13:49–50, 25:41–46; Luke 12:5; 1 Corinthians
|
||||
15:12–26; Revelation 21:8).
|
||||
</p>
|
||||
<p className="text-white text-lg mx-4 px-2">
|
||||
Satan, who is a personal spiritual adversary of both God and
|
||||
mankind, will be judged and cast into the lake of fire (hell) for
|
||||
eternity.{" "}
|
||||
</p>
|
||||
<p className="text-white text-sm mx-10 px-10 py-5">
|
||||
(Matthew 25:41; Revelation 20:10).
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default StatementOfFaithSection;
|
56
package-lock.json
generated
56
package-lock.json
generated
@ -8638,6 +8638,34 @@
|
||||
"postcss": "^8.4.21"
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-load-config": {
|
||||
"version": "3.1.4",
|
||||
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
|
||||
"integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
|
||||
"dependencies": {
|
||||
"lilconfig": "^2.0.5",
|
||||
"yaml": "^1.10.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": ">=8.0.9",
|
||||
"ts-node": ">=9.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"postcss": {
|
||||
"optional": true
|
||||
},
|
||||
"ts-node": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-nested": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
|
||||
@ -10597,34 +10625,6 @@
|
||||
"postcss": "^8.0.9"
|
||||
}
|
||||
},
|
||||
"node_modules/tailwindcss/node_modules/postcss-load-config": {
|
||||
"version": "3.1.4",
|
||||
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
|
||||
"integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
|
||||
"dependencies": {
|
||||
"lilconfig": "^2.0.5",
|
||||
"yaml": "^1.10.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": ">=8.0.9",
|
||||
"ts-node": ">=9.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"postcss": {
|
||||
"optional": true
|
||||
},
|
||||
"ts-node": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/terminal-link": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
|
||||
|
@ -1,9 +1,10 @@
|
||||
import React from "react";
|
||||
import Head from "next/head";
|
||||
import Navbar from "../components/layouts/navbar.jsx";
|
||||
import Navbar from "../components/layouts/NavBar.jsx";
|
||||
import dynamic from "next/dynamic";
|
||||
import StatementOfFaithSection from "@/components/layouts/StatementOfFaithSection.jsx";
|
||||
|
||||
const Section = dynamic(() => import("../components/layouts/section.jsx"));
|
||||
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
|
||||
const ContactFormSection = dynamic(() =>
|
||||
import("../components/layouts/ContactFormSection.jsx")
|
||||
);
|
||||
@ -28,6 +29,7 @@ export default function Home() {
|
||||
videoId="W60vWdXR1sQ"
|
||||
>
|
||||
</Section>
|
||||
<StatementOfFaithSection/>
|
||||
|
||||
<ContactFormSection
|
||||
text="say hello"
|
||||
|
@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import Head from "next/head";
|
||||
import Navbar from "../components/layouts/navbar.jsx";
|
||||
import Navbar from "../components/layouts/NavBar.jsx";
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
const ContactFormSection = dynamic(() =>
|
||||
|
@ -1,10 +1,10 @@
|
||||
import React from "react";
|
||||
import Navbar from "../components/layouts/navbar.jsx";
|
||||
import SubSection from "../components/layouts/sub-section.jsx"
|
||||
import Navbar from "../components/layouts/NavBar.jsx";
|
||||
import SubSection from "../components/layouts/SubSection.jsx"
|
||||
import dynamic from "next/dynamic";
|
||||
import SectionTwo from "@/components/layouts/SectionTwo.jsx";
|
||||
|
||||
const Section = dynamic(() => import("../components/layouts/section.jsx"));
|
||||
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
|
||||
const ContactFormSection = dynamic(() =>
|
||||
import("../components/layouts/ContactFormSection.jsx")
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
import React from "react";
|
||||
import Navbar from "../components/layouts/navbar.jsx";
|
||||
import Navbar from "../components/layouts/NavBar.jsx";
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
const Section = dynamic(() => import("../components/layouts/section.jsx"));
|
||||
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
|
||||
const ContactFormSection = dynamic(() =>
|
||||
import("../components/layouts/ContactFormSection.jsx")
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
import React from "react";
|
||||
import Head from "next/head";
|
||||
import Navbar from "../components/layouts/navbar.jsx";
|
||||
import Navbar from "../components/layouts/NavBar.jsx";
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
const Section = dynamic(() => import("../components/layouts/section.jsx"));
|
||||
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
|
||||
const ContactFormSection = dynamic(() =>
|
||||
import("../components/layouts/ContactFormSection.jsx")
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
import React from "react";
|
||||
import Navbar from "../components/layouts/navbar.jsx";
|
||||
import Navbar from "../components/layouts/NavBar.jsx";
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
const Section = dynamic(() => import("../components/layouts/section.jsx"));
|
||||
const Section = dynamic(() => import("../components/layouts/Section.jsx"));
|
||||
const ContactFormSection = dynamic(() =>
|
||||
import("../components/layouts/ContactFormSection.jsx")
|
||||
);
|
||||
|
@ -58,7 +58,8 @@ module.exports = {
|
||||
"mx-4",
|
||||
"px-2",
|
||||
"overflow-auto",
|
||||
"overflow-hidden"
|
||||
"overflow-hidden",
|
||||
"scrollbar-hidden",
|
||||
|
||||
],
|
||||
theme: {
|
||||
|
Reference in New Issue
Block a user